<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE rdf:RDF [
    <!ENTITY rdf                       "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
    <!ENTITY rdfs                      "http://www.w3.org/2000/01/rdf-schema#">
    <!ENTITY owl                       "http://www.w3.org/2002/07/owl#">
    <!ENTITY xsd                       "http://www.w3.org/2001/XMLSchema#">
    <!ENTITY openBiomedicalOntologies  "http://ontologies.ncgr.org/OpenBiomedicalOntologies/">
]>

<rdf:RDF xmlns:rdf                       = "&rdf;"
         xmlns:rdfs                      = "&rdfs;"
         xmlns:owl                       = "&owl;"
         xmlns:xsd                       = "&xsd;"
         xmlns:openBiomedicalOntologies  = "&openBiomedicalOntologies;"
         xmlns:base                      = "&openBiomedicalOntologies;"
         xmlns                           = "&openBiomedicalOntologies;">

    <owl:DatatypeProperty rdf:about="&openBiomedicalOntologies;def">

        <rdfs:comment>
            An OBO Term can optionally have a more detailed description to
            help define it, and the value is stored in this property.
        </rdfs:comment>

        <rdfs:domain rdf:resource="&openBiomedicalOntologies;Term"/>

        <rdfs:range  rdf:resource="&xsd;string"/>

    </owl:DatatypeProperty>

</rdf:RDF>

