<?xml version="1.0"?>
<!DOCTYPE rdf:RDF [
  <!ENTITY obo 'http://sswapmeet.sswap.info/OBO/'>
  <!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#'>]>
<rdf:RDF
    xmlns:rdf="&rdf;"
    xmlns:obo="&obo;"
    xmlns:owl="&owl;"
    xmlns:xsd="&xsd;"
    xmlns:rdfs="&rdfs;">
    <owl:Ontology rdf:about="&obo;owlOntology">
        <owl:imports rdf:resource="&obo;owlOntology"/>
    </owl:Ontology>
    <owl:Class rdf:about="&obo;OBO"/>
    <owl:Class rdf:about="&obo;Term">
        <rdfs:subClassOf rdf:resource="&obo;OBO"/>
        <rdfs:comment rdf:datatype="&xsd;string">'Term' is a class that serves as the superclass of all OBO style "terms", including classes defined in concrete ontologies such as GO, PO, SO, TO, etc..  Each such class corresponds to the contents of a '[Term]' stanza in an OBO file, as described in the format guide http://www.geneontology.org/GO.format.obo-1_0.shtml.  Note that the SSWAP-compliant OBO ontology (of which this class is a part) defines an AnnotationProperty corresponding to the major required and optional tags that can be contained within the '[Term]' stanza of the associated class.</rdfs:comment>
    </owl:Class>
</rdf:RDF>
