<?xml version="1.0"?>
<!DOCTYPE rdf:RDF [
  <!ENTITY to 'http://sswapmeet.sswap.info/TO/'>
  <!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 trait 'http://sswapmeet.sswap.info/trait/'>]>
<rdf:RDF
    xmlns:rdf="&rdf;"
    xmlns:to="&to;"
    xmlns:owl="&owl;"
    xmlns:trait="&trait;"
    xmlns:xsd="&xsd;"
    xmlns:rdfs="&rdfs;">
    <owl:Ontology rdf:about="&trait;owlOntology">
        <owl:imports rdf:resource="&trait;owlOntology"/>
    </owl:Ontology>
    <owl:Class rdf:about="&trait;Category"/>
    <owl:Class rdf:about="&to;TO_0000277"/>
    <owl:Class rdf:about="&trait;Biochemical">
        <rdfs:subClassOf rdf:resource="&trait;Category"/>
        <rdfs:comment rdf:datatype="&xsd;string">Biochemical and physiological traits, e.g., enzyme activity.

Source: http://www.gramene.org/qtl/help.html</rdfs:comment>
        <owl:equivalentClass rdf:resource="&to;TO_0000277"/>
    </owl:Class>
</rdf:RDF>

