<?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;BLASTProtein"/>
    <owl:Class rdf:about="&seqSvc;PHI_BLAST">
        <rdfs:subClassOf rdf:resource="&seqSvc;BLASTProtein"/>
        <rdfs:comment rdf:datatype="&xsd;string">Pattern Hit Initiated BLAST.

Query an amino acid (protein) sequence against a library of amino acid (protein) sequences.

"PHI-BLAST expects as input a protein query sequence and a pattern contained in that sequence. 
PHI-BLAST searches the specified database for other protein sequences that also contain the input pattern and have significant similarity to the query sequence in the vicinity of the pattern occurrences."

Source: http://www.ncbi.nlm.nih.gov/Education/BLASTinfo/Post_Blast.html.</rdfs:comment>
    </owl:Class>
</rdf:RDF>

