<?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 seq 'http://sswapmeet.sswap.info/sequence/'>
  <!ENTITY owl 'http://www.w3.org/2002/07/owl#'>
  <!ENTITY rdf 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>]>
<rdf:RDF
    xmlns:rdf="&rdf;"
    xmlns:owl="&owl;"
    xmlns:seq="&seq;"
    xmlns:xsd="&xsd;"
    xmlns:rdfs="&rdfs;">
    <owl:Ontology rdf:about="&seq;owlOntology">
        <owl:imports rdf:resource="&seq;owlOntology"/>
    </owl:Ontology>
    <owl:ObjectProperty rdf:about="&seq;hasParser">
        <rdfs:subPropertyOf>
            <owl:ObjectProperty rdf:about="&seq;formatHelpers"/>
        </rdfs:subPropertyOf>
        <rdfs:comment rdf:datatype="&xsd;string">A predicate for associating a parser with the Formats object; for example, a link to a FASTA parser.  The hasParser predicate is an objectProperty (instead of a datatypeProperty with range xsd:anyURI) so that the object of the predicate can be itself the parser suitable for invocation.</rdfs:comment>
    </owl:ObjectProperty>
</rdf:RDF>
