<?xml version="1.0" encoding="UTF-8"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="http://ontology.dumontierlab.com/" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:metadata_def="http://data.bioontology.org/metadata/def/"> <owl:Class rdf:about="http://ontology.dumontierlab.com/Energy"> <rdfs:subClassOf rdf:resource="http://ontology.dumontierlab.com/MeasuredProperty"/> <rdfs:label>energy</rdfs:label> <rdfs:comment>A measure of the amount of work a physical system can do on another.</rdfs:comment> <metadata_def:mappingLoom>energy</metadata_def:mappingLoom> <metadata_def:mappingSameURI rdf:resource="http://ontology.dumontierlab.com/Energy"/> <metadata_def:prefLabel>energy</metadata_def:prefLabel> </owl:Class> <rdf:Description rdf:about="http://matonto.org/ontologies/matonto#HelmholtzFreeEnergy"> <rdfs:subClassOf> <rdf:Description rdf:about="http://ontology.dumontierlab.com/Energy"> <metadata_def:mappingSameURI rdf:resource="http://ontology.dumontierlab.com/Energy"/> </rdf:Description> </rdfs:subClassOf> </rdf:Description> <rdf:Description rdf:about="http://matonto.org/ontologies/matonto#InternalEnergy"> <rdfs:subClassOf rdf:resource="http://ontology.dumontierlab.com/Energy"/> </rdf:Description> </rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="http://ontology.dumontierlab.com/" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:metadata_def="http://data.bioontology.org/metadata/def/">
  <owl:Class rdf:about="http://ontology.dumontierlab.com/Energy">
    <rdfs:subClassOf rdf:resource="http://ontology.dumontierlab.com/MeasuredProperty"/>
    <rdfs:label>energy</rdfs:label>
    <rdfs:comment>A measure of the amount of work a physical system can do on another.</rdfs:comment>
    <metadata_def:mappingLoom>energy</metadata_def:mappingLoom>
    <metadata_def:mappingSameURI rdf:resource="http://ontology.dumontierlab.com/Energy"/>
    <metadata_def:prefLabel>energy</metadata_def:prefLabel>
  </owl:Class>
  <rdf:Description rdf:about="http://matonto.org/ontologies/matonto#HelmholtzFreeEnergy">
    <rdfs:subClassOf>
      <rdf:Description rdf:about="http://ontology.dumontierlab.com/Energy">
        <metadata_def:mappingSameURI rdf:resource="http://ontology.dumontierlab.com/Energy"/>
      </rdf:Description>
    </rdfs:subClassOf>
  </rdf:Description>
  <rdf:Description rdf:about="http://matonto.org/ontologies/matonto#InternalEnergy">
    <rdfs:subClassOf rdf:resource="http://ontology.dumontierlab.com/Energy"/>
  </rdf:Description>
</rdf:RDF>