<?xml version="1.0"?>
<!DOCTYPE rdf:RDF [
  <!ENTITY rdfs 'http://www.w3.org/2000/01/rdf-schema#'>
  <!ENTITY xsd 'http://www.w3.org/2001/XMLSchema#'>
  <!ENTITY owl 'http://www.w3.org/2002/07/owl#'>
  <!ENTITY rdf 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
  <!ENTITY ncbiTaxa 'http://sswapmeet.sswap.info/NCBITaxonomyRecord/'>]>
<rdf:RDF
    xmlns:rdf="&rdf;"
    xmlns:owl="&owl;"
    xmlns:ncbiTaxa="&ncbiTaxa;"
    xmlns:xsd="&xsd;"
    xmlns:rdfs="&rdfs;">
    <owl:Ontology rdf:about="&ncbiTaxa;owlOntology">
        <owl:imports rdf:resource="&ncbiTaxa;owlOntology"/>
    </owl:Ontology>
    <owl:Class rdf:about="&ncbiTaxa;TaxonomyRecord"/>
    <owl:DatatypeProperty rdf:about="&ncbiTaxa;datatypeProperties"/>
    <owl:FunctionalProperty rdf:about="&ncbiTaxa;recordURL">
        <rdfs:range rdf:resource="&xsd;anyURI"/>
        <rdfs:domain rdf:resource="&ncbiTaxa;TaxonomyRecord"/>
        <rdfs:label rdf:datatype="&xsd;string">Record URL</rdfs:label>
        <rdfs:comment rdf:datatype="&xsd;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="&ncbiTaxa;datatypeProperties"/>
        <rdf:type rdf:resource="&owl;DatatypeProperty"/>
    </owl:FunctionalProperty>
</rdf:RDF>

