<?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">
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty>
                    <owl:DatatypeProperty rdf:about="&qtl;accessionID"/>
                </owl:onProperty>
                <owl:maxCardinality rdf:datatype="&xsd;int">1</owl:maxCardinality>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty>
                    <owl:DatatypeProperty rdf:about="&qtl;name"/>
                </owl:onProperty>
                <owl:maxCardinality rdf:datatype="&xsd;int">1</owl:maxCardinality>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:minCardinality rdf:datatype="&xsd;int">0</owl:minCardinality>
                <owl:onProperty>
                    <owl:DatatypeProperty rdf:about="&qtl;synonym"/>
                </owl:onProperty>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Class rdf:about="&qtl;QTLs"/>
        </rdfs:subClassOf>
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty>
                    <owl:DatatypeProperty rdf:about="&qtl;symbol"/>
                </owl:onProperty>
                <owl:cardinality rdf:datatype="&xsd;int">1</owl:cardinality>
            </owl:Restriction>
        </owl:equivalentClass>
    </owl:Class>
</rdf:RDF>

