<?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">
        <rdfs:comment rdf:datatype="&xsd;string">Relates a Marker to its MarkerAssay.  In some cases you can simply declare a marker of rdf:type marker:Assay; in other cases you can use this predicate to relate a Marker object to an Assay object.</rdfs:comment>
        <rdfs:subPropertyOf>
            <owl:ObjectProperty rdf:about="&marker;objectProperties"/>
        </rdfs:subPropertyOf>
        <rdfs:domain rdf:resource="&marker;Markers"/>
        <owl:inverseOf>
            <owl:ObjectProperty rdf:about="&marker;determinesMarker"/>
        </owl:inverseOf>
        <rdfs:range rdf:resource="&marker;Assay"/>
    </owl:ObjectProperty>
</rdf:RDF>

