<?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;DeletionMap">
        <rdfs:subClassOf rdf:resource="&map;MapType"/>
        <rdfs:comment rdf:datatype="&xsd;string">The deletion-based cytogenetic map of an organism is a type of low-resolution physical map. It is constructed using a "genome deletion panel" which consists of a series (or collection) of mutant lines containing sub-chromosomal deletions and a reference wild-type line. Markers can be mapped onto the genome using this panel (by Southern hybridization or by PCR) based on the presence or absence of signal when comparing the banding pattern in the mutants lines with the pattern in the wild type. Linked markers (present in the same deleted region) share the same banding pattern (presence or absence) on the deletion panel.

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