<?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:Class rdf:about="&seqSvc;MEGABLAST"/>
    <owl:Class rdf:about="&seqSvc;MEGABLASTDiscontinuous">
        <rdfs:subClassOf rdf:resource="&seqSvc;MEGABLAST"/>
        <rdfs:comment rdf:datatype="&xsd;string">Faster BLASTN for multiple input sequences with non-contiguous word matching.  See:

Wheeler DL, Church DM, Federhen S, Lash E, Madden TL, Pontius JU, Schuler GD, Schriml LM, Sequeira E, Tatusova TA, Wagner L. 2003 Database resources of the National Center for Biotechnology. Nucleic Acids Research, 2003, Vol. 31, No. 1 28-33.

Source: http://nar.oxfordjournals.org/cgi/content/full/31/1/28</rdfs:comment>
    </owl:Class>
</rdf:RDF>

