<?xml version="1.0"?>
<rdf:RDF
    xmlns:protege="http://protege.stanford.edu/plugins/owl/protege#"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns="http://sswapmeet.sswap.info/NCBITaxonomyRecord/NCBITaxonomyRecord.owl#"
    xmlns:taxa="http://sswapmeet.sswap.info/taxa/"
    xmlns:ncbiTaxa="http://sswapmeet.sswap.info/NCBITaxonomyRecord/"
  xml:base="http://sswapmeet.sswap.info/NCBITaxonomyRecord/NCBITaxonomyRecord.owl">
  <owl:Ontology rdf:about="">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Ontology support for referencing NCBI Taxonomy Records.

To reference a taxon, instantiate this class and point recordURL to the NCBI Taxonomy Record (see recordURL).  This provides a common, universal mechanism to share references to a specific taxon.</rdfs:comment>
    <owl:imports rdf:resource="http://sswapmeet.sswap.info/taxa/taxa.owl"/>
  </owl:Ontology>
  <owl:Class rdf:about="http://sswapmeet.sswap.info/NCBITaxonomyRecord/TaxonomyRecord">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="http://sswapmeet.sswap.info/NCBITaxonomyRecord/recordURL"/>
        </owl:onProperty>
        <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:maxCardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:DatatypeProperty rdf:about="http://sswapmeet.sswap.info/NCBITaxonomyRecord/commonName"/>
        </owl:onProperty>
        <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >0</owl:minCardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="http://sswapmeet.sswap.info/NCBITaxonomyRecord/taxonomyID"/>
        </owl:onProperty>
        <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:maxCardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:maxCardinality>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="http://sswapmeet.sswap.info/NCBITaxonomyRecord/scientificName"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <rdf:Description rdf:about="http://sswapmeet.sswap.info/taxa/Taxa">
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >A high level wrapper class for taxonomic classes.</rdfs:comment>
      </rdf:Description>
    </rdfs:subClassOf>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Taxonomy Record</rdfs:label>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >
      The class that captures basic information of an NCBI
      taxonomic record.
    </rdfs:comment>
  </owl:Class>
  <owl:ObjectProperty rdf:about="http://sswapmeet.sswap.info/NCBITaxonomyRecord/hasTaxonomyRecord">
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:about="http://sswapmeet.sswap.info/NCBITaxonomyRecord/objectProperties"/>
    </rdfs:subPropertyOf>
    <rdfs:range rdf:resource="http://sswapmeet.sswap.info/NCBITaxonomyRecord/TaxonomyRecord"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Standardized predicate for any "thing" to assert a relationship to a TaxonomyRecord</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="http://sswapmeet.sswap.info/NCBITaxonomyRecord/objectProperties">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Super property of all object properties in this ontology.  Useful for grouping object properties when viewing ontologies from multiple namespaces.</rdfs:comment>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:about="http://sswapmeet.sswap.info/NCBITaxonomyRecord/datatypeProperties">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Super property of all datatype properties in this ontology.  Useful for grouping datatype properties when viewing ontologies from multiple namespaces.</rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="http://sswapmeet.sswap.info/NCBITaxonomyRecord/commonName">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Common Name</rdfs:label>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >
      A common name for the taxonomic record.  Records may have
      zero, one, or many common names.
    </rdfs:comment>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:domain rdf:resource="http://sswapmeet.sswap.info/NCBITaxonomyRecord/TaxonomyRecord"/>
    <rdfs:subPropertyOf rdf:resource="http://sswapmeet.sswap.info/NCBITaxonomyRecord/datatypeProperties"/>
  </owl:DatatypeProperty>
  <owl:FunctionalProperty rdf:about="http://sswapmeet.sswap.info/NCBITaxonomyRecord/scientificName">
    <rdfs:domain rdf:resource="http://sswapmeet.sswap.info/NCBITaxonomyRecord/TaxonomyRecord"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >
      The (unique) scientific name for the taxon record.
    </rdfs:comment>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Scientific Name</rdfs:label>
    <rdfs:subPropertyOf rdf:resource="http://sswapmeet.sswap.info/NCBITaxonomyRecord/datatypeProperties"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:about="http://sswapmeet.sswap.info/NCBITaxonomyRecord/recordURL">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#anyURI"/>
    <rdfs:domain rdf:resource="http://sswapmeet.sswap.info/NCBITaxonomyRecord/TaxonomyRecord"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Record URL</rdfs:label>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The URL of the NCBI record.
    
The format of this URL is described at http://www.ncbi.nlm.nih.gov/Taxonomy/taxonomyhome.html/index.cgi?chapter=howlink. Use the "taxonomy ID" with level 0 syntax, for example http://www.ncbi.nlm.nih.gov/Taxonomy/Browser/wwwtax.cgi?id=7215&amp;lvl=0.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="http://sswapmeet.sswap.info/NCBITaxonomyRecord/datatypeProperties"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:about="http://sswapmeet.sswap.info/NCBITaxonomyRecord/taxonomyID">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >
      The unique NCBI record ID for the record.
    </rdfs:comment>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Taxonomy ID</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:subPropertyOf rdf:resource="http://sswapmeet.sswap.info/NCBITaxonomyRecord/datatypeProperties"/>
    <rdfs:domain rdf:resource="http://sswapmeet.sswap.info/NCBITaxonomyRecord/TaxonomyRecord"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </owl:FunctionalProperty>
</rdf:RDF>

<!-- Created with Protege (with OWL Plugin 3.4, Build 122)  http://protege.stanford.edu -->

