<?xml version="1.0" encoding="UTF-8"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="http://www.biointerchange.org/gfvo#" 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/" xmlns:metadata="http://data.bioontology.org/metadata/"> <owl:Class rdf:about="http://www.biointerchange.org/gfvo#ChemicalEntity"> <rdfs:subClassOf rdf:resource="http://www.biointerchange.org/gfvo#MaterialEntity"/> <rdfs:label>Chemical Entity</rdfs:label> <rdfs:comment xml:lang="en">A chemical entity is an entity related to biochemistry. This class is typically not instantiated, but instead, its subclasses "Amino Acid", "Chromosome", "Peptide Sequence", etc., are used to represent specific chemical entities.</rdfs:comment> <metadata_def:prefLabel>Chemical Entity</metadata_def:prefLabel> <metadata_def:mappingLoom>chemicalentity</metadata_def:mappingLoom> <metadata_def:mappingSameURI rdf:resource="http://www.biointerchange.org/gfvo#ChemicalEntity"/> <metadata:prefixIRI>ChemicalEntity</metadata:prefixIRI> </owl:Class> <rdf:Description rdf:about="http://www.biointerchange.org/gfvo#AminoAcid"> <rdfs:subClassOf> <rdf:Description rdf:about="http://www.biointerchange.org/gfvo#ChemicalEntity"> <metadata_def:mappingSameURI rdf:resource="http://www.biointerchange.org/gfvo#ChemicalEntity"/> </rdf:Description> </rdfs:subClassOf> </rdf:Description> <rdf:Description rdf:about="http://www.biointerchange.org/gfvo#Chromosome"> <rdfs:subClassOf rdf:resource="http://www.biointerchange.org/gfvo#ChemicalEntity"/> </rdf:Description> <rdf:Description rdf:about="http://www.biointerchange.org/gfvo#Sample"> <rdfs:subClassOf rdf:resource="http://www.biointerchange.org/gfvo#ChemicalEntity"/> </rdf:Description> <rdf:Description rdf:about="http://www.biointerchange.org/gfvo#Sequence"> <rdfs:subClassOf rdf:resource="http://www.biointerchange.org/gfvo#ChemicalEntity"/> </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://www.biointerchange.org/gfvo#" 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/" xmlns:metadata="http://data.bioontology.org/metadata/">
  <owl:Class rdf:about="http://www.biointerchange.org/gfvo#ChemicalEntity">
    <rdfs:subClassOf rdf:resource="http://www.biointerchange.org/gfvo#MaterialEntity"/>
    <rdfs:label>Chemical Entity</rdfs:label>
    <rdfs:comment xml:lang="en">A chemical entity is an entity related to biochemistry. This class is typically not instantiated, but instead, its subclasses "Amino Acid", "Chromosome", "Peptide Sequence", etc., are used to represent specific chemical entities.</rdfs:comment>
    <metadata_def:prefLabel>Chemical Entity</metadata_def:prefLabel>
    <metadata_def:mappingLoom>chemicalentity</metadata_def:mappingLoom>
    <metadata_def:mappingSameURI rdf:resource="http://www.biointerchange.org/gfvo#ChemicalEntity"/>
    <metadata:prefixIRI>ChemicalEntity</metadata:prefixIRI>
  </owl:Class>
  <rdf:Description rdf:about="http://www.biointerchange.org/gfvo#AminoAcid">
    <rdfs:subClassOf>
      <rdf:Description rdf:about="http://www.biointerchange.org/gfvo#ChemicalEntity">
        <metadata_def:mappingSameURI rdf:resource="http://www.biointerchange.org/gfvo#ChemicalEntity"/>
      </rdf:Description>
    </rdfs:subClassOf>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.biointerchange.org/gfvo#Chromosome">
    <rdfs:subClassOf rdf:resource="http://www.biointerchange.org/gfvo#ChemicalEntity"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.biointerchange.org/gfvo#Sample">
    <rdfs:subClassOf rdf:resource="http://www.biointerchange.org/gfvo#ChemicalEntity"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.biointerchange.org/gfvo#Sequence">
    <rdfs:subClassOf rdf:resource="http://www.biointerchange.org/gfvo#ChemicalEntity"/>
  </rdf:Description>
</rdf:RDF>