<?xml version="1.0"?>
<!DOCTYPE rdf:RDF [
  <!ENTITY rdfs 'http://www.w3.org/2000/01/rdf-schema#'>
  <!ENTITY marker 'http://sswapmeet.sswap.info/marker/'>
  <!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:owl="&owl;"
    xmlns:xsd="&xsd;"
    xmlns:marker="&marker;"
    xmlns:rdfs="&rdfs;">
    <owl:Ontology rdf:about="&marker;owlOntology">
        <owl:imports rdf:resource="&marker;owlOntology"/>
    </owl:Ontology>
    <owl:Class rdf:about="&marker;Assay"/>
    <owl:Class rdf:about="&marker;Markers"/>
    <owl:ObjectProperty rdf:about="&marker;determinedByAssay"/>
    <owl:ObjectProperty rdf:about="&marker;objectProperties"/>
    <owl:ObjectProperty rdf:about="&marker;determinesMarker">
        <rdfs:subPropertyOf rdf:resource="&marker;objectProperties"/>
        <owl:inverseOf rdf:resource="&marker;determinedByAssay"/>
        <rdfs:domain rdf:resource="&marker;Assay"/>
        <rdfs:range rdf:resource="&marker;Markers"/>
        <rdfs:comment rdf:datatype="&xsd;string">Relates a marker Assay to a Marker.</rdfs:comment>
    </owl:ObjectProperty>
</rdf:RDF>

