<?xml version="1.0"?>
<!DOCTYPE rdf:RDF [
  <!ENTITY rdfs 'http://www.w3.org/2000/01/rdf-schema#'>
  <!ENTITY oboProperties 'http://sswapmeet.sswap.info/OBOProperties/'>
  <!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:oboProperties="&oboProperties;"
    xmlns:owl="&owl;"
    xmlns:xsd="&xsd;"
    xmlns:rdfs="&rdfs;">
    <owl:Ontology rdf:about="&oboProperties;owlOntology">
        <owl:imports rdf:resource="&oboProperties;owlOntology"/>
    </owl:Ontology>
    <owl:DatatypeProperty rdf:about="&oboProperties;datatypeProperties">
        <rdfs:comment rdf:datatype="&xsd;string">Super property for all OBOProperties datatype properties</rdfs:comment>
    </owl:DatatypeProperty>
</rdf:RDF>

