<?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;MapType"/>
    <owl:Class rdf:about="&map;GeneticMap">
        <rdfs:comment rdf:datatype="&xsd;string">The genetic map is a representation of a meiotic-recombination map based on analysis of marker segregation in a population of offspring derived from a bi-parental cross. Marker polymorphism between the parents is required to monitor recombination among loci along a chromosome.

Source Gramene: see http://www.gramene.org/db/cmap/map_type_info.</rdfs:comment>
        <rdfs:subClassOf rdf:resource="&map;MapType"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty>
                    <owl:DatatypeProperty rdf:about="&map;linkageGroup"/>
                </owl:onProperty>
                <owl:minCardinality rdf:datatype="&xsd;int">0</owl:minCardinality>
            </owl:Restriction>
        </rdfs:subClassOf>
    </owl:Class>
</rdf:RDF>
