<?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 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: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;filterHumanRepeats">
        <rdf:type rdf:resource="&owl;FunctionalProperty"/>
        <rdfs:comment rdf:datatype="&xsd;string">This option masks Human repeats (LINE's, SINE's, plus retroviral repeasts) and is useful for human sequences that may contain these repeats. Filtering for repeats can increase the speed of a search especially with very long sequences (&gt;100 kb) and against databases which contain large number of repeats (htgs). This filter should be checked for genomic queries to prevent potential problems that may arise from the numerous and often spurious matches to those repeat elements. Source: NCBI</rdfs:comment>
        <rdfs:subPropertyOf>
            <owl:DatatypeProperty rdf:about="&seqSvc;ncbiBLASTParameters"/>
        </rdfs:subPropertyOf>
        <rdfs:range rdf:resource="&xsd;boolean"/>
    </owl:DatatypeProperty>
</rdf:RDF>

