<?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 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:obo="&obo;"
    xmlns:ro="&ro;"
    xmlns:owl="&owl;"
    xmlns:xsd="&xsd;"
    xmlns:oboInOwl="&oboInOwl;"
    xmlns:rdfs="&rdfs;">
    <owl:Ontology rdf:about="&obo;owlOntology">
        <rdfs:comment xml:lang="en">Top level classes for some of the major Open Biomedical Ontologies (OBO).

Allows easy and succinct specification for OBO data types for SSWAP (http://sswap.info) RDGs (Resource Description Graphs).  For example, to specify that a SSWAP semantic web service accepts Gene Ontology (GO)  terms as input, the sswap:Subject node simply asserts that it is of rdf:type obo:GO.  Use is analogous for specifying return data types with sswap:Object.

See http://sswap.info for more information on SSWAP semantic web services.</rdfs:comment>
        <owl:imports>
            <owl:Ontology rdf:about="&oboInOwl;owlImports"/>
        </owl:imports>
        <owl:imports>
            <owl:Ontology rdf:about="&ro;owlImports"/>
        </owl:imports>
    </owl:Ontology>
</rdf:RDF>

