<?xml version="1.0"?>
<!DOCTYPE rdf:RDF [
  <!ENTITY rdfs 'http://www.w3.org/2000/01/rdf-schema#'>
  <!ENTITY xsd 'http://www.w3.org/2001/XMLSchema#'>
  <!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:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="&xsd;"
    xmlns:oboInOwl="&oboInOwl;"
    xmlns:rdfs="&rdfs;">
    <owl:Ontology rdf:about="&oboInOwl;owlOntology">
        <rdfs:label rdf:datatype="&xsd;string"></rdfs:label>
        <rdfs:comment rdf:datatype="&xsd;string">
          This is an OWL translation of an ontology whose native representational form is .obo. The translation was performed using the oboInOwl xslt library. For details, see http://www.berkeleybop.org/obo-conv.cgi
        </rdfs:comment>
        <rdfs:comment rdf:datatype="&xsd;string">OBO Format metamodel. This meta-ontology is self-describing. OBO metamodel properties are described using OBO metamodel properties</rdfs:comment>
    </owl:Ontology>
</rdf:RDF>
