<?xml version="1.0"?>
<!DOCTYPE rdf:RDF [
  <!ENTITY rdfs 'http://www.w3.org/2000/01/rdf-schema#'>
  <!ENTITY ro 'http://sswapmeet.sswap.info/RO/'>
  <!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 oboInOwl 'http://sswapmeet.sswap.info/oboInOwl/'>]>
<rdf:RDF
    xmlns:rdf="&rdf;"
    xmlns:ro="&ro;"
    xmlns:owl="&owl;"
    xmlns:xsd="&xsd;"
    xmlns:oboInOwl="&oboInOwl;"
    xmlns:rdfs="&rdfs;">
    <owl:Ontology rdf:about="&ro;owlOntology">
        <owl:imports rdf:resource="&ro;owlOntology"/>
    </owl:Ontology>
    <owl:ObjectProperty rdf:about="&oboInOwl;ObsoleteProperty"/>
    <owl:ObjectProperty rdf:about="&ro;relationship">
        <rdfs:label xml:lang="en">relationship</rdfs:label>
        <rdfs:comment rdf:datatype="&xsd;string">this relation was superfluous, so it has been obsoleted</rdfs:comment>
        <oboInOwl:hasDefinition>
            <oboInOwl:Definition>
                <rdfs:label xml:lang="en">A relationship between two classes (terms). Relationships between classes are expressed in terms of relations on underlying instances.</rdfs:label>
                <oboInOwl:hasDbXref>
                    <oboInOwl:DbXref>
                        <rdfs:label rdf:datatype="&xsd;string"
                        >GOC:cjm</rdfs:label>
                        <oboInOwl:hasURI rdf:datatype="&xsd;anyURI"
                        >http://sswapmeet.sswap.info/obo/owl/GOC#GOC_cjm</oboInOwl:hasURI>
                    </oboInOwl:DbXref>
                </oboInOwl:hasDbXref>
            </oboInOwl:Definition>
        </oboInOwl:hasDefinition>
        <rdfs:subPropertyOf rdf:resource="&oboInOwl;ObsoleteProperty"/>
        <oboInOwl:hasOBONamespace rdf:datatype="&xsd;string">relationship</oboInOwl:hasOBONamespace>
    </owl:ObjectProperty>
</rdf:RDF>

