<?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 owl 'http://www.w3.org/2002/07/owl#'>
  <!ENTITY seq 'http://sswapmeet.sswap.info/sequence/'>
  <!ENTITY rdf 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
  <!ENTITY seqSvc 'http://sswapmeet.sswap.info/sequenceServices/'>]>
<rdf:RDF
    xmlns:rdf="&rdf;"
    xmlns:owl="&owl;"
    xmlns:seq="&seq;"
    xmlns:seqSvc="&seqSvc;"
    xmlns:xsd="&xsd;"
    xmlns:rdfs="&rdfs;">
    <owl:Ontology rdf:about="&seqSvc;owlOntology">
        <owl:imports rdf:resource="&seqSvc;owlOntology"/>
    </owl:Ontology>
    <owl:DatatypeProperty rdf:about="&seqSvc;hspSequences"/>
    <owl:DatatypeProperty rdf:about="&seq;sequenceStr"/>
    <owl:DatatypeProperty rdf:about="&seqSvc;querySequence">
        <rdfs:comment rdf:datatype="&xsd;string">The sequence segment from the full sequence provided to the service for querying.  Should align base-for-base with the subjectSequence and the (optional) differentialSequence.</rdfs:comment>
        <rdfs:subPropertyOf rdf:resource="&seq;sequenceStr"/>
        <rdfs:subPropertyOf rdf:resource="&seqSvc;hspSequences"/>
    </owl:DatatypeProperty>
</rdf:RDF>

