<?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;tuningParameters"/>
    <owl:DatatypeProperty rdf:about="&seqSvc;expectationThreshold">
        <rdf:type rdf:resource="&owl;FunctionalProperty"/>
        <rdfs:comment rdf:datatype="&xsd;string">The statistical significance threshold for reporting matches against database sequences; the default value is 10, such that 10 matches are expected to be found merely by chance, according to the stochastic model of Karlin and Altschul (1990). If the statistical significance ascribed to a match is greater than the ExpectationThreshold, the match will not be reported. Lower Expectation thresholds are more stringent, leading to fewer chances matches being reported. Fractional values are acceptable.</rdfs:comment>
        <rdfs:subPropertyOf rdf:resource="&seqSvc;tuningParameters"/>
        <rdfs:range rdf:resource="&xsd;float"/>
    </owl:DatatypeProperty>
</rdf:RDF>

