<?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 trait 'http://sswapmeet.sswap.info/trait/'>]>
<rdf:RDF
    xmlns:rdf="&rdf;"
    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">
        <rdfs:comment rdf:datatype="&xsd;string">From Gramene's notion of trait categories.

Anticpated used is via aggregation: e.g., instantiate an individual trait as both rdf:type trait:Trait and rdf:type trait:Category.  Additionally, it may be of rdf:type http://sswapmeet.sswap.info/TO/TO:... to classify it under the Trait Ontology.

Search on "trait category" at http://www.gramene.org/qtl/help.html.</rdfs:comment>
        <rdfs:subClassOf>
            <owl:Class rdf:about="&trait;Traits"/>
        </rdfs:subClassOf>
    </owl:Class>
</rdf:RDF>

