<?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;PSI_BLAST">
        <rdfs:subClassOf rdf:resource="&seqSvc;BLASTProtein"/>
        <rdfs:comment rdf:datatype="&xsd;string">Position-Specific Iteration BLAST.

Query an amino acid (protein) sequence against a library of amino acid (protein) sequences. More sensetive that BLASTP for detecting distantly related sequences. 

"Position specific iterative BLAST (PSI-BLAST) refers to a feature of BLAST 2.0 in which a profile (or position specific scoring matrix, PSSM) is constructed (automatically) from a multiple alignment of the highest scoring hits in an initial BLAST search."

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

