<?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 openBiomedicalOntologies  "http://ontologies.ncgr.org/OpenBiomedicalOntologies/">
]>

<rdf:RDF xmlns:rdf                       = "&rdf;"
         xmlns:rdfs                      = "&rdfs;"
         xmlns:owl                       = "&owl;"
         xmlns:openBiomedicalOntologies  = "&openBiomedicalOntologies;"
         xmlns:base                      = "&openBiomedicalOntologies;"
         xmlns                           = "&openBiomedicalOntologies;">

    <owl:ObjectProperty rdf:about="&openBiomedicalOntologies;rootProperty">

        <rdfs:comment>
            A property representing the fact that a Term is related to
            another Term that is at the root of its class heirarchy.
        </rdfs:comment>

        <rdfs:domain rdf:resource="&openBiomedicalOntologies;Term"/>

        <rdfs:range  rdf:resource="&openBiomedicalOntologies;Term"/>

    </owl:ObjectProperty>

</rdf:RDF>

