<?xml version="1.0"?>
<!DOCTYPE rdf:RDF [
  <!ENTITY rdfs 'http://www.w3.org/2000/01/rdf-schema#'>
  <!ENTITY qtl 'http://sswapmeet.sswap.info/qtl/'>
  <!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#'>]>
<rdf:RDF
    xmlns:rdf="&rdf;"
    xmlns:owl="&owl;"
    xmlns:xsd="&xsd;"
    xmlns:qtl="&qtl;"
    xmlns:rdfs="&rdfs;">
    <owl:Ontology rdf:about="&qtl;owlOntology">
        <owl:imports rdf:resource="&qtl;owlOntology"/>
    </owl:Ontology>
    <owl:Class rdf:about="&qtl;QTL"/>
    <owl:ObjectProperty rdf:about="&qtl;hasQTL">
        <rdfs:range rdf:resource="&qtl;QTL"/>
        <rdfs:comment rdf:datatype="&xsd;string">Standardized predicate for any "thing" to assert a relationship a QTL.</rdfs:comment>
    </owl:ObjectProperty>
</rdf:RDF>

