<?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 map 'http://sswapmeet.sswap.info/map/'>
  <!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:map="&map;"
    xmlns:xsd="&xsd;"
    xmlns:rdfs="&rdfs;">
    <owl:Ontology rdf:about="&map;owlOntology">
        <owl:imports rdf:resource="&map;owlOntology"/>
    </owl:Ontology>
    <owl:Class rdf:about="&map;MaizeBinFeature">
        <rdfs:subClassOf>
            <owl:Class rdf:about="&map;MapFeature"/>
        </rdfs:subClassOf>
        <rdfs:comment rdf:datatype="&xsd;string">The maize genome has been divided into bins of approximately 20 cM. Each maize bin is delimited by two fixed core markers, one each end of the bin. The bin includes all loci (features) from the left- or topmost core marker to the next core marker.

Source: Gramene: http://www.gramene.org/db/cmap/feature_type_info</rdfs:comment>
    </owl:Class>
</rdf:RDF>

