<?xml version="1.0"?>
<rdf:RDF
    xmlns:protege="http://protege.stanford.edu/plugins/owl/protege#"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:daml="http://www.daml.org/2001/03/daml+oil#"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:p2="http://www.owl-ontologies.com/assert.owl#"
    xmlns="http://mged.sourceforge.net/ontologies/MGEDOntology.owl#"
  xml:base="http://mged.sourceforge.net/ontologies/MGEDOntology.owl">
  <owl:Ontology rdf:about="">
    <dc:subject rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An ontology for microarray experiments in support of MAGE v.1.</dc:subject>
    <dc:date rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >February 9, 2007</dc:date>
    <owl:imports rdf:resource="http://purl.org/dc/elements/1.1/"/>
    <owl:imports rdf:resource="http://protege.stanford.edu/plugins/owl/protege"/>
    <dc:creator rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Chris Stoeckert, Helen Parkinson, Trish Whetzel, Paul Spellman, Catherine A. Ball, Joseph White, John Matese, Liju Fan, Gilberto Fragoso, Mervi Heiskanen, Susanna Sansone, Helen Causton, Laurence Game, Chris Taylor</dc:creator>
    <dc:title rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The MGED Ontology</dc:title>
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Concepts, definitions, terms, and resources for standardized description of a microarray experiment in support of MAGE v.1. The MGED ontology is divided into the MGED Core ontology which is intended to be stable and in synch with MAGE v.1; and the MGED Extended ontology which adds further associations and classes not found in MAGE v.1</dc:description>
    <owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >1.3.1.1</owl:versionInfo>
  </owl:Ontology>
  <owl:Class rdf:ID="CancerSite">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="MGEDCoreOntology"/>
    </rdfs:subClassOf>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_26</unique_identifier>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >class to hold instances used as the filler for the property has_cancer_site</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="BioMaterialPackage">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Description of the source of the nucleic acid used to generate labeled material for the microarray experiment. </rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_182</unique_identifier>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#MGEDCoreOntology"/>
    </rdfs:subClassOf>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >mage</class_source>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
  </owl:Class>
  <owl:Class rdf:ID="StrainOrLine">
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="OntologyEntry"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="BioMaterialCharacteristics"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_database"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="StrainOrLineDatabase"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="Organism"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_species"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_9</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A strain or line is an animal or plant offspring that has a single ancestral breeding pair or parent as a result of brother x sister or parent x offspring matings. This class is extended to include F1 offspring and established breeding lines. For microbes, these are isolates derived from nature or in the laboratory.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Water">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Water consumed by or enveloping the organism that the biosource is derived from. </rdfs:comment>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="Protocol"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_treatment"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="GrowthCondition"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_additive"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="Compound"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_153</unique_identifier>
  </owl:Class>
  <owl:Class rdf:ID="QuantitationTypePackage">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The MAGE package for defining classes for quantitation.</rdfs:comment>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >mage</class_source>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_130</unique_identifier>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#MGEDCoreOntology"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="DevelopmentalStage">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The developmental stage of the organism's life cycle during which the biomaterial was extracted. 
</rdfs:comment>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_120</unique_identifier>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#OntologyEntry"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="DevelopmentalStageDatabase"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_database"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#BioMaterialCharacteristics"/>
    </rdfs:subClassOf>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
  </owl:Class>
  <owl:Class rdf:ID="Bedding">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Refers to the bedding material present in an animals housing.</rdfs:comment>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >place_holder</class_role>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_154</unique_identifier>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="EnvironmentalHistory"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Parameter">
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >mage</class_source>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter is a variable within a protocol. </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_units"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="Unit"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="ProtocolPackage"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_type"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="DataType"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_110</unique_identifier>
  </owl:Class>
  <owl:Class rdf:ID="SequenceOntologyDatabase">
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Database for sequence annotation information.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_83</unique_identifier>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Database"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="MeasurementPackage">
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MAGE package for measurement. </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#MGEDCoreOntology"/>
    </rdfs:subClassOf>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_89</unique_identifier>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >mage</class_source>
  </owl:Class>
  <owl:Class rdf:ID="TumorGradingDatabase">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Database"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Database of tumor grading information</rdfs:comment>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_187</unique_identifier>
  </owl:Class>
  <owl:Class rdf:ID="Measurement">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Measured values and units.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <owl:onProperty>
          <owl:DatatypeProperty rdf:ID="has_value"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_measurement_type"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="MeasurementType"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_units"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#Unit"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#MeasurementPackage"/>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >mage</class_source>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_144</unique_identifier>
  </owl:Class>
  <owl:Class rdf:ID="SurfaceType">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_198</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Controlled terms for descriptors for coating of the substrate.</rdfs:comment>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="ArrayDesignPackage"/>
    </rdfs:subClassOf>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
  </owl:Class>
  <owl:Class rdf:ID="Result">
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >class to hold instances used as the filler for the property has_result</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_65</unique_identifier>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#MGEDCoreOntology"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="BioMolecularAnnotation">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="ExperimentDesignType"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >BioMolecularAnnotation experiment design types are those which are designed to investigate functions, processes, locations and identity at the molecular level e.g. binding site identification, genotyping.</rdfs:comment>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_213</unique_identifier>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
  </owl:Class>
  <owl:Class rdf:ID="FeatureShape">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#ArrayDesignPackage"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The expected shape of the feature on the array.</rdfs:comment>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_8</unique_identifier>
  </owl:Class>
  <owl:Class rdf:ID="ClinicalHistory">
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_clinical_treatment"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="ClinicalTreatment"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#OntologyEntry"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_clinical_record"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="TestResult"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_clinical_finding"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="DiseaseState"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_prior_disease_state"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_test_type"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="TestType"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The BioMaterial's (i.e., the patient's) medical record as background information relevant to the experiment.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#EnvironmentalHistory"/>
    </rdfs:subClassOf>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_189</unique_identifier>
  </owl:Class>
  <owl:Class rdf:ID="FamilyMember">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#DiseaseState"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_disease_state"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_individual_genetic_characteristics"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="IndividualGeneticCharacteristics"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_188</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Member of the biosource's family.</rdfs:comment>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <rdfs:subClassOf rdf:resource="#BioMaterialPackage"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#OntologyEntry"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_clinical_record"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="FamilyRelationship"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_family_relationship"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="SeqFeatureBasis">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Controlled terms for how the sequence features were determined (e.g., experimental, computational, etc.)</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_207</unique_identifier>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="BioSequencePackage"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="BioAssayData">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="BioAssayDataPackage"/>
    </rdfs:subClassOf>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_40</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >BioAssayData refers to the data files including images generated from one or more BioAssays.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Roles">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Controlled terms for descriptors of the role of contact, e.g. submitter, biosource_provider.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_180</unique_identifier>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="AuditAndSecurityPackage"/>
    </rdfs:subClassOf>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
  </owl:Class>
  <owl:Class rdf:ID="HardwareType">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_113</unique_identifier>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Controlled terms for descriptors of types of hardware.</rdfs:comment>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#ProtocolPackage"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="BioMaterial">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_226</unique_identifier>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >mage</class_source>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Description of the processing state of the biomaterial for use in the microarray hybridization.</rdfs:comment>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_type"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="MaterialType"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_biomaterial_characteristics"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#BioMaterialCharacteristics"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#BioMaterialPackage"/>
  </owl:Class>
  <owl:Class rdf:ID="QuantityUnitOther">
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="QuantityUnit"/>
    </rdfs:subClassOf>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_156</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Quantity units not specified in MAGE.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Transformation">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_216</unique_identifier>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_protocol"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#Protocol"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#BioAssayDataPackage"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The process by which BioAssays (data, elements, quantitation types) are averaged normalized, selected, filtered, or otherwise changed into a new set of BioAssay data.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Host">
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_101</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Organisms or organism parts used as a designed part of the culture (e.g., red blood cells, stromal cells). </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_host_part"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="OrganismPart"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_host"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#Organism"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#EnvironmentalHistory"/>
    </rdfs:subClassOf>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
  </owl:Class>
  <owl:Class rdf:ID="GeographicLocation">
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#OntologyEntry"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#EnvironmentalHistory"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_database"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="GeographicLocationDatabase"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A descriptor of the location from which a BioMaterial was obtained, e.g. country, region, grid reference.</rdfs:comment>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_132</unique_identifier>
  </owl:Class>
  <owl:Class rdf:ID="DataTransformationProtocolType">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_165</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The process by which derived BioAssays are created from measured BioAssays and/or derived BioAssays.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="ProtocolType"/>
    </rdfs:subClassOf>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
  </owl:Class>
  <owl:Class rdf:ID="MethodologicalDesign">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A methodological experiment design type investigates differences caused by application of protocols, hardware, software and bioassay relationships, e.g. quality control, replicates, loop.</rdfs:comment>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_2</unique_identifier>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#ExperimentDesignType"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Age">
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The time period elapsed since an identifiable point in the life cycle of an organism. If a developmental stage is specified, the identifiable point would be the beginning of that stage. Otherwise the identifiable point must be specified such as planting (e.g. 3 days post planting).</rdfs:comment>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#BioMaterialCharacteristics"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_measurement"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#Measurement"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_maximum_measurement"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#Measurement"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:ID="has_initial_time_point"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="InitialTimePoint"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_178</unique_identifier>
  </owl:Class>
  <owl:Class rdf:ID="OperatorVariation">
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >place_holder</class_role>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_38</unique_identifier>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="MethodologicalFactorCategory"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The effects of different investigators, laboratories, or organizations on experimental results are studied.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="ReplicateDescription">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_type"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="ReplicateDescriptionType"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="ExperimentPackage"/>
    </rdfs:subClassOf>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_162</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ReplicateDescription provides details about the type of replication used in the experiment.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Biometrics">
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#Measurement"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_cubic_volume"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Physical properties of the BioMaterial e. g. mass or height</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_mass"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#Measurement"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_diameter"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#Measurement"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#Measurement"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_length"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#BioMaterialCharacteristics"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_height"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#Measurement"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_individual"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="Individual"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#OrganismPart"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_organism_part"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_129</unique_identifier>
  </owl:Class>
  <owl:Class rdf:ID="WarningType">
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_41</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Controlled terms for descriptors of the warnings associated with reporters.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="DesignElementPackage"/>
    </rdfs:subClassOf>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
  </owl:Class>
  <owl:Class rdf:ID="ChromosomalAberrationClassification">
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#BioMaterialCharacteristics"/>
    </rdfs:subClassOf>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_6</unique_identifier>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An irregularity in the number or structure of chromosomes, usually in the form of a gain (duplication), loss (deletion), exchange (translocation), or alteration in sequence (inversion) of genetic material. Excludes simple changes in sequence such as mutations, and is usually detectable by cytogenetic and microscopic techniques such as FISH.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="EnvironmentalFactorCategory">
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_117</unique_identifier>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="ExperimentalFactorCategory"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Factors that relate to properties of the environmental history of the biomaterial, its treatment, or its growth.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="OrganismDatabase">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_64</unique_identifier>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Database"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Database of taxonomic information.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="MGEDOntology">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The MGED Ontology is a top level container for the MGEDCoreOntology and the MGEDExtendedOntology. The MGED ontology describes microarray experiments and is split into the MGEDCoreOntology, which supports MAGE-OM v1.0 and is organized consistently with MAGE, and the MGEDExtendedOntology, which expands MAGE v1.0 and contains concepts and relationships which are not included in MAGE. </rdfs:comment>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_174</unique_identifier>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="is_user_defined"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="Contact"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="BibliographicReference"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#is_user_defined"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#Individual">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#BioMaterialCharacteristics"/>
    </rdfs:subClassOf>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >place_holder</class_role>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_169</unique_identifier>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Identifier or name of the individual organism from which the biomaterial was derived. </rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Fiducial">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_type"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="FiducialType"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="ArrayPackage"/>
    </rdfs:subClassOf>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_136</unique_identifier>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >mage</class_source>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A marking on the surface of the array that can be used to identify the origin of the array.</rdfs:comment>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
  </owl:Class>
  <owl:Class rdf:ID="FactorValue">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#Measurement"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_measurement"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The value of an ExperimentFactor.</rdfs:comment>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >mage</class_source>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#ExperimentPackage"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_property_set"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="FactorValueSet"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_203</unique_identifier>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_property_set"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="FactorValueDependency"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_factor_value_ontology_entry"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#ExperimentalFactorCategory"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="LabeledExtract">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_221</unique_identifier>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="LabelCompound"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_compound"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:ID="has_been_treated"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="Treatment"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#BioMaterial"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The BioSample after labeling for detection of the nucleic acids. </rdfs:comment>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >mage</class_source>
  </owl:Class>
  <owl:Class rdf:ID="Software">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="Hardware"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_hardware"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_109</unique_identifier>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_type"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="SoftwareType"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The software application used.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#ProtocolPackage"/>
    </rdfs:subClassOf>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >mage</class_source>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_manufacturer"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#Contact"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_software"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#Software"/>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="ExperimentDesign">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_MAGE_description"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#ReplicateDescription"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="QualityControlDescription"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_MAGE_description"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_170</unique_identifier>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="BioAssay"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_bioassays"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#ExperimentPackage"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_experiment_factors"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="ExperimentalFactor"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ExperimentDesign refers to both observational and experimental (perturbational) studies. The organizing principles of the study including the relationships between assays and the steps taken to interpret the data. </rdfs:comment>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >mage</class_source>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="NormalizationDescription"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_MAGE_description"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#ExperimentDesignType"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_experiment_design_type"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:DatatypeProperty rdf:ID="has_description"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
  </owl:Class>
  <owl:Class rdf:about="#StrainOrLineDatabase">
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_30</unique_identifier>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Database"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Database of strain, line, cultivar or ecotype information.</rdfs:comment>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
  </owl:Class>
  <owl:Class rdf:about="#BioAssayDataPackage">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MAGE package for BioAssayData.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="MGEDExtendedOntology"/>
    </rdfs:subClassOf>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_186</unique_identifier>
  </owl:Class>
  <owl:Class rdf:ID="ArrayGroup">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An array group is a physical platform that contains one or more arrays that are separately addressable or a virtual grouping of arrays. </rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_34</unique_identifier>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >mage</class_source>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#Fiducial"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_fiducials"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#ArrayPackage"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="SubstrateType"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_type"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#BioMaterialCharacteristics">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_5</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Properties of the biomaterial before treated in any manner for the purposes of the experiment.</rdfs:comment>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <rdfs:subClassOf rdf:resource="#BioMaterialPackage"/>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="BiologicalFactorCategory"/>
    </rdfs:subClassOf>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
  </owl:Class>
  <owl:Class rdf:ID="BioSequenceType">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Controlled terms for descriptors indicating the type of biosequence. Types may be physical (e.g. BAC, cDNA clone), or  computational (e.g. unigene cluster, consensus).</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#BioSequencePackage"/>
    </rdfs:subClassOf>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_152</unique_identifier>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
  </owl:Class>
  <owl:Class rdf:ID="Generation">
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >place_holder</class_role>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The number of cell passages if the organism or organism part that is cultured is unicellular or a cell culture otherwise the number of generations.</rdfs:comment>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#EnvironmentalHistory"/>
    </rdfs:subClassOf>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_43</unique_identifier>
  </owl:Class>
  <owl:Class rdf:ID="PreservationType">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_195</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The type of method used to preserve (keep in stasis) the organism or biosource.  </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#MGEDExtendedOntology"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Histology">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_performer"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#Contact"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#OntologyEntry"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#BioMaterialCharacteristics"/>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#OrganismPart"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_organism_part"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Microscopic morphology of tissues.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="HistologyDatabase"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_database"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_194</unique_identifier>
  </owl:Class>
  <owl:Class rdf:ID="StrandType">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#MGEDExtendedOntology"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A descriptor of the strand type the sequence feature belongs to. e.g. forward, reverse</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_7</unique_identifier>
  </owl:Class>
  <owl:Class rdf:ID="Experiment">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_experiment_design"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#ExperimentDesign"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >mage</class_source>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#BibliographicReference"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_citation"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#BioAssay"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_bioassays"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_providers"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#Contact"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_bioassay_data"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#BioAssayData"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#ExperimentPackage"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The complete set of bioassays (hybridizations) and their descriptions performed as an experiment for a common purpose. Here we take experiment to mean an observational or perturbing study. An experiment will be often equivalent to a publication.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_112</unique_identifier>
  </owl:Class>
  <owl:Class rdf:about="#DesignElementPackage">
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_15</unique_identifier>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#MGEDCoreOntology"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The MAGE package for describing the elements located on the array.</rdfs:comment>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >mage</class_source>
  </owl:Class>
  <owl:Class rdf:ID="ImageFormat">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Controlled terms for descriptors of the image file format (TIFF, JPEG, GIF, etc.)</rdfs:comment>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="BioAssayPackage"/>
    </rdfs:subClassOf>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_211</unique_identifier>
  </owl:Class>
  <owl:Class rdf:ID="FeatureDefect">
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >mage</class_source>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A technical manufacturer described defect for features.</rdfs:comment>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="DefectType"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_type"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#ArrayPackage"/>
    </rdfs:subClassOf>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_138</unique_identifier>
  </owl:Class>
  <owl:Class rdf:about="#BioSequencePackage">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#MGEDCoreOntology"/>
    </rdfs:subClassOf>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >mage</class_source>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_191</unique_identifier>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MAGE package for biological sequences (biosequence).</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="NodeValueType">
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="HigherLevelAnalysisPackage"/>
    </rdfs:subClassOf>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_160</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Controlled set of terms for describing the type of values (e.g., Euclidean distance).</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="SomaticModification">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The organism has had non-genetic parts removed, added, or rearranged.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_44</unique_identifier>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#OrganismPart"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_part_modified"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#MGEDExtendedOntology"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Haplotype">
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >place_holder</class_role>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The genotype of a single chromosome (i.e., the haploid genotype) that is known and relevant to the experiment being performed. </rdfs:comment>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_146</unique_identifier>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#IndividualGeneticCharacteristics"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="ConcentrationUnitOther">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Concentration units not specified in MAGE.</rdfs:comment>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_86</unique_identifier>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="ConcentrationUnit"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="CellType">
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <rdfs:subClassOf rdf:resource="#BioMaterialCharacteristics"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_database"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="CellTypeDatabase"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#OntologyEntry"/>
    </rdfs:subClassOf>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_135</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >CellType, the type of cell used in the experiment if non mixed, if mixed the TargetedCellType should be used, example of instances, epithelial, glial etc.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="URI">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Uniform Resource Identifier</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_12</unique_identifier>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#MGEDCoreOntology"/>
    </rdfs:subClassOf>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
  </owl:Class>
  <owl:Class rdf:ID="DatabaseEntryType">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Controlled set of descriptors for the type of database record such as a protein record (in SWISS-PROT) or a gene object (in SGD).</rdfs:comment>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="DescriptionPackage"/>
    </rdfs:subClassOf>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_157</unique_identifier>
  </owl:Class>
  <owl:Class rdf:about="#ProtocolPackage">
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >mage</class_source>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The MAGE package for protocols.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_63</unique_identifier>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#MGEDCoreOntology"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#TestResult">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >TestResult is the recorded value of the test outcome.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_measurement"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#Measurement"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#BioMaterialCharacteristics"/>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_96</unique_identifier>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
  </owl:Class>
  <owl:Class rdf:about="#ExperimentPackage">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_31</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The descriptions associated with the Experiment package of MAGE</rdfs:comment>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >mage</class_source>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#MGEDCoreOntology"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="VolumeUnit">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Units used for volume measurements.</rdfs:comment>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Unit"/>
    </rdfs:subClassOf>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_179</unique_identifier>
  </owl:Class>
  <owl:Class rdf:about="#SoftwareType">
    <rdfs:subClassOf rdf:resource="#ProtocolPackage"/>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_202</unique_identifier>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Controlled terms that provide descriptors for the type of software.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="PublicationType">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Controlled terms for descriptors of the type of publication such as those used by Medline (review, book, etc.).</rdfs:comment>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#DescriptionPackage"/>
    </rdfs:subClassOf>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_208</unique_identifier>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
  </owl:Class>
  <owl:Class rdf:ID="Reporter">
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >mage</class_source>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#WarningType"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_type"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_type"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="FailType"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="DesignElement"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Description of the material placed on a feature (spot).</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_74</unique_identifier>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
  </owl:Class>
  <owl:Class rdf:about="#BibliographicReference">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:DatatypeProperty rdf:ID="has_pages"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_201</unique_identifier>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:DatatypeProperty rdf:ID="has_issue"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <owl:onProperty>
          <owl:DatatypeProperty rdf:ID="has_editor"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A bibliographic reference is a published citation in a journal, book, other format e.g. web resource</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#DescriptionPackage"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#URI"/>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:ID="has_URI"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:DatatypeProperty rdf:ID="has_volume"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >mage</class_source>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <owl:onProperty>
          <owl:DatatypeProperty rdf:ID="has_authors"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#PublicationType"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_type"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:DatatypeProperty rdf:ID="has_year"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#date"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:DatatypeProperty rdf:ID="has_publication"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:DatatypeProperty rdf:ID="has_publisher"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:DatatypeProperty rdf:ID="has_title"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#TestType">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Descriptor of the Test performed e.g. Leukocyte count</rdfs:comment>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="TestTypeDatabase"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_database"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#BioMaterialCharacteristics"/>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#OntologyEntry"/>
    </rdfs:subClassOf>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_218</unique_identifier>
  </owl:Class>
  <owl:Class rdf:ID="CellularComponent">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A structure within a cell, such as an anatomical structure (e.g. rough endoplasmic reticulum or nucleus) or a gene product group (e.g. ribosome, proteasome or a protein dimer).</rdfs:comment>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_1020</unique_identifier>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_database"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="CellularComponentDatabase"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#OntologyEntry"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#BioMaterialCharacteristics"/>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
  </owl:Class>
  <owl:Class rdf:ID="IndividualChromosomalAbnormality">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_185</unique_identifier>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:hasValue>
          <MGEDOntologyVersion rdf:ID="version_1.2.0">
            <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >MO_1033</unique_identifier>
            <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >Version of the MGEDOntology.</rdfs:comment>
          </MGEDOntologyVersion>
        </owl:hasValue>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="deprecated_from_version"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <deprecation_reason rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >deleted_term</deprecation_reason>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_reason_for_deprecation"/>
        </owl:onProperty>
        <owl:hasValue>
          <DeprecationReason rdf:ID="deleted_term">
            <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >The term was deleted from the MGED CoreOntology.</rdfs:comment>
            <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >MO_1023</unique_identifier>
          </DeprecationReason>
        </owl:hasValue>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="DeprecatedTerms"/>
    </rdfs:subClassOf>
    <deprecation_in_version rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >1.2.0</deprecation_in_version>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#IndividualGeneticCharacteristics"/>
    </rdfs:subClassOf>
    <deprecation_old_parent>
      <owl:Class rdf:about="#IndividualGeneticCharacteristics"/>
    </deprecation_old_parent>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An abnormality in the number or structure of chromosomes in the biomaterial from an individual organism, detected by karyotyping or other methods. E.g., a B-cell lymphoma from a patient has an abnormal karyotype 48,XY,t(1;2)(p22;p11),+3,+12.</rdfs:comment>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >place_holder</class_role>
    <deprecation_replacement_term rdf:resource="#IndividualChromosomalAbnormality"/>
  </owl:Class>
  <owl:Class rdf:about="#HigherLevelAnalysisPackage">
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >mage</class_source>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#MGEDCoreOntology"/>
    </rdfs:subClassOf>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_228</unique_identifier>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MAGE package for HigherLevelAnalysis</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#Organism">
    <rdfs:subClassOf rdf:resource="#BioMaterialCharacteristics"/>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#OntologyEntry"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#OrganismDatabase"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_database"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The genus and species (and subspecies) of the organism from which the biomaterial is derived from. </rdfs:comment>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_229</unique_identifier>
  </owl:Class>
  <owl:Class rdf:about="#ArrayDesignPackage">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#MGEDCoreOntology"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MAGE package that describes the array layout and design. The array may be physical or  virtual.</rdfs:comment>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_33</unique_identifier>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >mage</class_source>
  </owl:Class>
  <owl:Class rdf:ID="DeprecationReason">
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_94</unique_identifier>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >class to hold instances used as the filler for the property has_reason_for_deprecation</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#MGEDCoreOntology"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#Database">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Identifiable resource containing data or external ontologies or controlled vocabularies which has uniquely identifiable records.</rdfs:comment>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_118</unique_identifier>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#DescriptionPackage"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:DatatypeProperty rdf:ID="has_version"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#has_URI"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#URI"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
  </owl:Class>
  <owl:Class rdf:ID="Sex">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_168</unique_identifier>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Term applied to any organism able to undergo sexual reproduction in order to differentiate the individuals or types involved. Sexual reproduction is defined as the ability to exchange genetic material with the potential of recombinant progeny.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#BioMaterialCharacteristics"/>
  </owl:Class>
  <owl:Class rdf:ID="BioSourceType">
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_95</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The form in which the BioMaterial was obtained/maintained e.g. frozen, fresh etc. Note can be used to describe BioSamples as well as BioSources.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#BioMaterialCharacteristics"/>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
  </owl:Class>
  <owl:Class rdf:ID="PathogenTest">
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#EnvironmentalHistory"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="was_tested_for"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#Organism"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_result"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#Result"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_184</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Tests and results for pathogens infecting organism from which the biosource is derived</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="ObservationDatabase">
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_91</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Database of terms for observations such as 'abnormal coat', 'skin pigment abnormality' describing macroscopic examinations.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#Database"/>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
  </owl:Class>
  <owl:Class rdf:ID="CellLine">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The identifier for the established culture of a metazoan cell if one was used as a biomaterial.

</rdfs:comment>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#OntologyEntry"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#BioMaterialCharacteristics"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="CellLineDatabase"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_database"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_49</unique_identifier>
  </owl:Class>
  <owl:Class rdf:about="#ConcentrationUnit">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_61</unique_identifier>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Unit"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Units used for concentration measurements.</rdfs:comment>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
  </owl:Class>
  <owl:Class rdf:ID="ComplexAction">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_90</unique_identifier>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Action"/>
    </rdfs:subClassOf>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Complex actions are composed of multiple steps (as opposed to AtomicAction) e.g. mRNA labeling, protein purification.</rdfs:comment>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
  </owl:Class>
  <owl:Class rdf:about="#FailType">
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:subClassOf rdf:resource="#DesignElementPackage"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_98</unique_identifier>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Controlled terms for descriptors of failures (as in PCR) associated with reporters.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#FactorValueDependency">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_148</unique_identifier>
    <deprecation_old_parent rdf:resource="#ExperimentPackage"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <owl:onProperty>
          <owl:DatatypeProperty rdf:about="#has_value"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#deprecated_from_version"/>
        </owl:onProperty>
        <owl:hasValue>
          <MGEDOntologyVersion rdf:ID="version_1.1.9">
            <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >Version of the MGEDOntology.</rdfs:comment>
            <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >MO_1032</unique_identifier>
          </MGEDOntologyVersion>
        </owl:hasValue>
      </owl:Restriction>
    </rdfs:subClassOf>
    <deprecation_reason rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >deleted_term</deprecation_reason>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A group of FactorValues which refer to the same condition used to treat or describe a BioMaterial, e.g. 10% glucose, 1 hour OR larval stage, age 24 hours. </rdfs:comment>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >place_holder</class_role>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#DeprecatedTerms"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:hasValue rdf:resource="#deleted_term"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_reason_for_deprecation"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:subClassOf rdf:resource="#ExperimentPackage"/>
    <deprecation_in_version rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >1.1.9</deprecation_in_version>
    <deprecation_old_restriction rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >some|has_value|string</deprecation_old_restriction>
  </owl:Class>
  <owl:Class rdf:ID="TargetedCellTypeDatabase">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_45</unique_identifier>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:subClassOf rdf:resource="#Database"/>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Database of targeted cell type information.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="MassUnit">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Units used for mass measurements.</rdfs:comment>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_149</unique_identifier>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Unit"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#EnvironmentalHistory">
    <rdfs:subClassOf rdf:resource="#BioMaterialCharacteristics"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_55</unique_identifier>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A description of the conditions the organism has been exposed to that are not one of the variables under study. </rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="BioSourceProvider">
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The resource (e.g. company, hospital, geographical location) used to obtain or purchase the biomaterial. </rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_230</unique_identifier>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:ID="has_owner"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="Person"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#BioMaterialCharacteristics"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:ID="has_donor"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="Organization"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#ReplicateDescriptionType">
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <rdfs:subClassOf rdf:resource="#ExperimentPackage"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_52</unique_identifier>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Controlled descriptors for the type of replication.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#DescriptionPackage">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MAGE package for description of annotations and references to annotations.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#MGEDCoreOntology"/>
    </rdfs:subClassOf>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >mage</class_source>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_167</unique_identifier>
  </owl:Class>
  <owl:Class rdf:about="#DiseaseState">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#OntologyEntry"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_disease_location"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="DiseaseLocation"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_disease_staging"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="DiseaseStaging"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_126</unique_identifier>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_database"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="DiseaseStateDatabase"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#BioMaterialCharacteristics"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The name of the pathology diagnosed in the organism from which the biomaterial was derived. The disease state is normal if no disease has been diagnosed. 
</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="PopulationDensity">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_46</unique_identifier>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#GrowthCondition"/>
    </rdfs:subClassOf>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The concentration range of the organism.</rdfs:comment>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
  </owl:Class>
  <owl:Class rdf:ID="TimeUnit">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Units used for time measurements.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_166</unique_identifier>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Unit"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="HigherLevelAnalysisProtocolType">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#ProtocolType"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A protocol which yields a dataset(s) from which biological conclusions can be derived. E.g. clustering (not normalization or averaging).</rdfs:comment>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_47</unique_identifier>
  </owl:Class>
  <owl:Class rdf:ID="Test">
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An assay performed on a biomaterial for the purposes of determining one or more biomaterial characteristics e.g. clinical chemistry.
</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_197</unique_identifier>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#Contact"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_performer"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#BioMaterialCharacteristics"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#TestType"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_test_type"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#TestResult"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_test_result"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#DiseaseStateDatabase">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_181</unique_identifier>
    <rdfs:subClassOf rdf:resource="#Database"/>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Database of disease state information.</rdfs:comment>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
  </owl:Class>
  <owl:Class rdf:ID="Image">
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_22</unique_identifier>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >mage</class_source>
    <rdfs:subClassOf rdf:resource="#DescriptionPackage"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#has_URI"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#URI"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#ImageFormat"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_image_format"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_database"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#Database"/>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#SubstrateType">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#ArrayPackage"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Controlled terms for descriptors of types of array substrates.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_79</unique_identifier>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
  </owl:Class>
  <owl:Class rdf:ID="VolumeUnitOther">
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >place_holder</class_role>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_155</unique_identifier>
    <rdfs:subClassOf rdf:resource="#VolumeUnit"/>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Volume units not specified in MAGE.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="TumorGrading">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A descriptor used in cancer biology to describe abnormalities of tumor cells. E.g. an instance from NCI Thesaurus. </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_database"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#TumorGradingDatabase"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#BioMaterialCharacteristics"/>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#OntologyEntry"/>
    </rdfs:subClassOf>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_28</unique_identifier>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
  </owl:Class>
  <owl:Class rdf:ID="Allele">
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#IndividualGeneticCharacteristics"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >One of two or more alternative forms of a gene or marker sequence and differing from other alleles at one or more mutational sites based on phenotype or sequence. Polymorphisms are included in this definition.</rdfs:comment>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_58</unique_identifier>
  </owl:Class>
  <owl:Class rdf:about="#ArrayPackage">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_107</unique_identifier>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#MGEDCoreOntology"/>
    </rdfs:subClassOf>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >mage</class_source>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MAGE package for describing the process by which arrays were manufactured.</rdfs:comment>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
  </owl:Class>
  <owl:Class rdf:about="#Protocol">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_citation"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#BibliographicReference"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_214</unique_identifier>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_software"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#Software"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >mage</class_source>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:DatatypeProperty rdf:about="#has_title"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Documentation of the set of steps taken in a procedure.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#ProtocolPackage"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <owl:onProperty>
          <owl:DatatypeProperty rdf:about="#has_description"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:DatatypeProperty rdf:ID="has_text"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_hardware"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#Hardware"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_type"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#ProtocolType"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#URI"/>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#has_URI"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="GeneticMaterial">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Genetic material may be DNA or RNA and identifiable as an entry in a public external database such as EMBL/DDBJ/GenBank or one of the model organism databases.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_137</unique_identifier>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#MGEDExtendedOntology"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Media">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_19</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The physical state or matrix used to provide nutrients to the organism (e.g., liquid, agar, soil) .</rdfs:comment>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#GrowthCondition"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Node">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_73</unique_identifier>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >mage</class_source>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_node_value"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="NodeValue"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#HigherLevelAnalysisPackage"/>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A node is an individual component of BioAssayDataCluster that groups design elements, quantitation types, and BioAssays together. A node may contain other nodes.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#ExperimentDesignType">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_158</unique_identifier>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The ExperimentDesignType is the high level description for studies such as "time series", "dose response", etc.  </rdfs:comment>
    <rdfs:subClassOf rdf:resource="#ExperimentPackage"/>
  </owl:Class>
  <owl:Class rdf:ID="BioSource">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_77</unique_identifier>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >mage</class_source>
    <rdfs:subClassOf rdf:resource="#BioMaterial"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The BioSource is the original source material before any treatment events. </rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#InitialTimePoint">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The point from which measurements of age were taken.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#BioMaterialPackage"/>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_80</unique_identifier>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
  </owl:Class>
  <owl:Class rdf:about="#MeasurementType">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >class to hold instances used as the filler for the property has_measurement_type</rdfs:comment>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_72</unique_identifier>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#MGEDCoreOntology"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="LightUnit">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_119</unique_identifier>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Units for measuring the intensity of light.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="OtherUnit"/>
    </rdfs:subClassOf>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
  </owl:Class>
  <owl:Class rdf:ID="BarrierFacility">
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Rating of containment system for the protection of organisms from infectious agents.</rdfs:comment>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#GrowthCondition"/>
    </rdfs:subClassOf>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_97</unique_identifier>
  </owl:Class>
  <owl:Class rdf:ID="BioMaterialPurity">
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_20</unique_identifier>
    <rdfs:subClassOf rdf:resource="#BioMaterialCharacteristics"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A measure of homogeneity of a biomaterial. For example, an expression of the  percentage of a tumor biopsy that is tumor cells.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#OntologyEntry">
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <rdfs:subClassOf rdf:resource="#DescriptionPackage"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <owl:onProperty>
          <owl:DatatypeProperty rdf:about="#has_value"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#Database"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_database"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >External (to the MGED ontology) controlled vocabulary or ontology that can be referred such as ICD-9 or Gene Ontology.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:DatatypeProperty rdf:ID="has_accession_version"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:DatatypeProperty rdf:ID="has_accession"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_database_entry_type"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#DatabaseEntryType"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_87</unique_identifier>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:DatatypeProperty rdf:about="#has_description"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
  </owl:Class>
  <owl:Class rdf:ID="DistanceUnit">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Units used for distance measurements.</rdfs:comment>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_4</unique_identifier>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Unit"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="DistanceUnitOther">
    <rdfs:subClassOf rdf:resource="#DistanceUnit"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Distance units not specified in MAGE.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_143</unique_identifier>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >place_holder</class_role>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
  </owl:Class>
  <owl:Class rdf:ID="HardwareVariation">
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The effects of different hardware, types of hardware, or models of hardware on experimental results are studied.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_81</unique_identifier>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#MethodologicalFactorCategory"/>
    </rdfs:subClassOf>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >place_holder</class_role>
  </owl:Class>
  <owl:Class rdf:ID="BioAssayDataCluster">
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >mage</class_source>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_116</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A grouping of bioassay data that has been organized by one or more mathematical functions into nodes.</rdfs:comment>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#Node"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_nodes"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#HigherLevelAnalysisPackage"/>
  </owl:Class>
  <owl:Class rdf:ID="Preservation">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#Protocol"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_protocol"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_type"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#PreservationType"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#MGEDExtendedOntology"/>
    </rdfs:subClassOf>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_176</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Method and type of preserving the organism or biosource (i.e. keeping it in stasis).</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Genotype">
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#IndividualGeneticCharacteristics"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The total sum of the genetic information of an organism that is known and relevant to the experiment being performed, including chromosomal, plasmid, viral or other genetic material which has been introduced into the organism
either prior to or during the experiment.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_51</unique_identifier>
  </owl:Class>
  <owl:Class rdf:ID="MGEDOntologyVersion">
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The version of the MGED Ontology.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_115</unique_identifier>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#MGEDCoreOntology"/>
    </rdfs:subClassOf>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
  </owl:Class>
  <owl:Class rdf:ID="BioMaterialCharacteristicCategory">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_100</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >General descriptor of a BioMaterialCharacteristic category.  Such as strain or line where the name of the strain or line is encoded in the FactorValue.  
</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#BiologicalFactorCategory"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#DevelopmentalStageDatabase">
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <rdfs:subClassOf rdf:resource="#Database"/>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Database of developmental stage information.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_215</unique_identifier>
  </owl:Class>
  <owl:Class rdf:about="#Contact">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:DatatypeProperty rdf:ID="has_address"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <owl:onProperty>
          <owl:DatatypeProperty rdf:ID="has_phone"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#URI"/>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#has_URI"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Organizations or individuals that may be contacted.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:DatatypeProperty rdf:ID="has_email"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#AuditAndSecurityPackage"/>
    </rdfs:subClassOf>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_147</unique_identifier>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <owl:onProperty>
          <owl:DatatypeProperty rdf:ID="has_fax"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <owl:onProperty>
          <owl:DatatypeProperty rdf:ID="has_toll_free_phone"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >mage</class_source>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#Roles"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_type"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Humidity">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#GrowthCondition"/>
    </rdfs:subClassOf>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The humidity that the biosource is exposed to.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_29</unique_identifier>
  </owl:Class>
  <owl:Class rdf:ID="BioSequence">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_163</unique_identifier>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >mage</class_source>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A representation of a DNA, RNA, or protein sequence. </rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_species"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#Organism"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="PolymerType"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_type"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#BioSequenceType"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_type"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#BioSequencePackage"/>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
  </owl:Class>
  <owl:Class rdf:about="#ExperimentalFactorCategory">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_205</unique_identifier>
    <rdfs:subClassOf rdf:resource="#ExperimentPackage"/>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A factor category describes factors which are examined in the experiment,  e.g. disease_state, where the factor values are ALL and AML.</rdfs:comment>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
  </owl:Class>
  <owl:Class rdf:ID="TemperatureUnit">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_48</unique_identifier>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Unit"/>
    </rdfs:subClassOf>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Units used for temperature measurements.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="ControlType">
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Controlled terms for descriptors for the type of control design element.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#DesignElementPackage"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_50</unique_identifier>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
  </owl:Class>
  <owl:Class rdf:ID="BioSampleType">
    <rdfs:subClassOf rdf:resource="#BioMaterialPackage"/>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Used to tell when the BioSample is an extract or not.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_161</unique_identifier>
  </owl:Class>
  <owl:Class rdf:ID="QualityControlDescriptionType">
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_121</unique_identifier>
    <rdfs:subClassOf rdf:resource="#ExperimentPackage"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Controlled descriptors for the quality control strategy for an experiment. </rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="BiologicalProperty">
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_224</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A biological property experiment design type is where an intrinsic characteristic of an organism(s) or biological system is examined.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#ExperimentDesignType"/>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
  </owl:Class>
  <owl:Class rdf:ID="DiseaseStagingDatabase">
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:subClassOf rdf:resource="#Database"/>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Database of disease staging information</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_225</unique_identifier>
  </owl:Class>
  <owl:Class rdf:about="#FiducialType">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A descriptor that indicates the type of the fiducial such as chrome border of an Affymetrix array or a laser ablation mark.</rdfs:comment>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:subClassOf rdf:resource="#ArrayPackage"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_17</unique_identifier>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
  </owl:Class>
  <owl:Class rdf:ID="Ploidy">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The number of single sets of chromosomes in the cell or an organism e.g., haploid, diploid, triploid, etc.</rdfs:comment>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#IndividualGeneticCharacteristics"/>
    </rdfs:subClassOf>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_220</unique_identifier>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
  </owl:Class>
  <owl:Class rdf:ID="ExperimentalProtocolType">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_75</unique_identifier>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#ProtocolType"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >All protocols which involve treatment of a biomaterial or an array during the course of a microarray experiment.</rdfs:comment>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
  </owl:Class>
  <owl:Class rdf:about="#Treatment">
    <rdfs:subClassOf rdf:resource="#BioMaterialPackage"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_action"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#Action"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#int"/>
        <owl:onProperty>
          <owl:DatatypeProperty rdf:ID="has_order"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_protocol"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#Protocol"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >mage</class_source>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A treatment is the process or action by which a biomaterial is created from an input biomaterial.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_23</unique_identifier>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
  </owl:Class>
  <owl:Class rdf:about="#QualityControlDescription">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_type"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#QualityControlDescriptionType"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#ExperimentPackage"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_88</unique_identifier>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >QualityControlDescription provides details of the quality control aspects of the experiment.</rdfs:comment>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
  </owl:Class>
  <owl:Class rdf:about="#DesignElement">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#ControlType"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_type"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#DesignElementPackage"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Design elements are reporters, features, and composite elements as defined by MAGE.</rdfs:comment>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_173</unique_identifier>
  </owl:Class>
  <owl:Class rdf:ID="AtomicAction">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_68</unique_identifier>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Action"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An atomic action  is a single step process on the biomaterial, e.g. mix by inversion, wait, add</rdfs:comment>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
  </owl:Class>
  <owl:Class rdf:about="#BioAssay">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A bioassay is an abstract class representing physical and computational groupings of biomaterials and arrays.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_56</unique_identifier>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >mage</class_source>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#BioAssayPackage"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="EpidemiologicalDesign">
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:subClassOf rdf:resource="#ExperimentDesignType"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_142</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An epidemiological experiment design type is where the biosource history is studied e.g. environmental, clinical and family history.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#Action">
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_193</unique_identifier>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Procedures used during treatment.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#BioMaterialPackage"/>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#BiologicalFactorCategory"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="PhysicalBioSequenceType">
    <rdfs:subClassOf rdf:resource="#BioSequenceType"/>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_92</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A physical biosequence type represents biological sequence that can be physically placed (spotted or synthesized) on an array e.g. BAC, PAC.</rdfs:comment>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
  </owl:Class>
  <owl:Class rdf:ID="SamplingTimePoint">
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <rdfs:subClassOf rdf:resource="#EnvironmentalHistory"/>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A descriptor of the time point that a sample was taken. Not to be used 
    where the sample is part of a time course. SamplingTimePoint is not 
    related to age. An instance could be summer, a date, a time, or a range 
    value.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_139</unique_identifier>
  </owl:Class>
  <owl:Class rdf:ID="Observation">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Observation will record the macroscopic examination of the biomaterial.</rdfs:comment>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_53</unique_identifier>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#Contact"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_performer"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_database"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#ObservationDatabase"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#BioMaterialCharacteristics"/>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
  </owl:Class>
  <owl:Class rdf:about="#MaterialType">
    <rdfs:subClassOf rdf:resource="#BioMaterialPackage"/>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Controlled terms for the state of the BioMaterial. Each state (BioSource, different BioSamples, and LabeledExtract) have MaterialTypes. Examples are population of an organism, organism, organism part, cell, etc.  </rdfs:comment>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_32</unique_identifier>
  </owl:Class>
  <owl:Class rdf:about="#ExperimentalFactor">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_10</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The factors in the study that are experimental parameters or regarded as influencing the experimental results.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_category"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#BiologicalFactorCategory"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#ExperimentPackage"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#MethodologicalFactorCategory"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_category"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#FactorValue"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_factor_value"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >mage</class_source>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
  </owl:Class>
  <owl:Class rdf:about="#Hardware">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The machine or instrument used.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#ProtocolPackage"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_type"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#HardwareType"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#Software"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_software"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:DatatypeProperty rdf:ID="has_model"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:DatatypeProperty rdf:ID="has_make"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >mage</class_source>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_134</unique_identifier>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#Contact"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_manufacturer"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="OrganismStatus">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_84</unique_identifier>
    <rdfs:subClassOf rdf:resource="#BioMaterialCharacteristics"/>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The stage premortem or postmortem at which the sample was processed for extraction of biomaterials. </rdfs:comment>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
  </owl:Class>
  <owl:Class rdf:about="#DiseaseLocation">
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_37</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Anatomical location(s) of disease.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_cancer_site"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#CancerSite"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#OrganismPart"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Light">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The photoperiod and type (e.g., natural, restricted wavelength) of light exposure. </rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_60</unique_identifier>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#GrowthCondition"/>
    </rdfs:subClassOf>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
  </owl:Class>
  <owl:Class rdf:about="#ClinicalTreatment">
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_69</unique_identifier>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The current clinical treatment(s) of the patient from which the biosource is derived.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#BioMaterialCharacteristics"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_database"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="ClinicalTreatmentDatabase"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#OntologyEntry"/>
  </owl:Class>
  <owl:Class rdf:about="#NodeValue">
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Node values allow the organization of the nodes in relation to other nodes produced by mathematical functions such as a clustering algorithm.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_node_value_type"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#NodeValueType"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="Scale"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_scale"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#HigherLevelAnalysisPackage"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_type"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#DataType"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >mage</class_source>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_104</unique_identifier>
  </owl:Class>
  <owl:Class rdf:about="#HistologyDatabase">
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_175</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Database of histology information.</rdfs:comment>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:subClassOf rdf:resource="#Database"/>
  </owl:Class>
  <owl:Class rdf:ID="Ecotype">
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_71</unique_identifier>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_database"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#StrainOrLineDatabase"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#StrainOrLine"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >a biotype resulting from selection in a particular habitat, e.g. the A. thaliana Ecotype Ler
</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="TargetedCellType">
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <rdfs:subClassOf rdf:resource="#OntologyEntry"/>
    <rdfs:subClassOf rdf:resource="#BioMaterialCharacteristics"/>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The target cell type is the cell of primary interest. The biomaterial may be derived from a mixed population of cells although only one cell type is of interest. 
</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_123</unique_identifier>
  </owl:Class>
  <owl:Class rdf:ID="FeatureGroup">
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >mage</class_source>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_54</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Technology-based grouping of features representing individual locations on the array. </rdfs:comment>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="DesignElementGroup"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_feature_shape"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#FeatureShape"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_type"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="TechnologyType"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#Compound">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#Compound"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_measurement"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:subClassOf rdf:resource="#OntologyEntry"/>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A drug, solvent, chemical, etc., with a property that can be measured such as concentration.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:DatatypeProperty rdf:ID="is_solvent"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_70</unique_identifier>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_database"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="CompoundDatabase"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#BiologicalFactorCategory"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#CompoundDatabase">
    <rdfs:subClassOf rdf:resource="#Database"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Database of compound information.</rdfs:comment>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_151</unique_identifier>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
  </owl:Class>
  <owl:Class rdf:ID="ChromosomalAberration">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:hasValue rdf:resource="#deleted_term"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_reason_for_deprecation"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <deprecation_in_version rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >1.1.7</deprecation_in_version>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An abnormality of a chromosome's number or structure, which excludes simple changes in sequence and is usually detectable by cytogenetic and microscopic techniques such as FISH.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_chromosomal_aberration_classification"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#ChromosomalAberrationClassification"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <deprecation_reason rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >deleted_term</deprecation_reason>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#DeprecatedTerms"/>
    </rdfs:subClassOf>
    <deprecation_replacement_term rdf:resource="#ChromosomalAberration"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_78</unique_identifier>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#deprecated_from_version"/>
        </owl:onProperty>
        <owl:hasValue>
          <MGEDOntologyVersion rdf:ID="version_1.1.7">
            <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >MO_1031</unique_identifier>
            <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >Version of the MGED Ontology.</rdfs:comment>
          </MGEDOntologyVersion>
        </owl:hasValue>
      </owl:Restriction>
    </rdfs:subClassOf>
    <deprecation_old_restriction rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >some|has_chromosomal_aberration_classification|ChromosomalAberrationClassification</deprecation_old_restriction>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
  </owl:Class>
  <owl:Class rdf:about="#MethodologicalFactorCategory">
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The effects on results of changing protocols, hardware, software, or people performing the experiments are studied Examples are comparison of data across different labeling protocols, scanners, image quantification software, or laboratories. </rdfs:comment>
    <rdfs:subClassOf rdf:resource="#ExperimentalFactorCategory"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_85</unique_identifier>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
  </owl:Class>
  <owl:Class rdf:ID="PhysicalBioAssay">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_image_format"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#ImageFormat"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#BioAssay"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_99</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A physical bioassay is the combination of arrays and biomaterials as in a hybridization.</rdfs:comment>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >mage</class_source>
  </owl:Class>
  <owl:Class rdf:ID="RadiationUnit">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Units for measuring decay of a radioactive isotope over time.</rdfs:comment>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_204</unique_identifier>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#OtherUnit"/>
    </rdfs:subClassOf>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
  </owl:Class>
  <owl:Class rdf:ID="ProtocolParameterType">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#MGEDExtendedOntology"/>
    </rdfs:subClassOf>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_164</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Descriptors for protocol parameter types, e.g. compound concentration, media type. </rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="OrganismPartDatabase">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Database of organism part information.</rdfs:comment>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_200</unique_identifier>
    <rdfs:subClassOf rdf:resource="#Database"/>
  </owl:Class>
  <owl:Class rdf:about="#Person">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:DatatypeProperty rdf:ID="has_first_name"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_24</unique_identifier>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:DatatypeProperty rdf:ID="has_last_name"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#Organization"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_affiliation"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >mage</class_source>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The individual to contact regarding something provided such as a biomaterial.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#Contact"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:DatatypeProperty rdf:ID="has_mid_initials"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="GeneticModification">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_122</unique_identifier>
    <rdfs:subClassOf rdf:resource="#BioMaterialCharacteristics"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The genetic modification introduced into the organism from which the biomaterial was derived. Examples of genetic modification include specification of a transgene or the gene knocked-out or details of transient transfection.</rdfs:comment>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
  </owl:Class>
  <owl:Class rdf:about="#DataType">
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#MGEDCoreOntology"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Primitive data types found in computing languages such as float, boolean, etc. </rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_125</unique_identifier>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
  </owl:Class>
  <owl:Class rdf:about="#ProtocolType">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A controlled set of terms to provide a descriptor for the type of protocol.</rdfs:comment>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:subClassOf rdf:resource="#ProtocolPackage"/>
    <rdfs:subClassOf rdf:resource="#MethodologicalFactorCategory"/>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_150</unique_identifier>
  </owl:Class>
  <owl:Class rdf:about="#MGEDExtendedOntology">
    <rdfs:subClassOf rdf:resource="#MGEDOntology"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_196</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Location for those classes that are not in the Core ontology as they do are not containable in MAGE. It is not yet structured to work with the Core ontology </rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#OrganismPart">
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_database"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#OrganismPartDatabase"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#BioMaterialCharacteristics"/>
    <rdfs:subClassOf rdf:resource="#OntologyEntry"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The part of organism's anatomy or substance arising from an organism from which the biomaterial was derived, excludes cells. E.g. tissue, organ, system, sperm, blood or body location (arm).
</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_1</unique_identifier>
  </owl:Class>
  <owl:Class rdf:ID="Serotype">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_159</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An antigenic property of a cell (e.g. bacteria, RBC) or virus identified by serological methods</rdfs:comment>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >place_holder</class_role>
    <rdfs:subClassOf rdf:resource="#BioMaterialCharacteristics"/>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
  </owl:Class>
  <owl:Class rdf:ID="SoftwareVariation">
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The effects of different software, software packages, or software versions on experimental results are studied.</rdfs:comment>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >place_holder</class_role>
    <rdfs:subClassOf rdf:resource="#MethodologicalFactorCategory"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_222</unique_identifier>
  </owl:Class>
  <owl:Class rdf:ID="TechnologicalDesign">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The purpose(s) for which the array is used within an experiment, e.g. to 
    assess the transcriptome, the genomic content, or to identify 
    transcription factor binding sites.</rdfs:comment>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_21</unique_identifier>
    <rdfs:subClassOf rdf:resource="#ExperimentDesignType"/>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
  </owl:Class>
  <owl:Class rdf:ID="TimeUnitOther">
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Time units not specified in MAGE.</rdfs:comment>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_103</unique_identifier>
    <rdfs:subClassOf rdf:resource="#TimeUnit"/>
  </owl:Class>
  <owl:Class rdf:about="#Unit">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Units of measure.</rdfs:comment>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:subClassOf rdf:resource="#MeasurementPackage"/>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_3</unique_identifier>
  </owl:Class>
  <owl:Class rdf:ID="HistoryFactor">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_82</unique_identifier>
    <rdfs:subClassOf rdf:resource="#MGEDExtendedOntology"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Factors that are measured or observed parts of the study but not induced or under the control of the experiment. These factors do not have protocols (e.g., epidemiology factors).</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="ProtocolVariation">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_140</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The effects of different protocols or changes in protocols on experimental results are studied.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#MGEDExtendedOntology"/>
  </owl:Class>
  <owl:Class rdf:about="#DeprecatedTerms">
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Class to hold deprecated instances and classes.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#DeprecationReason"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_reason_for_deprecation"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#MGEDCoreOntology"/>
    </rdfs:subClassOf>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_206</unique_identifier>
  </owl:Class>
  <owl:Class rdf:about="#GrowthCondition">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#Measurement"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_maximum_measurement"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:DatatypeProperty rdf:about="#has_value"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#EnvironmentalHistory"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#Measurement"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_measurement"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A description of the conditions used to grow organisms or parts of the organism. This includes isolated environments such as cultures and open environments such as field studies.</rdfs:comment>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_183</unique_identifier>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
  </owl:Class>
  <owl:Class rdf:about="#TestTypeDatabase">
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:subClassOf rdf:resource="#Database"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_76</unique_identifier>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Database of codes for clinical findings.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="NormalizationDescriptionType">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Controlled descriptors for the normalization strategy used for the experiment.</rdfs:comment>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_27</unique_identifier>
    <rdfs:subClassOf rdf:resource="#ExperimentPackage"/>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
  </owl:Class>
  <owl:Class rdf:ID="DesignElementGroupType">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Controlled set of descriptors for indicating the specific type of a Feature, Reporter, or CompositeSequence. </rdfs:comment>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <rdfs:subClassOf rdf:resource="#ArrayDesignPackage"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_14</unique_identifier>
  </owl:Class>
  <owl:Class rdf:about="#FamilyRelationship">
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_36</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A type of relationship applicable to mammals to describe the genetic relatedness of the individual under study.  E.g. brother or mother.
</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#BioMaterialPackage"/>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
  </owl:Class>
  <owl:Class rdf:ID="TheoreticalBioSequenceType">
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <rdfs:subClassOf rdf:resource="#BioSequenceType"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_42</unique_identifier>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A theoretical biosequence type is an abstraction used for annotation design of elements, e.g. gene, intron.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#AuditAndSecurityPackage">
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >mage</class_source>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_172</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MAGE package for contacts including organizations and people.</rdfs:comment>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#MGEDCoreOntology"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Temperature">
    <rdfs:subClassOf rdf:resource="#GrowthCondition"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_171</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The temperature that a biosource is exposed to.</rdfs:comment>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
  </owl:Class>
  <owl:Class rdf:about="#QuantityUnit">
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <rdfs:subClassOf rdf:resource="#Unit"/>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Units used for quantity measurements.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_210</unique_identifier>
  </owl:Class>
  <owl:Class rdf:ID="Atmosphere">
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_219</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The atmospheric conditions used to culture or grow an organism.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#GrowthCondition"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_atmospheric_component"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#Compound"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
  </owl:Class>
  <owl:Class rdf:about="#BioAssayPackage">
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_0</unique_identifier>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >mage</class_source>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MAGE package for bioassay.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#MGEDCoreOntology"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="PerturbationalDesign">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A perturbational design type is where the organism(s) are treated or manipulated or modified, for example a genetic modification, somatic modification </rdfs:comment>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <rdfs:subClassOf rdf:resource="#ExperimentDesignType"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_106</unique_identifier>
  </owl:Class>
  <owl:Class rdf:about="#DesignElementGroup">
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >mage</class_source>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_128</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A DesignElementGroup holds information on Features, Reporters, or CompositeSequences.</rdfs:comment>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_species"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#Organism"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#DesignElementGroupType"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_type"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#ArrayDesignPackage"/>
  </owl:Class>
  <owl:Class rdf:ID="BioSample">
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >mage</class_source>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The BioSource after any treatment.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_93</unique_identifier>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_type"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#BioSampleType"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#Treatment"/>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#has_been_treated"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#BioMaterial"/>
  </owl:Class>
  <owl:Class rdf:about="#DefectType">
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_16</unique_identifier>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <rdfs:subClassOf rdf:resource="#ArrayPackage"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Defects associated with features or zones such as those that are missing or moved. </rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="MassUnitOther">
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >place_holder</class_role>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Mass units not specified in MAGE.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#MassUnit"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_11</unique_identifier>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
  </owl:Class>
  <owl:Class rdf:about="#FactorValueSet">
    <deprecation_replacement_term rdf:resource="#FactorValueSet"/>
    <deprecation_reason rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >deleted_term</deprecation_reason>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:hasValue rdf:resource="#deleted_term"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_reason_for_deprecation"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >place_holder</class_role>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#deprecated_from_version"/>
        </owl:onProperty>
        <owl:hasValue rdf:resource="#version_1.1.9"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#DeprecatedTerms"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_217</unique_identifier>
    <deprecation_old_parent rdf:resource="#ExperimentPackage"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:DatatypeProperty rdf:about="#has_value"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <deprecation_in_version rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >1.1.9</deprecation_in_version>
    <deprecation_old_restriction rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >some|has_value|string</deprecation_old_restriction>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A super grouping of FactorValueDependencies or FactorValues which describes combinations of conditions used to treat or describe a BioMaterial applied to a BioAssay, typically separating things on the basis of channels or the concepts of measured and reference samples e.g. 10% glucose, 1 hour AND 10mm NaCl, 2 hours in channel 1. </rdfs:comment>
    <rdfs:subClassOf rdf:resource="#ExperimentPackage"/>
  </owl:Class>
  <owl:Class rdf:about="#CellTypeDatabase">
    <rdfs:subClassOf rdf:resource="#Database"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_141</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Database of cell type information.</rdfs:comment>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
  </owl:Class>
  <owl:Class rdf:about="#DiseaseStaging">
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_133</unique_identifier>
    <rdfs:subClassOf rdf:resource="#BioMaterialCharacteristics"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#DiseaseStagingDatabase"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_database"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#OntologyEntry"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The stage or progression of a disease in an organism. Includes pathological staging of cancers and other disease progression. </rdfs:comment>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
  </owl:Class>
  <owl:Class rdf:about="#PolymerType">
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Controlled terms for descriptors of the type of polymer (RNA, DNA, protein) of the biosequence.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_102</unique_identifier>
    <rdfs:subClassOf rdf:resource="#BioSequencePackage"/>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
  </owl:Class>
  <owl:Class rdf:ID="User">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:DatatypeProperty rdf:ID="has_ID"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#MGEDExtendedOntology"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >User is a way to id a person in a database</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_62</unique_identifier>
  </owl:Class>
  <owl:Class rdf:ID="PhenotypeDatabase">
    <rdfs:subClassOf rdf:resource="#Database"/>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Database of phenotype information</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_39</unique_identifier>
  </owl:Class>
  <owl:Class rdf:about="#IndividualGeneticCharacteristics">
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_66</unique_identifier>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <owl:onProperty>
          <owl:DatatypeProperty rdf:about="#has_value"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#BioMaterialCharacteristics"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The genotype of the individual organism from which the biomaterial was derived. Individual genetic characteristics include polymorphisms, disease alleles, and haplotypes.</rdfs:comment>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
  </owl:Class>
  <owl:Class rdf:about="#NormalizationDescription">
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >NormalizationDescription provides details of the normalization strategy for the experiment.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_131</unique_identifier>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_type"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#NormalizationDescriptionType"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#ExperimentPackage"/>
  </owl:Class>
  <owl:Class rdf:about="#Scale">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#MGEDCoreOntology"/>
    </rdfs:subClassOf>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_108</unique_identifier>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The scale (linear, log10, ln, etc) used to represent the value.</rdfs:comment>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
  </owl:Class>
  <owl:Class rdf:about="#CellLineDatabase">
    <rdfs:subClassOf rdf:resource="#Database"/>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Database of cell line information.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_145</unique_identifier>
  </owl:Class>
  <owl:Class rdf:ID="DeliveryMethod">
    <rdfs:subClassOf rdf:resource="#MGEDExtendedOntology"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_223</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Method used to deliver a compound for treatment.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#BiologicalFactorCategory">
    <rdfs:subClassOf rdf:resource="#ExperimentalFactorCategory"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Factors that relate to properties of the biomaterial, its treatment, or 
    its growth.</rdfs:comment>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_190</unique_identifier>
  </owl:Class>
  <owl:Class rdf:ID="FamilyHistory">
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_59</unique_identifier>
    <rdfs:subClassOf rdf:resource="#EnvironmentalHistory"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_family_member"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#FamilyMember"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Relevant aspects of genetic preconditions or family member's clinical history.</rdfs:comment>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
  </owl:Class>
  <owl:Class rdf:about="#OtherUnit">
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Other units are those types not specified in MAGE such as lumens, radioactivity, etc.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_199</unique_identifier>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <rdfs:subClassOf rdf:resource="#Unit"/>
  </owl:Class>
  <owl:Class rdf:ID="Nutrients">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_nutrient_component"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#Compound"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#GrowthCondition"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_127</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The food provided to the organism (e.g., chow, fertilizer, DEMM 10%FBS, etc.).</rdfs:comment>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
  </owl:Class>
  <owl:Class rdf:ID="QuantitationType">
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_67</unique_identifier>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_scale"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#Scale"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#DataType"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_type"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#QuantitationTypePackage"/>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >mage</class_source>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The QuantitationType provides a method for calculating a single datum of the BioAssayData matrix.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="PhysicalArrayDesign">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_212</unique_identifier>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_type"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#SurfaceType"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#ArrayDesignPackage"/>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >mage</class_source>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Descriptions pertaining to the array.</rdfs:comment>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
  </owl:Class>
  <owl:Class rdf:about="#ClinicalTreatmentDatabase">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_114</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Database of clinical treatment information</rdfs:comment>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <rdfs:subClassOf rdf:resource="#Database"/>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
  </owl:Class>
  <owl:Class rdf:ID="Phenotype">
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#PhenotypeDatabase"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_database"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#OntologyEntry"/>
    <rdfs:subClassOf rdf:resource="#BioMaterialCharacteristics"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_192</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The observable form taken by some character (or group of characters) in an individual or an organism, excluding pathology and disease.  The detectable outward manifestations of a specific genotype.</rdfs:comment>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
  </owl:Class>
  <owl:Class rdf:ID="ZoneDefect">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A technical manufactured described defect for zones.</rdfs:comment>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <rdfs:subClassOf rdf:resource="#ArrayPackage"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_type"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#DefectType"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_105</unique_identifier>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >mage</class_source>
  </owl:Class>
  <owl:Class rdf:about="#Organization">
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >mage</class_source>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The organization (e.g. company, hospital) to contact to obtain or purchase something.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:DatatypeProperty rdf:ID="has_name"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#Contact"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#Organization"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_parent_organization"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_177</unique_identifier>
  </owl:Class>
  <owl:Class rdf:about="#TechnologyType">
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <rdfs:subClassOf rdf:resource="#ArrayDesignPackage"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The technology type or platform of the reporters on the array.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_18</unique_identifier>
  </owl:Class>
  <owl:Class rdf:ID="Cultivar">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    > a plant variety obtained in agriculture in horticulture</rdfs:comment>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <rdfs:subClassOf rdf:resource="#StrainOrLine"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#StrainOrLineDatabase"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_database"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_124</unique_identifier>
  </owl:Class>
  <owl:Class rdf:about="#LabelCompound">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_13</unique_identifier>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <rdfs:subClassOf rdf:resource="#Compound"/>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Compounds that are used for labeling extracts.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="EnvironmentalStress">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_227</unique_identifier>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_measurement"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#Measurement"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#MGEDExtendedOntology"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Environmental stress is a treatment where some aspect of the environment is perturbed in order to stress the organism or culture, e.g. temperature shock, osmotic shock</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#MGEDCoreOntology">
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_57</unique_identifier>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <rdfs:subClassOf rdf:resource="#MGEDOntology"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <owl:onProperty>
          <owl:DatatypeProperty rdf:about="#has_ID"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An ontology developed by the Microarray Gene Expression Data (MGED) Society to provide descriptors required for MAGE v.1 documents. </rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="SequenceOntologyBioSequenceType">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_25</unique_identifier>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_database"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#SequenceOntologyDatabase"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#OntologyEntry"/>
    <rdfs:subClassOf rdf:resource="#PhysicalBioSequenceType"/>
    <rdfs:subClassOf rdf:resource="#TheoreticalBioSequenceType"/>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >abstract</class_role>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Descriptors of biosequence based on the Sequence Ontology (SO) project.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#CellularComponentDatabase">
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A resource for terms to describe cellular components, e.g. GO Cellular Component ontology.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_1021</unique_identifier>
    <rdfs:subClassOf rdf:resource="#Database"/>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
  </owl:Class>
  <owl:Class rdf:ID="DerivedBioAssayType">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Controlled set of descriptors for the type of derivation of the BioAssay such as averaging features, taking ratios of signal QuantitationTypes, and normalizing BioAssay data. </rdfs:comment>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_111</unique_identifier>
    <rdfs:subClassOf rdf:resource="#BioAssayPackage"/>
  </owl:Class>
  <owl:Class rdf:about="#GeographicLocationDatabase">
    <rdfs:subClassOf rdf:resource="#Database"/>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ontology</class_source>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Database of geographic locations.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_35</unique_identifier>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
  </owl:Class>
  <owl:Class rdf:ID="DerivedBioAssay">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A BioAssay that is created by the transformation of measured or derived BioAssays.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#BioAssay"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#DerivedBioAssayType"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_type"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_209</unique_identifier>
    <class_source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >mage</class_source>
    <class_role rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >concrete</class_role>
  </owl:Class>
  <owl:ObjectProperty rdf:about="#has_type">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_319</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has a type</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_factor_value">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has a factor value</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_236</unique_identifier>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_MAGE_description">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has an association to a MAGE description</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_260</unique_identifier>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_clinical_finding">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has a clinical finding</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_316</unique_identifier>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_nutrient_component">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has a nutrient component</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_321</unique_identifier>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_node_value_type">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has a node value type</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_264</unique_identifier>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_reason_for_deprecation">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property to indicate the reason for deprecating a term</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_306</unique_identifier>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_measurement_type">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has a measurement type</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_242</unique_identifier>
    <rdfs:domain rdf:resource="#Measurement"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_factor_value_ontology_entry">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has an ontology entry</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_263</unique_identifier>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_experiment_factors">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_328</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has experiment factors</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_host">
    <rdfs:domain rdf:resource="#Host"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has a host</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_313</unique_identifier>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_height">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has a height</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_317</unique_identifier>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_species">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_320</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has species</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_cancer_site">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_248</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has a cancer site</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_category">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_249</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has a category</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_chromosomal_aberration_classification">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has a chromosomal aberration classification</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_253</unique_identifier>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_mass">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has a mass</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_280</unique_identifier>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_test_type">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has a clinical test</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_311</unique_identifier>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_bioassay_data">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_252</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has bioassaydata</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_result">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_324</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating the class has a result</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_citation">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has a citation</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_274</unique_identifier>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_disease_location">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_290</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating the location of the disease.</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_atmospheric_component">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_259</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has an atmospheric component</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_action">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has an action</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_312</unique_identifier>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_family_member">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has a family member</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_243</unique_identifier>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#deprecated_from_version">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating the version of the MGED Ontology that the term was deprecated from</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_299</unique_identifier>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_providers">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_303</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has providers</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_compound">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has a compound</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_302</unique_identifier>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_parent_organization">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_257</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has a parent organization</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_additive">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_314</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has an additive</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_units">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_269</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has units</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_part_modified">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has a modified part</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_241</unique_identifier>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_family_relationship">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has a family relationship</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_250</unique_identifier>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_nodes">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_307</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has a node</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_experiment_design">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_291</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has an experiment design</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_manufacturer">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_232</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has a manufacturer</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_node_value">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has a node value</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_310</unique_identifier>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_treatment">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_262</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has a treatment</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#was_tested_for">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_265</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class was tested for</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="was_replaced_by">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_304</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >instance property to indicate what the term was replaced by</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_database">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has a database</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_233</unique_identifier>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_disease_staging">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has disease staging</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_275</unique_identifier>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_experiment_design_type">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has an experiment design type</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_288</unique_identifier>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#is_user_defined">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_279</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class is user defined</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_diameter">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_301</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has a diameter</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_test_result">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the test has a test result</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_261</unique_identifier>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_feature_shape">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has a feature shape</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_268</unique_identifier>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_fiducials">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_267</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has fiducials</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_individual_genetic_characteristics">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has individual genetic characteristics</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_254</unique_identifier>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_prior_disease_state">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has a prior disease state</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_276</unique_identifier>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_individual">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has an individual</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_327</unique_identifier>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_database_entry_type">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_240</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has a database entry type</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="has_test_protocol">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_244</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the test has a test protocol</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_performer">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_273</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the protocol has a performer or contact person</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_software">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has software</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_284</unique_identifier>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_organism_part">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_285</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has an organism part</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_protocol">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has a protocol</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_300</unique_identifier>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_hardware">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_286</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has hardware</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_maximum_measurement">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_297</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has a maximum measurement</rdfs:comment>
    <rdfs:domain rdf:resource="#Age"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_disease_state">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has a disease state</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_305</unique_identifier>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_clinical_record">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_247</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has a clinical record</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_affiliation">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has an affiliation to an institution</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_309</unique_identifier>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_scale">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has a scale</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_287</unique_identifier>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_image_format">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has an image format</rdfs:comment>
    <rdfs:domain rdf:resource="#PhysicalBioAssay"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_234</unique_identifier>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_host_part">
    <rdfs:domain rdf:resource="#Host"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_283</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has a host part</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="has_laboratory_test">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has a laboratory test</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_281</unique_identifier>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_property_set">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has a property set</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_266</unique_identifier>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_bioassays">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_238</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has bioassays</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_biomaterial_characteristics">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_272</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has biomaterial characteristics</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_measurement">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_325</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has a measurement</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_clinical_treatment">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has a clinical treatment</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_282</unique_identifier>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_cubic_volume">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class contains a cubic volume measurement</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_245</unique_identifier>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:about="#has_editor">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has an editor</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_256</unique_identifier>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="#has_publication">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_251</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has a publication</rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="#has_order">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_335</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has an order</rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="#has_name">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_296</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has a name</rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="#has_issue">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has an issue</rdfs:comment>
    <rdfs:domain rdf:resource="#BibliographicReference"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_294</unique_identifier>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="#has_first_name">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has a first name</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_258</unique_identifier>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="#has_accession_version">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has an accession number version</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_339</unique_identifier>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="#has_fax">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_289</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has a fax</rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="#has_email">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has an email address</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_293</unique_identifier>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="#has_publisher">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_295</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has a publisher</rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="#has_ID">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_323</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has an identifier</rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="#has_pages">
    <rdfs:domain rdf:resource="#BibliographicReference"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_246</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has pages</rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="#has_make">
    <rdfs:domain rdf:resource="#Hardware"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_271</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has a make</rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="#has_model">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has a model</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_270</unique_identifier>
    <rdfs:domain rdf:resource="#Hardware"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="has_human_readable_URI">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_330</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the contents found at this uri are human readable</rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="#has_phone">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has a phone</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_235</unique_identifier>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="#has_version">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has a version</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_239</unique_identifier>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="#has_year">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has a year</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_322</unique_identifier>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="#has_value">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has a value</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_326</unique_identifier>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="#has_toll_free_phone">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has a toll free phone</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_329</unique_identifier>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="#has_description">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_334</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has a description</rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="#has_address">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has an address
</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_277</unique_identifier>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="#has_accession">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has an accession number</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_231</unique_identifier>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="#has_volume">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_308</unique_identifier>
    <rdfs:domain rdf:resource="#BibliographicReference"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has a volume</rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="#has_last_name">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has a last name</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_255</unique_identifier>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="#has_text">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has text</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_298</unique_identifier>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="has_machine_readable_URI">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the contents found at this uri are machine readable (i.e. in a standard format)</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_336</unique_identifier>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="#has_mid_initials">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has a middle initials</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_237</unique_identifier>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="#has_title">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has a title</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_337</unique_identifier>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="#has_authors">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_318</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has authors</rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="#is_solvent">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class is a solvent</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_332</unique_identifier>
  </owl:DatatypeProperty>
  <owl:FunctionalProperty rdf:about="#has_owner">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has an owner</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_278</unique_identifier>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:about="#has_donor">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_342</unique_identifier>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has a donor</rdfs:comment>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:about="#has_been_treated">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_341</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has been treated</rdfs:comment>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:about="#has_URI">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has a URI</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_340</unique_identifier>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="has_biosource_type">
    <rdfs:domain rdf:resource="#BioSourceProvider"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has a biosource type</rdfs:comment>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_315</unique_identifier>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:about="#has_initial_time_point">
    <rdfs:domain rdf:resource="#Age"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >property indicating that the class has an individual time point</rdfs:comment>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_292</unique_identifier>
  </owl:FunctionalProperty>
  <ImageFormat rdf:ID="GIF">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Graphics Interchange Format , a common image data format containing RGB data compressed with fairly high data loss.
</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_963</unique_identifier>
  </ImageFormat>
  <owl:AnnotationProperty rdf:ID="deprecation_replacement_term">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The value of the property indicates the replacement term for the deprecated term. If the term is deprecated without replacement, the value of the property will be the same as the deprecated term itself.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_1012</unique_identifier>
  </owl:AnnotationProperty>
  <InitialTimePoint rdf:ID="egg_laying">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_767</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The point at which the egg(s) is laid by an organism.</rdfs:comment>
  </InitialTimePoint>
  <HardwareType rdf:ID="hybridization_chamber">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A chamber in which the hybridization is performed which maintains constant conditions.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_563</unique_identifier>
  </HardwareType>
  <VolumeUnit rdf:ID="nl">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >nanoliter unit of volume</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_754</unique_identifier>
  </VolumeUnit>
  <EnvironmentalFactorCategory rdf:ID="population_density">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_650</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The concentration range of the organism.</rdfs:comment>
  </EnvironmentalFactorCategory>
  <VolumeUnit rdf:ID="pl">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_905</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >picoliter, volume unit</rdfs:comment>
  </VolumeUnit>
  <HardwareType rdf:ID="vacuum_dryer">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_696</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An instrument designed to remove excess liquid by vacuum and heating.
</rdfs:comment>
  </HardwareType>
  <DerivedBioAssayType rdf:ID="MBEI">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Multiarray-Based Expression Index (MBEI).  A quantitative measure of the relative abundance of a transcript.  MBEI is used in the dChip software to obtain a signal intensity from a group of related Features on an Affymetrix array.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_756</unique_identifier>
  </DerivedBioAssayType>
  <BiologicalProperty rdf:ID="individual_genetic_characteristics_design">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_527</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An experiment design type where genotype, haplotype, or other individual genetic characteristics are compared.</rdfs:comment>
  </BiologicalProperty>
  <PerturbationalDesign rdf:ID="disease_state_design">
    <rdf:type rdf:resource="#EpidemiologicalDesign"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An experiment design type in which the pathological condition of a part, organ, or system of an organism is studied. The etiology  may be from infection, genetic defect, or environmental stress.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_902</unique_identifier>
  </PerturbationalDesign>
  <MGEDOntologyVersion rdf:ID="version_1.1.8">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_469</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Version of the MGED Ontology.</rdfs:comment>
  </MGEDOntologyVersion>
  <DeprecatedTerms rdf:ID="mtDNA">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_581</unique_identifier>
    <deprecation_reason rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >deleted_term</deprecation_reason>
    <deprecation_in_version rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >1.3.1.1</deprecation_in_version>
    <deprecation_replacement_term rdf:resource="#PhysicalBioSequenceType"/>
    <deprecation_old_parent rdf:resource="#PhysicalBioSequenceType"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >sequence from the mitochondrial genome
</rdfs:comment>
  </DeprecatedTerms>
  <MeasurementType rdf:ID="absolute">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >a measurement where the value is independent of other measurements</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_741</unique_identifier>
  </MeasurementType>
  <TimeUnit rdf:ID="days">
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >d</synonym>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >24 hours, time unit</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_513</unique_identifier>
  </TimeUnit>
  <TemperatureUnit rdf:ID="K">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_614</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Kelvin, unit of temperature</rdfs:comment>
  </TemperatureUnit>
  <MassUnit rdf:ID="g">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_825</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >gram, unit of mass</rdfs:comment>
  </MassUnit>
  <DeprecatedTerms rdf:ID="intergenic">
    <deprecation_replacement_term rdf:resource="#TheoreticalBioSequenceType"/>
    <deprecation_reason rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >deleted_term</deprecation_reason>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_463</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >sequence from the region between genes
</rdfs:comment>
    <deprecation_in_version rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >1.2.0</deprecation_in_version>
    <has_reason_for_deprecation rdf:resource="#deleted_term"/>
    <deprecated_from_version rdf:resource="#version_1.2.0"/>
    <deprecation_old_parent rdf:resource="#TheoreticalBioSequenceType"/>
  </DeprecatedTerms>
  <ExperimentalProtocolType rdf:ID="incubate">
    <rdf:type rdf:resource="#ComplexAction"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_965</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The procedure of placing a physical object under specified conditions e.g. time, temperature, humidity for the purposes of obtaining a different product.</rdfs:comment>
  </ExperimentalProtocolType>
  <ChromosomalAberrationClassification rdf:ID="oligosomy">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_1028</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A state or condition describing a cell or organism that has fewer copies of a single chromosome than the usual complement.</rdfs:comment>
  </ChromosomalAberrationClassification>
  <ExperimentalProtocolType rdf:ID="behavioral_stimulus">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_674</unique_identifier>
    <rdf:type rdf:resource="#ComplexAction"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The organism is forced to respond to a stimulus with some behavior (e.g., avoidance, obtaining a reward, etc.) </rdfs:comment>
  </ExperimentalProtocolType>
  <DerivedBioAssayType rdf:ID="bioassay_replicate_reduction">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_976</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Results of data reduction involving computation of a representative value, e.g. averaging across a group of identical Features, Reporters or CompositeSequences from 2 or more hybridizations, matched replicate spots on 2D gels run from the same or an equivalent sample, or repeat measurements of the same metabolite in replicate cell cultures.</rdfs:comment>
  </DerivedBioAssayType>
  <PublicationType rdf:ID="book">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_627</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A publication type which has an ISBN.</rdfs:comment>
  </PublicationType>
  <EnvironmentalFactorCategory rdf:ID="atmosphere">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_498</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The atmospheric conditions used to culture or grow an organism.</rdfs:comment>
  </EnvironmentalFactorCategory>
  <BioMolecularAnnotation rdf:ID="operon_identification_design">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An operon identification experiment type is designed to identify locations and members of operons in a genome.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_772</unique_identifier>
  </BioMolecularAnnotation>
  <BioMolecularAnnotation rdf:ID="secreted_protein_identification_design">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_694</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A secreted protein identification design type identifies transcripts associated with a secretory pathway during translation and is used to infer which proteins are secreted or membrane bound. </rdfs:comment>
  </BioMolecularAnnotation>
  <DefectType rdf:ID="irregular_shape">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_669</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The perimeter of the spotted DNA on the slide is irregular.</rdfs:comment>
  </DefectType>
  <MethodologicalDesign rdf:ID="array_platform_variation_design">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An experiment in which the array platform is compared, e.g. Agilent versus 
    Affy.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_899</unique_identifier>
  </MethodologicalDesign>
  <DeliveryMethod rdf:ID="intraperitoneal_injection">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A delivery method for compound or drug whereby the substance is administered via the peritoneum.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_473</unique_identifier>
  </DeliveryMethod>
  <ComplexAction rdf:ID="PCR_amplification">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Amplification of nucleic acid sequence by use of the polymerase chain reaction whereby the number of templates grows geometrically with each cycle. </rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_358</unique_identifier>
    <rdf:type rdf:resource="#ExperimentalProtocolType"/>
  </ComplexAction>
  <owl:AnnotationProperty rdf:ID="split_to_term">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The value of the property indicates a replacement term since the term was split.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_1017</unique_identifier>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </owl:AnnotationProperty>
  <HigherLevelAnalysisProtocolType rdf:ID="condition_specificity">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An analysis aimed at ranking genes or transcripts according to the uniformity of expression across a set of conditions. For example, the analysis can be used to rank genes according to the degree of tissue or developmental stage specificity.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_417</unique_identifier>
  </HigherLevelAnalysisProtocolType>
  <Roles rdf:ID="consultant">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_984</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A contact who provides some service related to some aspect of the experiment which is not data coding or analysis. E.g. help with an experimental design.</rdfs:comment>
  </Roles>
  <DataType rdf:ID="date">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Time stated in terms of the day, month, and year.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_587</unique_identifier>
  </DataType>
  <DevelopmentalStageDatabase rdf:ID="FlyBase_developmental_stage_database">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_865</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >uri for FlyBase developmental stage terms</rdfs:comment>
    <has_machine_readable_URI rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://cvs.sourceforge.net/viewcvs.py/*checkout*/obo/obo/ontology/developmental/animal_development/fly/fly_development.ontology?content-type=text/plain&amp;rev=1.1</has_machine_readable_URI>
  </DevelopmentalStageDatabase>
  <HigherLevelAnalysisProtocolType rdf:ID="multiple_testing_correction">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_561</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Multiple testing correction uses individual p-values derived from multiple statistical tests to control either the family-wise error rate or the false discovery rate.</rdfs:comment>
  </HigherLevelAnalysisProtocolType>
  <ComplexAction rdf:ID="starvation">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Depriving an organism of food or nutrients</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_370</unique_identifier>
    <rdf:type rdf:resource="#ExperimentalProtocolType"/>
  </ComplexAction>
  <OrganismStatus rdf:ID="premortem">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >sample which has been removed prior to the death of an organism</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_705</unique_identifier>
  </OrganismStatus>
  <owl:AnnotationProperty rdf:ID="deprecation_old_restriction">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The value of the property indicates the restriction that was applied to the class at the time it was deprecated. The value is in the form of: some|property|filler, e.g. some|has_species|Organism.</rdfs:comment>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_1015</unique_identifier>
  </owl:AnnotationProperty>
  <DataType rdf:ID="positive_integer">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_629</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An integer > 0.</rdfs:comment>
  </DataType>
  <QualityControlDescriptionType rdf:ID="biological_replicate">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_952</unique_identifier>
    <rdf:type rdf:resource="#ReplicateDescriptionType"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A replicate that consists of independent biological replicates made from different individual BioSources.</rdfs:comment>
  </QualityControlDescriptionType>
  <ConcentrationUnit rdf:ID="uM">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_740</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Micromole per liter or micromolar, concentration unit</rdfs:comment>
  </ConcentrationUnit>
  <SeqFeatureBasis rdf:ID="experimental_and_computational_feature">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_516</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Sequence features derived by both computational and experimental methods.</rdfs:comment>
  </SeqFeatureBasis>
  <LabelCompound rdf:ID="alexa_660">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_547</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Absorbs at 663 nm, emission maxima at 690 nm (far-red). Alexa dyes are have intense fluorescence, are photostable, stable over a wide range of pH, and are water soluble. 

</rdfs:comment>
  </LabelCompound>
  <TestTypeDatabase rdf:ID="LOINC">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Database resource for universal identifiers for laboratory and other clinical observations</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_731</unique_identifier>
    <has_machine_readable_URI rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://www.loinc.org/download</has_machine_readable_URI>
  </TestTypeDatabase>
  <DatabaseEntryType rdf:ID="computed_amino_acid_sequence_feature_record">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_797</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >a record which describes and identifies an amino acid feature which is computationally derived  e.g. PFAM</rdfs:comment>
  </DatabaseEntryType>
  <LightUnit rdf:ID="lux">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_573</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A metric unit equal to one lumen per square meter. This unit is the modern equivalent of foot-candles where one footcandle is 10.76 lux.</rdfs:comment>
  </LightUnit>
  <ChromosomalAberrationClassification rdf:ID="chromosomal_insertion">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_518</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The gain of a segment of the genetic material in a chromosome by fragmentation of a chromosome and transfer of the broken-off portion of another chromosome or other sources.</rdfs:comment>
  </ChromosomalAberrationClassification>
  <ExperimentalProtocolType rdf:ID="hybridization">
    <rdf:type rdf:resource="#ComplexAction"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The process of incubating one or more labeled extracts with an array.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_884</unique_identifier>
  </ExperimentalProtocolType>
  <Scale rdf:ID="unscaled">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_542</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The values are unordered and have no scale.</rdfs:comment>
  </Scale>
  <PublicationType rdf:ID="journal_article">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_430</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A article published in a print or online journal having an ISSN.</rdfs:comment>
  </PublicationType>
  <ControlType rdf:ID="control_label">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Reporter used as a control where some label has been deposited. This includes fluor and radioactively labeled oligos and fluors alone.
  </rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_708</unique_identifier>
  </ControlType>
  <CompoundDatabase rdf:ID="ChemID">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Database entry from the ChemIDplus database which stores information on the structure, identifiers etc for compounds.</rdfs:comment>
    <has_human_readable_URI rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://chem.sis.nlm.nih.gov/chemidplus</has_human_readable_URI>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_426</unique_identifier>
  </CompoundDatabase>
  <SoftwareType rdf:ID="operating_system">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_847</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Software upon which other software runs.</rdfs:comment>
  </SoftwareType>
  <BioMolecularAnnotation rdf:ID="translational_bias_design">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A translational bias is an experiment design which characterizes the association of transcripts and translation machinery.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_939</unique_identifier>
  </BioMolecularAnnotation>
  <Ploidy rdf:ID="aneuploid">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_918</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Describes a cell, nucleus or an organism whose chromosome number is not an exact multiple of the haploid number (n).</rdfs:comment>
  </Ploidy>
  <QualityControlDescriptionType rdf:ID="technical_replicate">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_641</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A replicate where the same BioSample is use e.g. the same pool of RNA used to assess technical (as opposed to biological) variation within an experiment.</rdfs:comment>
    <rdf:type rdf:resource="#ReplicateDescriptionType"/>
  </QualityControlDescriptionType>
  <BiologicalProperty rdf:ID="strain_or_line_design">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A strain or line experiment design type assays differences between multiple strains, cultivars, serovars, isolates, lines from organisms of a single species.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_462</unique_identifier>
  </BiologicalProperty>
  <EpidemiologicalDesign rdf:ID="family_history_design">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_544</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A family history design type is where the family history such as traits, characteristics, susceptibility to disease is studied</rdfs:comment>
  </EpidemiologicalDesign>
  <BioMolecularAnnotation rdf:ID="RNA_stability_design">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A RNA stability experiment design type examines the stability and/or decay of RNA transcripts.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_553</unique_identifier>
  </BioMolecularAnnotation>
  <VolumeUnit rdf:ID="ul">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_926</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >microliter, unit of volume</rdfs:comment>
  </VolumeUnit>
  <owl:AnnotationProperty rdf:ID="deprecation_in_version">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The value of the property indicates what version of the ontology the term was deprecated from.</rdfs:comment>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf rdf:parseType="Resource">
          <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
          >1.1.7</rdf:first>
          <rdf:rest rdf:parseType="Resource">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >1.1.9</rdf:first>
            <rdf:rest rdf:parseType="Resource">
              <rdf:rest rdf:parseType="Resource">
                <rdf:rest rdf:parseType="Resource">
                  <rdf:rest rdf:parseType="Resource">
                    <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                    >1.3.1.1</rdf:first>
                  </rdf:rest>
                  <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                  >1.3.0</rdf:first>
                </rdf:rest>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                >1.1.8</rdf:first>
              </rdf:rest>
              <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
              >1.2.0</rdf:first>
            </rdf:rest>
          </rdf:rest>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_1014</unique_identifier>
  </owl:AnnotationProperty>
  <QuantityUnitOther rdf:ID="count">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_500</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Unit for a simple count of things</rdfs:comment>
  </QuantityUnitOther>
  <Roles rdf:ID="investigator">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Person who contributed to the study.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_769</unique_identifier>
  </Roles>
  <PublicationType rdf:ID="online_resource">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_991</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A publication type which is available online and which is not an online journal article, e.g. a web site or service.</rdfs:comment>
  </PublicationType>
  <DeprecatedTerms rdf:ID="slice_analysis">
    <has_reason_for_deprecation rdf:resource="#deleted_term"/>
    <deprecation_replacement_term rdf:resource="#NormalizationDescriptionType"/>
    <deprecation_old_parent rdf:resource="#NormalizationDescriptionType"/>
    <deprecation_reason rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >deleted_term</deprecation_reason>
    <deprecated_from_version rdf:resource="#version_1.2.0"/>
    <deprecation_in_version rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >1.2.0</deprecation_in_version>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A method of analyzing the significant expression level of a Feature by calculating the  intensity-dependent Z distribution value for the logarithm of the intensity ratios from the  two channels.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_531</unique_identifier>
  </DeprecatedTerms>
  <TechnologyType rdf:ID="spotted_ds_DNA_features">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A descriptor for the TechnologyType for a group of features where double stranded DNA is spotted on the array e.g. a PCR of a cDNA clone.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_499</unique_identifier>
  </TechnologyType>
  <DatabaseEntryType rdf:ID="curated_amino_acid_sequence_record">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_451</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A record which describes and identifies an amino acid sequence which has been curated</rdfs:comment>
  </DatabaseEntryType>
  <PerturbationalDesign rdf:ID="injury_design">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_726</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An injury experiment design type is where the response of an organism(s) to injury or damage is studied.</rdfs:comment>
  </PerturbationalDesign>
  <DataType rdf:ID="string_datatype">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The values are a sequence of one or more characters.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_352</unique_identifier>
  </DataType>
  <WarningType rdf:ID="is_contaminated">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The clone used to originate the BioSequence which corresponds to the reporter was found to be contaminated (e.g. well-well contamination) on examination.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_489</unique_identifier>
  </WarningType>
  <ExperimentalProtocolType rdf:ID="image_acquisition">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_929</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The process of generating an image from the array.</rdfs:comment>
  </ExperimentalProtocolType>
  <Sex rdf:ID="mixed_sex">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A population of multiple sexes, e.g. a mixture of females and males, or males and hermaphrodites.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_436</unique_identifier>
  </Sex>
  <VolumeUnit rdf:ID="L">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >liter, unit of volume</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_444</unique_identifier>
  </VolumeUnit>
  <MassUnit rdf:ID="ng">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_796</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >nanogram, a mass unit
</rdfs:comment>
  </MassUnit>
  <TimeUnit rdf:ID="months">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_631</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Unit of time corresponding to approx. one cycle of the moon's phases.</rdfs:comment>
  </TimeUnit>
  <LabelCompound rdf:ID="alexa_430">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Absorbs at 433 nm, emission maxima at 539 nm (yellow-green), Alexa dyes are have intense fluorescence, are photostable, stable over a wide range of pH, and are water soluble. 

</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_401</unique_identifier>
  </LabelCompound>
  <QualityControlDescriptionType rdf:ID="peer_review_quality_control">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_365</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An experiment which has a peer reviewed publication attached.</rdfs:comment>
  </QualityControlDescriptionType>
  <StrainOrLineDatabase rdf:ID="NASC">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_379</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The Nottingham Arabidopsis Stock Centre (NASC). Provides seed and information resources to the International Arabidopsis Genome Programme and the wider research community.</rdfs:comment>
    <has_human_readable_URI rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://arabidopsis.info/catalogue.html</has_human_readable_URI>
  </StrainOrLineDatabase>
  <TumorGradingDatabase rdf:ID="NCI_tumor_grading_database">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_819</unique_identifier>
    <has_human_readable_URI rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://nciterms.nci.nih.gov/NCIBrowser/ConceptReport.jsp?dictionary=NCI_Thesaurus&amp;code=C28076</has_human_readable_URI>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >a controlled vocabulary of tumor grading terms</rdfs:comment>
  </TumorGradingDatabase>
  <TechnologicalDesign rdf:ID="comparative_genome_hybridization_design">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_856</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Experiment design type in which genomic content is studied using an array based assay.</rdfs:comment>
    <rdf:type rdf:resource="#BioMolecularAnnotation"/>
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >array_CGH</synonym>
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >array CGH</synonym>
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >CGH</synonym>
  </TechnologicalDesign>
  <EpidemiologicalDesign rdf:ID="clinical_history_design">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A clinical history design type is where the organisms clinical history of diagnosis,  treatments, e.g. vaccinations, surgery etc. is studied.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_832</unique_identifier>
  </EpidemiologicalDesign>
  <HardwareType rdf:ID="spectrophotometer">
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >thermocycler</synonym>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_716</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Hardware for measuring light at different wavelengths.</rdfs:comment>
  </HardwareType>
  <CompoundDatabase rdf:ID="NCI_compound_database">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >a controlled vocabulary for compounds</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_376</unique_identifier>
    <has_human_readable_URI rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://nciterm.nci.nih.gov:80/NCIBrowser/ConceptReport.jsp?dictionary=NCI_Thesaurus&amp;code=C1908</has_human_readable_URI>
  </CompoundDatabase>
  <LabelCompound rdf:ID="alexa_633">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Absorbs at 632 nm, emission maxima at 647 nm (red). Alexa dyes are have intense fluorescence, are photostable, stable over a wide range of pH, and are water soluble. 

</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_345</unique_identifier>
  </LabelCompound>
  <MassUnit rdf:ID="mg">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_949</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >milligram, mass unit
</rdfs:comment>
  </MassUnit>
  <DerivedBioAssayType rdf:ID="normalized_intensities">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Results of normalization, by some method, of a bioassay data set such as; intensities from one or both channels of a microarray-based assay; orthologous spot sets on 2D gels; or repeat measurements of the same metabolite in replicate cell cultures.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_994</unique_identifier>
  </DerivedBioAssayType>
  <DeprecatedTerms rdf:ID="genetic_variation">
    <deprecation_old_parent rdf:resource="#BioMaterialCharacteristicCategory"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A descriptor for FactorValue where GeneticVariation is compared.  </rdfs:comment>
    <deprecation_replacement_term rdf:resource="#BioMaterialCharacteristicCategory"/>
    <deprecation_in_version rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >1.1.8</deprecation_in_version>
    <deprecation_reason rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >deleted_term</deprecation_reason>
    <has_reason_for_deprecation rdf:resource="#deleted_term"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_557</unique_identifier>
    <deprecated_from_version rdf:resource="#version_1.1.8"/>
  </DeprecatedTerms>
  <DatabaseEntryType rdf:ID="curated_nucleic_acid_sequence_feature_record">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A record which identifies a nucleic acid sequence feature(s) and which has been curated.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_644</unique_identifier>
  </DatabaseEntryType>
  <DatabaseEntryType rdf:ID="nucleic_acid_primary_sequence_record">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_757</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A record which describes and identifies a primary sequence record e.g. DDBJ/EMBL/Genbank</rdfs:comment>
  </DatabaseEntryType>
  <CellLineDatabase rdf:ID="CABRI_Human_and_Animal_Cell_lines">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Database entry from CABRI, a database listing sources such as cell lines, bacteria, plasmids etc.</rdfs:comment>
    <has_human_readable_URI rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://www.cabri.org/HyperCat/cells/all.htm</has_human_readable_URI>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_536</unique_identifier>
  </CellLineDatabase>
  <HardwareType rdf:ID="wash_station">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_626</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An instrument designed to mechanically wash or stain arrays.
</rdfs:comment>
  </HardwareType>
  <DiseaseStateDatabase rdf:ID="MTB_Database">
    <has_human_readable_URI rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://tumor.informatics.jax.org</has_human_readable_URI>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_942</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Database entry from the mouse tumor biology database, a resource for nomenclature of mouse tumors.</rdfs:comment>
  </DiseaseStateDatabase>
  <HardwareType rdf:ID="hybridization_station">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An instrument which controls hybridization conditions, into which a hybridization chamber may fit.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_497</unique_identifier>
  </HardwareType>
  <DerivedBioAssayType rdf:ID="mean_and_variance">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >the mean and variance values resulting from computationally combining 2  or more sets of BioAssayData</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_458</unique_identifier>
  </DerivedBioAssayType>
  <QualityControlDescriptionType rdf:ID="spike_quality_control">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An experiment in which spikes were introduced into some or all of the hybridizations for quality control or data transformation purposes.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_937</unique_identifier>
  </QualityControlDescriptionType>
  <TargetedCellTypeDatabase rdf:ID="NCI_targeted_cell_type_database">
    <has_human_readable_URI rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://nciterms.nci.nih.gov:80/NCIBrowser/ConceptReport.jsp?dictionary=NCI_Thesaurus&amp;code=C12596</has_human_readable_URI>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >a controlled vocabulary of targeted cell types</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_351</unique_identifier>
  </TargetedCellTypeDatabase>
  <GeneticModification rdf:ID="induced_mutation">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_564</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The modification of the genetic material (either coding or non-coding) of an organism by mutagenic compounds or irradiation.</rdfs:comment>
  </GeneticModification>
  <SubstrateType rdf:ID="unknown_substrate_type">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_484</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >SubstrateType of unknown type.</rdfs:comment>
  </SubstrateType>
  <ConcentrationUnitOther rdf:ID="ml_per_kg">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_403</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >milliliter per kilogram</rdfs:comment>
  </ConcentrationUnitOther>
  <BioMaterialCharacteristicCategory rdf:ID="clinical_treatment">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_384</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A descriptor for a clinical treatment for a patient.</rdfs:comment>
  </BioMaterialCharacteristicCategory>
  <StrainOrLineDatabase rdf:ID="CABRI_Yeasts_Strains">
    <has_human_readable_URI rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://www.cabri.org/HyperCat/yeast/all_A.htm</has_human_readable_URI>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >List of CABRI yeasts strains sorted by genus and species. It includes more than 30,000 resources that are available from four European collections participating in the CABRI (Common Access to Biological Resources and Information) initiative (see http://www.cabri.org/ ). Detailed descriptions can be reached from the list and strains of interest can be requested.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_1010</unique_identifier>
  </StrainOrLineDatabase>
  <OrganismPartDatabase rdf:ID="CellML">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_967</unique_identifier>
    <has_human_readable_URI rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://portal.bioengineering.elyt.ods.org/ontology/</has_human_readable_URI>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Ontology describing anatomical and physiological relationships. </rdfs:comment>
  </OrganismPartDatabase>
  <DataTransformationProtocolType rdf:ID="lowess_group_normalization">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Application of a normalization of type lowess_normalization where a potentially different normalization curve is generated and used for two or more groups (delineated by some criteria); criteria could include blocks (e.g. print-tip groups) on an array, or the day on which mass spectrometry was performed.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_861</unique_identifier>
  </DataTransformationProtocolType>
  <RadiationUnit rdf:ID="Ci">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Curie. Unit of the rate of radioactive decay, i.e., the activity of that quantity of radioactive material in which the number of disintegrations per second is 3.7E10. 1 Ci = 3.75 x1010 atom disintegrations per second (dps). 
</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_642</unique_identifier>
  </RadiationUnit>
  <QuantityUnit rdf:ID="umol">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >micromoles, quantity unit</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_752</unique_identifier>
  </QuantityUnit>
  <DeprecationReason rdf:ID="split_term">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >the term has been decomposed into more specific terms</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_1027</unique_identifier>
  </DeprecationReason>
  <OrganismPartDatabase rdf:ID="TAIR_arabidopsis_anatomy_ontology">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_809</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A structured controlled vocabulary for the anatomy of Arabidopsis.
</rdfs:comment>
    <has_machine_readable_URI rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://cvs.sourceforge.net/viewcvs.py/obo/obo/ontology/anatomy/gross_anatomy/plant_gross_anatomy/Arabidopsis/Attic/arabidopsis_anatomy.ontology</has_machine_readable_URI>
  </OrganismPartDatabase>
  <DiseaseStateDatabase rdf:ID="UMLS">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Database resource, unified medical language system, an ontology constructed by  merging several disparate ontologies, available from NIH.</rdfs:comment>
    <has_human_readable_URI rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://www.nlm.nih.gov/research/umls/</has_human_readable_URI>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_947</unique_identifier>
  </DiseaseStateDatabase>
  <LabelCompound rdf:ID="alexa_532">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_375</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Absorbs at 532 nm, emission maxima at 554 nm (yellow). Alexa dyes are have intense fluorescence, are photostable, stable over a wide range of pH, and are water soluble. 

</rdfs:comment>
  </LabelCompound>
  <DeliveryMethod rdf:ID="intramuscular_injection">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Delivery method for a compound or drug where the substance is administered via an injection into the muscle.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_617</unique_identifier>
  </DeliveryMethod>
  <ControlType rdf:ID="control_spike_calibration">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A Reporter that could be hybridized to an exogenously added nucleic acid or protein (spike) before or during hybridization and is used as a control for data processing. It may be deposited at one or more known concentrations (calibration). A reporter may be a spike, a calibration control or both.
</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_364</unique_identifier>
  </ControlType>
  <SeqFeatureBasis rdf:ID="unknown_basis_feature">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Sequence feature whose derivation is unknown.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_525</unique_identifier>
  </SeqFeatureBasis>
  <Sex rdf:ID="hermaphrodite">
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >intersex</synonym>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_356</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >an organism with both male and female sexual organs in one individual
synonym: intersex</rdfs:comment>
  </Sex>
  <OrganismPartDatabase rdf:ID="CBIL_CV">
    <rdf:type rdf:resource="#TargetedCellTypeDatabase"/>
    <rdf:type rdf:resource="#CellTypeDatabase"/>
    <has_human_readable_URI rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://www.cbil.upenn.edu/anatomy.php3</has_human_readable_URI>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >a controlled vocabulary provided by CBIL</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_886</unique_identifier>
  </OrganismPartDatabase>
  <DeprecatedTerms rdf:ID="consensus_DNA">
    <deprecation_reason rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >deleted_term</deprecation_reason>
    <deprecation_in_version rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >1.3.1.1</deprecation_in_version>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_361</unique_identifier>
    <deprecation_replacement_term rdf:resource="#TheoreticalBioSequenceType"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >DNA sequence produced from some base calling or alignment algorithm which uses multiple sequence as input
</rdfs:comment>
    <deprecation_old_parent rdf:resource="#TheoreticalBioSequenceType"/>
  </DeprecatedTerms>
  <DesignElementGroupType rdf:ID="species_specific_design_element_group_type">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A grouping of DesignElements, Features, Reporters, Composite Sequences on the basis of a common species.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_395</unique_identifier>
  </DesignElementGroupType>
  <OtherUnit rdf:ID="kg_per_m2">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_658</unique_identifier>
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >kg/m2</synonym>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The mass of an object in kilograms divided by the surface area in meters squared. Also known as the Body Mass Index (when applied to a person) which is a measure of leaness/obesity. Exact synonym:kg/m2</rdfs:comment>
  </OtherUnit>
  <ConcentrationUnitOther rdf:ID="pH">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >potential of hydrogen</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_814</unique_identifier>
  </ConcentrationUnitOther>
  <EnvironmentalFactorCategory rdf:ID="barrier_facility">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The rating of containment system used to protect organisms from infectious agents.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_511</unique_identifier>
  </EnvironmentalFactorCategory>
  <BiologicalProperty rdf:ID="sex_design">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_575</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A sex experiment design type assays differences associated with an organism's sex, gender or mating type.</rdfs:comment>
  </BiologicalProperty>
  <AtomicAction rdf:ID="change_humidity">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The action of changing the relative humidity, e.g. from 1% to 10%.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_917</unique_identifier>
  </AtomicAction>
  <MaterialType rdf:ID="molecular_mixture">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >an unspecified collection of heterogeneous molecules, e.g. lipids, carbohydrate , nucleic acids and proteins</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_889</unique_identifier>
  </MaterialType>
  <ControlType rdf:ID="control_genomic_DNA">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_449</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A Reporter where genomic DNA has been deposited, the genomic DNA may be fragmented, e.g. salmon sperm DNA, Cot1DNA. </rdfs:comment>
  </ControlType>
  <FamilyRelationship rdf:ID="uncle">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_950</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The brother of one's father or mother.</rdfs:comment>
  </FamilyRelationship>
  <ConcentrationUnitOther rdf:ID="percent_purity">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_482</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A relative measurement of homogeneity of a biomaterial e.g. tumor biopsy.</rdfs:comment>
  </ConcentrationUnitOther>
  <DatabaseEntryType rdf:ID="image_record">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_691</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A record which describes and identifies an image, e.g. an image from the mouse atlas</rdfs:comment>
  </DatabaseEntryType>
  <DatabaseEntryType rdf:ID="function_record">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_538</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >a record which identifies and describes the function of a gene product, e.g. E.C. record</rdfs:comment>
  </DatabaseEntryType>
  <owl:AnnotationProperty rdf:ID="replaced_with_term">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The value of the property indicates the replacement term.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_1018</unique_identifier>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </owl:AnnotationProperty>
  <DeprecatedTerms rdf:ID="vector">
    <deprecation_replacement_term rdf:resource="#PhysicalBioSequenceType"/>
    <deprecated_from_version rdf:resource="#version_1.2.0"/>
    <deprecation_in_version rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >1.2.0</deprecation_in_version>
    <has_reason_for_deprecation rdf:resource="#deleted_term"/>
    <deprecation_reason rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >deleted_term</deprecation_reason>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Sequence from a vector, DNA of any transmissible agent e.g. plasmid or virus into which a segment of foreign DNA can be spliced, does not include insert sequence. These terms should be used when other terms such as plasmid, YAC, BAC are used.  </rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_551</unique_identifier>
    <deprecation_old_parent rdf:resource="#PhysicalBioSequenceType"/>
  </DeprecatedTerms>
  <Sex rdf:ID="F">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_717</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >mating type indicating the presence of F plasmid in a bacterial cell</rdfs:comment>
  </Sex>
  <CellularComponentDatabase rdf:ID="GeneOntology">
    <has_machine_readable_URI rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://obo.cvs.sourceforge.net/*checkout*/obo/obo/ontology/genomic-proteomic/gene_ontology.obo</has_machine_readable_URI>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_1022</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The Gene Ontology project provides a controlled vocabulary to describe gene and gene product attributes in any organism.</rdfs:comment>
  </CellularComponentDatabase>
  <ChromosomalAberrationClassification rdf:ID="chromosomal_inversion">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_622</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Chromosome segments that have been turned through 180 degrees with the result that the gene sequence for the segment is reversed with respect to the rest of the chromosome.</rdfs:comment>
  </ChromosomalAberrationClassification>
  <DeprecatedTerms rdf:ID="infect">
    <deprecation_in_version rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >1.3.0</deprecation_in_version>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The organism (or organism part) has been exposed to a virus or pathogen. </rdfs:comment>
    <replaced_with_term>
      <ComplexAction rdf:ID="inoculate">
        <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >MO_559</unique_identifier>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >The process of introducing a foreign agent such as serum, vaccine, antigenic substance or organism.</rdfs:comment>
        <rdf:type rdf:resource="#ExperimentalProtocolType"/>
        <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >infect</synonym>
      </ComplexAction>
    </replaced_with_term>
    <deprecation_old_parent rdf:resource="#ComplexAction"/>
    <deprecated_from_version>
      <MGEDOntologyVersion rdf:ID="version_1.3.0">
        <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >MO_440</unique_identifier>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >Version of the MGEDOntology.</rdfs:comment>
      </MGEDOntologyVersion>
    </deprecated_from_version>
    <deprecation_reason rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >replaced_term</deprecation_reason>
    <was_replaced_by rdf:resource="#inoculate"/>
    <has_reason_for_deprecation>
      <DeprecationReason rdf:ID="replaced_term">
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >The term name was changed to one more appropriate to the intent of the definition.</rdfs:comment>
        <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >MO_1026</unique_identifier>
      </DeprecationReason>
    </has_reason_for_deprecation>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_616</unique_identifier>
    <deprecation_old_parent rdf:resource="#ExperimentalProtocolType"/>
  </DeprecatedTerms>
  <DeprecatedTerms rdf:ID="mRNA">
    <deprecation_old_parent rdf:resource="#TheoreticalBioSequenceType"/>
    <deprecated_from_version rdf:resource="#version_1.2.0"/>
    <deprecation_replacement_term rdf:resource="#TheoreticalBioSequenceType"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_803</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >sequence of a processed transcript capable of directing protein synthesis</rdfs:comment>
    <deprecation_reason rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >deleted_term</deprecation_reason>
    <deprecation_in_version rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >1.2.0</deprecation_in_version>
    <has_reason_for_deprecation rdf:resource="#deleted_term"/>
  </DeprecatedTerms>
  <SubstrateType rdf:ID="nylon">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_492</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The array is made on a nylon membrane.</rdfs:comment>
  </SubstrateType>
  <ChromosomalAberrationClassification rdf:ID="chromosomal_duplication">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An irregularity in the number of chromosomes, usually in the form of a gain of genetic material.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_1002</unique_identifier>
  </ChromosomalAberrationClassification>
  <FamilyRelationship rdf:ID="sister">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_723</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A female having the same genetic parents as another, or one genetic parent in common with another.
</rdfs:comment>
  </FamilyRelationship>
  <MethodologicalDesign rdf:ID="in_vitro_design">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An experiment done in a test tube or a culture dish, e.g. 
A bacterial invasion assay in an established cell culture.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_347</unique_identifier>
  </MethodologicalDesign>
  <ConcentrationUnit rdf:ID="percent_weight_per_vol">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >percent weight per volume, concentration unit </rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_420</unique_identifier>
  </ConcentrationUnit>
  <Roles rdf:ID="curator">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_893</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >person who checks the consistency of the data and MAGE-ML file</rdfs:comment>
  </Roles>
  <TechnologyType rdf:ID="spotted_protein_features">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >TechnologyType of FeatureGroup where protein (other than antibody) is spotted directly.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_996</unique_identifier>
  </TechnologyType>
  <SeqFeatureBasis rdf:ID="experimental_feature">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An experimentally defined sequence feature.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_452</unique_identifier>
  </SeqFeatureBasis>
  <ControlType rdf:ID="control_reporter_size">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A Reporter of whose BioSequence is of known length used as a methodological control for hybridization efficiency.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_431</unique_identifier>
  </ControlType>
  <BioSampleType rdf:ID="not_extract">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_894</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The BioSample at any stage other than immediately before labeling.</rdfs:comment>
  </BioSampleType>
  <DataType rdf:ID="negative_integer">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_864</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An integer &lt; 0.</rdfs:comment>
  </DataType>
  <DiseaseStateDatabase rdf:ID="NCI_disease_state_database">
    <has_human_readable_URI rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://nciterms.nci.nih.gov/NCIBrowser/ConceptReport.jsp?dictionary=NCI_Thesaurus&amp;code=C7057</has_human_readable_URI>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_790</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >a controlled vocabulary for disease states</rdfs:comment>
  </DiseaseStateDatabase>
  <ExperimentalProtocolType rdf:ID="acclimatization">
    <rdf:type rdf:resource="#ComplexAction"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The action of stabilizing an organism prior to treatment</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_776</unique_identifier>
  </ExperimentalProtocolType>
  <MaterialType rdf:ID="nuclear_RNA">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_679</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >RNA obtained from the nucleus.</rdfs:comment>
  </MaterialType>
  <FeatureShape rdf:ID="rectangular_feature">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_897</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The shape of the feature on the array is rectangular.</rdfs:comment>
  </FeatureShape>
  <DistanceUnit rdf:ID="um">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >micrometer, unit of distance</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_421</unique_identifier>
  </DistanceUnit>
  <InitialTimePoint rdf:ID="beginning_of_stage">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >time point that indicates the start of some developmental stage</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_608</unique_identifier>
  </InitialTimePoint>
  <Ploidy rdf:ID="polyploid">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_394</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Describes a cell, nucleus or organism with three or more copies of each chromosome.</rdfs:comment>
  </Ploidy>
  <Sex rdf:ID="mating_type_h_minus">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Mating type of S.pombe.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_407</unique_identifier>
  </Sex>
  <Scale rdf:ID="log_base_e">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The values presented are logarithm, base e.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_554</unique_identifier>
  </Scale>
  <ConcentrationUnit rdf:ID="fM">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >femtomolar, concentration unit</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_898</unique_identifier>
  </ConcentrationUnit>
  <BioMaterialCharacteristicCategory rdf:ID="strain_or_line">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_859</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A descriptor of FactorValue where comparisons of strains or lines are made. </rdfs:comment>
  </BioMaterialCharacteristicCategory>
  <MaterialType rdf:ID="synthetic_RNA">
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >complementary RNA</synonym>
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >cRNA</synonym>
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >aRNA</synonym>
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >amplified RNA</synonym>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >RNA which is generated by chemical or enzymatic (non cellular) means. E.g. T7 promotor generated RNA.
Non-exact synonym:
cRNA, complementary RNA
aRNA, amplified RNA</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_543</unique_identifier>
  </MaterialType>
  <HardwareType rdf:ID="centrifuge">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_476</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An instrument capable of applying centrifugal force to tubes or microtiter plates.
</rdfs:comment>
  </HardwareType>
  <ExperimentalProtocolType rdf:ID="nucleic_acid_extraction">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_607</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The procedure of extracting nucleic acid from the biomaterial.</rdfs:comment>
    <rdf:type rdf:resource="#ComplexAction"/>
  </ExperimentalProtocolType>
  <StrainOrLineDatabase rdf:ID="NCI_strain_or_line_database">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >a controlled vocabulary for strains or lines</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_397</unique_identifier>
    <has_human_readable_URI rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://nciterms.nci.nih.gov/NCIBrowser/ConceptReport.jsp?dictionary=NCI_Thesaurus&amp;code=C16403</has_human_readable_URI>
  </StrainOrLineDatabase>
  <DerivedBioAssayType rdf:ID="MAS5_signal_log_ratio">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The difference in expression level for a transcript between data from two arrays, expressed as the log2ratio. A signal log ratio of 1 is the same as a Fold Change of 2.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_938</unique_identifier>
  </DerivedBioAssayType>
  <Sex rdf:ID="mating_type_alpha">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_637</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Mating type of S. cerevisiae.</rdfs:comment>
  </Sex>
  <DatabaseEntryType rdf:ID="biological_resource_record">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A record which describes and identifies a biological resource such as a cone or strain e.g. an ATCC record Jax strain list</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_989</unique_identifier>
  </DatabaseEntryType>
  <DiseaseStagingDatabase rdf:ID="NCI_disease_staging_database">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_422</unique_identifier>
    <has_human_readable_URI rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://nciterms.nci.nih.gov:80/NCIBrowser/ConceptReport.jsp?dictionary=NCI_Thesaurus&amp;code=C28108</has_human_readable_URI>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >a controlled vocabulary for disease stages</rdfs:comment>
  </DiseaseStagingDatabase>
  <MaterialType rdf:ID="whole_organism">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >one or more of any unicellular or multicellular pro or eukaryote, including archaebacteria</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_566</unique_identifier>
  </MaterialType>
  <DevelopmentalStageDatabase rdf:ID="HUMAT">
    <has_machine_readable_URI rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://obo.sourceforge.net/list.shtml</has_machine_readable_URI>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_844</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Ontology of human developmental anatomy for Carnegie stages 1-20. </rdfs:comment>
  </DevelopmentalStageDatabase>
  <owl:AnnotationProperty rdf:ID="unique_identifier">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_331</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A unique alphanumeric identifier for the term. This will exist in the form of MO_someNumber, e.g. MO_123.</rdfs:comment>
  </owl:AnnotationProperty>
  <DerivedBioAssayType rdf:ID="mean_and_standard_deviation">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >the mean and standard deviation values resulting from computationally combining 2 or more sets of BioAssayData</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_445</unique_identifier>
  </DerivedBioAssayType>
  <DataType rdf:ID="list_of_positive_integers">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_873</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An ordered, finite set of positive integers.</rdfs:comment>
  </DataType>
  <QualityControlDescriptionType rdf:ID="dye_swap_quality_control">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_524</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Indicates that a dye swap was performed for some or all hybridizations within an experiment </rdfs:comment>
  </QualityControlDescriptionType>
  <DeprecationReason rdf:ID="merged_term">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >the term has been subsumed into a more general term</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_1025</unique_identifier>
  </DeprecationReason>
  <DataType rdf:ID="list_of_nonpositive_floats">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An ordered, finite set of nonpositive floats.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_1000</unique_identifier>
  </DataType>
  <ImageFormat rdf:ID="Affymetrix_DAT">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A proprietary image data format that is lossless and containing one channel of data.
</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_786</unique_identifier>
  </ImageFormat>
  <Roles rdf:ID="hardware_manufacturer">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_763</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Person or organization that manufactured the hardware.</rdfs:comment>
  </Roles>
  <PolymerType rdf:ID="RNA">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_594</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Ribonucleic acid.</rdfs:comment>
  </PolymerType>
  <QuantityUnit rdf:ID="IU">
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >International unit</synonym>
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >UI</synonym>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_1011</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The International unit is a unit of measurement for the amount of a substance, based on measured biological activity. It is used for vitamins, hormones, some drugs, vaccines, blood products and similar biologically active substances. The precise definition of one IU differs from substance to substance and is established by international agreement and is based on a reference provided by the Committee on Biological Standardization of the World Health Organization.</rdfs:comment>
  </QuantityUnit>
  <Sex rdf:ID="mating_type_h_plus">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_855</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Mating type of S.pombe.</rdfs:comment>
  </Sex>
  <DataTransformationProtocolType rdf:ID="quantile_normalization_protocol_type">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_457</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Application of a normalization of type quantile_normalization.</rdfs:comment>
  </DataTransformationProtocolType>
  <MGEDOntologyVersion rdf:ID="version_1.3.1">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Version of the MGED Ontology.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_1034</unique_identifier>
  </MGEDOntologyVersion>
  <PerturbationalDesign rdf:ID="stimulated_design_type">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A design in which a behavior is invoked by a variable controlled by the experimenter - e.g. administration of a drug that effects aggressivity.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_958</unique_identifier>
  </PerturbationalDesign>
  <ChromosomalAberrationClassification rdf:ID="genomic_region_amplification">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_609</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >increment in copy number of a genomic region, includes gene amplification, genomic amplification, and DNA amplification</rdfs:comment>
  </ChromosomalAberrationClassification>
  <DatabaseEntryType rdf:ID="clinical_record">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_852</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >record which describes and identifies clinical information about an organism</rdfs:comment>
  </DatabaseEntryType>
  <ComplexAction rdf:ID="compound_based_treatment">
    <rdf:type rdf:resource="#ExperimentalProtocolType"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The treatment is effected by a defined chemical or biological compound.   The compound may be a drug, solvent, chemical, etc., with a property that can be measured such as concentration.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_798</unique_identifier>
  </ComplexAction>
  <DefectType rdf:ID="missing_feature_or_zone">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_405</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The source DNA was not printed for a Feature or Zone on the slide, possibly due to lack of sample, broken or clogged spotting pin.</rdfs:comment>
  </DefectType>
  <NodeValueType rdf:ID="uncentered_Pearson_correlation">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The uncentered Pearson correlation is defined as the Pearson correlation for two data series where the mean of each data series is assumed to be zero.
</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_974</unique_identifier>
  </NodeValueType>
  <DerivedBioAssayType rdf:ID="signal">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_534</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A quantitative measure of the relative abundance of a transcript (MAS 4.0 version of the Affymetrix analysis software).</rdfs:comment>
  </DerivedBioAssayType>
  <RadiationUnit rdf:ID="dpm">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_583</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >disintegrations per minute, unit of atom disintegrations per minute. dpm = (cpm - measured background)/efficiency. Efficiency is dependent on the radioisotope used and the instrument.</rdfs:comment>
  </RadiationUnit>
  <DataType rdf:ID="list_of_floats">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_760</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An ordered, finite set of floats.</rdfs:comment>
  </DataType>
  <LabelCompound rdf:ID="alexa_546">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Absorbs at 556 nm, emission maxima at 573 nm (orange). Alexa dyes are have intense fluorescence, are photostable, stable over a wide range of pH, and are water soluble. 

</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_493</unique_identifier>
  </LabelCompound>
  <TechnologicalDesign rdf:ID="binding_site_identification_design">
    <rdf:type rdf:resource="#BioMolecularAnnotation"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A binding site identification design type investigates protein binding sites on nucleic acids
non-exact synonym: ChIP, chromatin immunoprecipitation, chromatin IP</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_933</unique_identifier>
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >chromatin immunoprecipitation</synonym>
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >chromatin IP</synonym>
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >chromatin_immunoprecipitation</synonym>
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ChIP-chip</synonym>
  </TechnologicalDesign>
  <DeprecatedTerms rdf:ID="bedding">
    <deprecated_from_version rdf:resource="#version_1.1.7"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_615</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The material (e.g. straw) that an animal sleeps on</rdfs:comment>
    <deprecation_old_parent rdf:resource="#BioMaterialCharacteristicCategory"/>
    <deprecation_replacement_term rdf:resource="#BioMaterialCharacteristicCategory"/>
    <has_reason_for_deprecation rdf:resource="#deleted_term"/>
    <deprecation_reason rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >deleted_term</deprecation_reason>
    <deprecation_in_version rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >1.1.7</deprecation_in_version>
  </DeprecatedTerms>
  <SoftwareType rdf:ID="image_acquisition_software">
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >scanning software</synonym>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_1003</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Software to control a scanner and manipulate and save images.
Exact synonym: scanning software</rdfs:comment>
  </SoftwareType>
  <RadiationUnit rdf:ID="R">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Roentgen. Unit of exposure to gamma or x-rays in the air. 1 R= 2.58E-4 coulombs per kg.
</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_725</unique_identifier>
  </RadiationUnit>
  <ObservationDatabase rdf:ID="Mammalian_Phenotype_Ontology">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A community effort to provide standard terms for annotating phenotypic data.</rdfs:comment>
    <has_human_readable_URI rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://www.informatics.jax.org/searches/Phat.cgi?id=MP:0000001</has_human_readable_URI>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_704</unique_identifier>
  </ObservationDatabase>
  <DeprecatedTerms rdf:ID="signal_log_ratio">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_941</unique_identifier>
    <has_reason_for_deprecation rdf:resource="#deleted_term"/>
    <deprecation_in_version rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >1.1.7</deprecation_in_version>
    <deprecated_from_version rdf:resource="#version_1.1.7"/>
    <deprecation_old_parent rdf:resource="#DerivedBioAssayType"/>
    <deprecation_reason rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >deleted_term</deprecation_reason>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The change in expression level for a transcript between a baseline and an experiment array.  This change is expressed as the log2 ratio. A signal log 
ratio of 1 is the same as a Fold Change of 2.</rdfs:comment>
    <deprecation_replacement_term rdf:resource="#DerivedBioAssayType"/>
  </DeprecatedTerms>
  <ExperimentalProtocolType rdf:ID="unknown_protocol_type">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_460</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ProtocolType of unknown type.</rdfs:comment>
  </ExperimentalProtocolType>
  <ExperimentalProtocolType rdf:ID="element_design">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_523</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >protocol that describes how the features, reporters and composites were designed and or selected for inclusion in an array design </rdfs:comment>
  </ExperimentalProtocolType>
  <LabelCompound rdf:ID="_33P">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_427</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >33 P, radioactive isotope of phosphorus, used for labeling/detection purposes.</rdfs:comment>
  </LabelCompound>
  <TemperatureUnit rdf:ID="degrees_C">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >degrees celsius, unit of temperature</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_980</unique_identifier>
  </TemperatureUnit>
  <TimeUnit rdf:ID="ms">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_920</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >millisecond, time unit</rdfs:comment>
  </TimeUnit>
  <MaterialType rdf:ID="cytoplasmic_RNA">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >RNA obtained from the cytoplasm.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_978</unique_identifier>
  </MaterialType>
  <DataTransformationProtocolType rdf:ID="replicate_analysis">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_433</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A transformation method in which replicate intensity or ratio data sets are combined.  Analysis of the mean and standard deviation values for replicate data points can be used to identify and potentially exclude low quality data.</rdfs:comment>
  </DataTransformationProtocolType>
  <ControlType rdf:ID="control_empty">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A Reporter where no material or  buffer was deposited on the array</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_830</unique_identifier>
  </ControlType>
  <OrganismDatabase rdf:ID="NCBI_taxonomy">
    <has_human_readable_URI rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://www.ncbi.nlm.nih.gov/Taxonomy/taxonomyhome.html/</has_human_readable_URI>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_773</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >identifier for  a taxon provided by the NCBI taxonomy database</rdfs:comment>
    <rdf:type rdf:resource="#StrainOrLineDatabase"/>
  </OrganismDatabase>
  <AtomicAction rdf:ID="remove">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_713</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The procedure of extracting/taking out a part of a reaction/contents of a container.</rdfs:comment>
  </AtomicAction>
  <DatabaseEntryType rdf:ID="pedigree_record">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_969</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A record which describes and identifies a pedigree or lineage for a strain, line, individual or cell whose lineage traceable e.g. a wormbase cell lineage record, or a pedigree record for a mouse</rdfs:comment>
  </DatabaseEntryType>
  <NormalizationDescriptionType rdf:ID="linear_regression_normalization">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_823</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A method to re-scale paired-assay data from one data set relative to the other, based on regression of the values in the one set to those in the other, where the latter utilizes either all values in the data set, or an appropriate subset of these (e.g. special control Features on a microarray, or 2DE spots containing constitutively expressed proteins). The slope of the regression line is used to re-scale all the values in the data set being normalized. This single parameter method assumes that there is a linear relationship between the data sets. A similar approach could be employed to re-scale data from a standalone assay to another standalone (baseline) assay.</rdfs:comment>
  </NormalizationDescriptionType>
  <DeprecatedTerms rdf:ID="gene_fragment">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_853</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >sequence of part of a gene, which is missing one or both ends</rdfs:comment>
    <deprecation_in_version rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >1.3.1.1</deprecation_in_version>
    <deprecation_replacement_term rdf:resource="#TheoreticalBioSequenceType"/>
    <deprecation_reason rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >deleted_term</deprecation_reason>
    <deprecation_old_parent rdf:resource="#TheoreticalBioSequenceType"/>
  </DeprecatedTerms>
  <AtomicAction rdf:ID="wait">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Allow time to pass. It's measurement should be a unit of time.  </rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_988</unique_identifier>
  </AtomicAction>
  <OrganismPartDatabase rdf:ID="FMA">
    <has_human_readable_URI rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://sig.biostr.wahington.edu/projects/fm/</has_human_readable_URI>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The Foundational Model of Anatomy (FMA) is  concerned with the representation of concepts and relationships necessary for the symbolic modeling of the structure of the human body.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_468</unique_identifier>
  </OrganismPartDatabase>
  <MaterialType rdf:ID="organellar_DNA">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_645</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >DNA from organelles such as the mitochondria or chloroplast.</rdfs:comment>
  </MaterialType>
  <BiologicalProperty rdf:ID="imprinting_design">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_914</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An experiment design type where differences in genetic imprinting of maternally- and paternally-inherited chromosomes (e.g., due to in vivo differences in chemical modification and/or chromatin structure) are compared.
</rdfs:comment>
  </BiologicalProperty>
  <AtomicAction rdf:ID="concentrate">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_883</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Increasing the concentration of solutes in a solution or suspension.  </rdfs:comment>
  </AtomicAction>
  <CellTypeDatabase rdf:ID="NCI_cell_type_database">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_687</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >a controlled vocabulary of cell types</rdfs:comment>
    <has_human_readable_URI rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://nciterms.nci.nih.gov/NCIBrowser/ConceptReport.jsp?dictionary=NCI_Thesaurus&amp;code=12596</has_human_readable_URI>
  </CellTypeDatabase>
  <ComplexAction rdf:ID="decontaminate">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Treatment to remove organisms present that were not planned as part of the study (e.g., mycoplasma). 
</rdfs:comment>
    <rdf:type rdf:resource="#ExperimentalProtocolType"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_389</unique_identifier>
  </ComplexAction>
  <DataTransformationProtocolType rdf:ID="mean_log_normalization">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Application of a normalization of type mean_log_centering.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_657</unique_identifier>
  </DataTransformationProtocolType>
  <DefectType rdf:ID="heavy_background">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_571</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The Zone is excluded due to smearing, streaking, or dense background in the Zone.</rdfs:comment>
  </DefectType>
  <EnvironmentalFactorCategory rdf:ID="water">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Water consumed by or enveloping the organism that the biosource is derived from. </rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_380</unique_identifier>
  </EnvironmentalFactorCategory>
  <HardwareType rdf:ID="vortexer">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_983</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An instrument that mixes by rapid oscillation.</rdfs:comment>
  </HardwareType>
  <Roles rdf:ID="biosequence_provider">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_881</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Provider of biosequences (clones, oligos etc) for deposition on the array.</rdfs:comment>
  </Roles>
  <DeprecatedTerms rdf:ID="cosmid">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_888</unique_identifier>
    <deprecation_in_version rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >1.2.0</deprecation_in_version>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >sequence from cosmid, a hybrid cloning vector containing cos sites, usually of ~40kB size</rdfs:comment>
    <deprecation_reason rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >deleted_term</deprecation_reason>
    <deprecated_from_version rdf:resource="#version_1.2.0"/>
    <deprecation_old_parent rdf:resource="#PhysicalBioSequenceType"/>
    <has_reason_for_deprecation rdf:resource="#deleted_term"/>
    <deprecation_replacement_term rdf:resource="#PhysicalBioSequenceType"/>
  </DeprecatedTerms>
  <DataTransformationProtocolType rdf:ID="flag_filter">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >transformation method that involves removal of values in a data set based 
    on visual or computed flags (e.g. the GenePix feature_extraction software 
    standard flags). This includes low-intensity filtering methods, where the 
    flag indicates low intensity values in the data set (for microarrays and 
    gels the threshold for exclusion is usually based on some estimation of 
    local or global background intensity; for mass spectrometry and NMR, it is 
    usually based on the signal-to-noise ratio in the spectrum).</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_1024</unique_identifier>
  </DataTransformationProtocolType>
  <DeprecatedTerms rdf:ID="blood">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A biomaterial obtained as fluid consisting of plasma, blood cells and platelets.</rdfs:comment>
    <deprecation_in_version rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >1.1.9</deprecation_in_version>
    <deprecation_reason rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >deleted_term</deprecation_reason>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_409</unique_identifier>
    <deprecated_from_version rdf:resource="#version_1.1.9"/>
    <deprecation_old_parent rdf:resource="#BioSourceType"/>
    <has_reason_for_deprecation rdf:resource="#deleted_term"/>
    <deprecation_replacement_term rdf:resource="#BioSourceType"/>
  </DeprecatedTerms>
  <ControlType rdf:ID="control_buffer">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A Reporter where only buffer was deposited on the array</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_505</unique_identifier>
  </ControlType>
  <BioMaterialCharacteristicCategory rdf:ID="disease_state">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A descriptor for FactorValue where DiseaseState is compared.  </rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_787</unique_identifier>
  </BioMaterialCharacteristicCategory>
  <DeprecatedTerms rdf:ID="predicted_gene">
    <deprecation_replacement_term rdf:resource="#TheoreticalBioSequenceType"/>
    <deprecation_in_version rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >1.3.1.1</deprecation_in_version>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >gene sequence which has been computationally predicted</rdfs:comment>
    <deprecation_old_parent rdf:resource="#TheoreticalBioSequenceType"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_838</unique_identifier>
    <deprecation_reason rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >deleted_term</deprecation_reason>
  </DeprecatedTerms>
  <Result rdf:ID="inconclusive">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_744</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >a result which can not be interpreted as positive or negative</rdfs:comment>
  </Result>
  <QualityControlDescriptionType rdf:ID="real_time_PCR_quality_control">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A PCR based quantitative validation of a subset of the array based data used for experimental QC purposes.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_434</unique_identifier>
  </QualityControlDescriptionType>
  <HardwareType rdf:ID="waterbath">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A device for controlling temperature by immersion in water.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_541</unique_identifier>
  </HardwareType>
  <VolumeUnit rdf:ID="ml">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >milliliter, volume unit</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_488</unique_identifier>
  </VolumeUnit>
  <Scale rdf:ID="log_base_10">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The values presented are logarithm, base 10.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_735</unique_identifier>
  </Scale>
  <TimeUnit rdf:ID="years">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_948</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >365 days, time unit</rdfs:comment>
  </TimeUnit>
  <DeliveryMethod rdf:ID="subcutaneous">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Delivery method whereby a drug or compound is administered under the skin of the organism.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_960</unique_identifier>
  </DeliveryMethod>
  <DerivedBioAssayType rdf:ID="acrossBioAssay_mean_and_variance">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The mean and variance values resulting from computationally combining 2 or more sets of bioassay data.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_400</unique_identifier>
  </DerivedBioAssayType>
  <MassUnit rdf:ID="ug">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >microgram, unit of mass</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_438</unique_identifier>
  </MassUnit>
  <DatabaseEntryType rdf:ID="ontology_record">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A record which describes and identifies a term, class or instance in an ontology or controlled vocabulary e.g. ICD</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_529</unique_identifier>
  </DatabaseEntryType>
  <CellLineDatabase rdf:ID="CABRI_Hybridomas">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_1006</unique_identifier>
    <has_human_readable_URI rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://www.cabri.org/HyperCat/cells/hybrid.htm</has_human_readable_URI>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >List of CABRI hybridomas sorted by name. It includes 397 resources that are available from European collections participating in the CABRI (Common Access to Biological Resources and Information) initiative (see http://www.cabri.org/ ). Detailed descriptions can be reached from the list and cell lines of interest can be requested.</rdfs:comment>
  </CellLineDatabase>
  <FamilyRelationship rdf:ID="daughter">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_665</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The female offspring of the patient or individual under study.</rdfs:comment>
  </FamilyRelationship>
  <BioSourceType rdf:ID="agar_stab">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_971</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >agar stab, a cell culture inoculated into agar for long term storage</rdfs:comment>
  </BioSourceType>
  <AtomicAction rdf:ID="mix_by_inversion">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_700</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Mix through the process of inverting.</rdfs:comment>
  </AtomicAction>
  <DeprecatedTerms rdf:ID="behavior_design">
    <split_to_term rdf:resource="#stimulated_design_type"/>
    <deprecation_reason rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >split_term</deprecation_reason>
    <split_to_term>
      <BiologicalProperty rdf:ID="innate_behavior_design">
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >A design in which the innate behavior of the organism is examined, e.g. 
    path finding in bees.</rdfs:comment>
        <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >MO_355</unique_identifier>
      </BiologicalProperty>
    </split_to_term>
    <deprecation_in_version rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >1.1.9</deprecation_in_version>
    <deprecation_old_parent rdf:resource="#BiologicalProperty"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_532</unique_identifier>
    <has_reason_for_deprecation rdf:resource="#split_term"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The specific actions or reactions of an organism in response to external or internal stimuli. Patterned activity of a whole organism in a manner dependent upon some combination of that organism's internal state and external conditions.</rdfs:comment>
    <deprecated_from_version rdf:resource="#version_1.1.9"/>
  </DeprecatedTerms>
  <Roles rdf:ID="array_manufacturer">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Person or organization that manufactured the array.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_890</unique_identifier>
  </Roles>
  <AtomicAction rdf:ID="change_temperature">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_677</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Change in temperature.  </rdfs:comment>
  </AtomicAction>
  <OrganismPartDatabase rdf:ID="MAD_stage">
    <has_human_readable_URI rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://www.informatics.jax.org/mgihome/GXD/AD/</has_human_readable_URI>
    <rdf:type rdf:resource="#DevelopmentalStageDatabase"/>
    <rdf:type rdf:resource="#TargetedCellTypeDatabase"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_693</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >database entry from mouse anatomical dictionary for developmental stage term</rdfs:comment>
  </OrganismPartDatabase>
  <QuantityUnit rdf:ID="molecules">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_707</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >number of molecules, quantity unit</rdfs:comment>
  </QuantityUnit>
  <NodeValueType rdf:ID="pearson_correlation_coefficient">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_558</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The Pearson's correlation coefficient between two variables. Its values can range between -1.00 to +1.00. The closer the absolute value of the Pearson correlation coefficient is to 0, the smaller the linear relationship between the two variables. A Pearson correlation coefficient with absolute value 1 indicates perfect linear relationship.</rdfs:comment>
  </NodeValueType>
  <LabelCompound rdf:ID="Cy3">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_739</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >fluorophore used for labeling/detection purposes</rdfs:comment>
  </LabelCompound>
  <ExperimentalProtocolType rdf:ID="feature_extraction">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The process of obtaining quantifiable values from the scanned image of the 
    array. Exact synonyms: image analysis, image quantification</rdfs:comment>
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >image analysis</synonym>
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >image quantification</synonym>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_928</unique_identifier>
  </ExperimentalProtocolType>
  <DeprecatedTerms rdf:ID="operon">
    <deprecation_reason rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >deleted_term</deprecation_reason>
    <has_reason_for_deprecation rdf:resource="#deleted_term"/>
    <deprecation_old_parent rdf:resource="#TheoreticalBioSequenceType"/>
    <deprecation_replacement_term rdf:resource="#TheoreticalBioSequenceType"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >sequence which represents an operon, a unit of genetically linked genes displaying coordinated and regulated gene activity, originally described in prokaryotes
</rdfs:comment>
    <deprecated_from_version rdf:resource="#version_1.2.0"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_759</unique_identifier>
    <deprecation_in_version rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >1.2.0</deprecation_in_version>
  </DeprecatedTerms>
  <DataType rdf:ID="list_of_nonnegative_floats">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An ordered, finite set of nonnegative floats.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_360</unique_identifier>
  </DataType>
  <DataType rdf:ID="list_of_nonpositive_integers">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_804</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An ordered, finite set of nonpositive integers.</rdfs:comment>
  </DataType>
  <ExperimentalProtocolType rdf:ID="preservation">
    <rdf:type rdf:resource="#ComplexAction"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The type of protocol used to preserve (including storage or keep in stasis) the biomaterial.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_415</unique_identifier>
  </ExperimentalProtocolType>
  <AtomicAction rdf:ID="spin">
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >centrifuge</synonym>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The procedure of applying a centrifugal force to a physical object.
Exact synonym: centrifuge</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_879</unique_identifier>
  </AtomicAction>
  <DeprecatedTerms rdf:ID="exemplar_mRNA">
    <deprecation_reason rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >deleted_term</deprecation_reason>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_621</unique_identifier>
    <deprecation_replacement_term rdf:resource="#TheoreticalBioSequenceType"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An exemplar is a representative cDNA sequence for each gene. The exemplar
approach is a method that usually involves some initial clustering into gene
groups and the subsequent selection of a representative from each gene
group.
</rdfs:comment>
    <deprecation_old_parent rdf:resource="#TheoreticalBioSequenceType"/>
    <deprecation_in_version rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >1.3.1.1</deprecation_in_version>
  </DeprecatedTerms>
  <DerivedBioAssayType rdf:ID="MAS4_average_difference">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_782</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A quantitative measure of the relative abundance of a transcript.  Used in the MAS4.0 Affymetrix software to obtain an averaged signal intensity from a group of related Features. This involves calculation of the overall sum of perfect match minus mismatch pairs divided by the number of pairs.</rdfs:comment>
  </DerivedBioAssayType>
  <owl:AnnotationProperty rdf:ID="class_role">
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf rdf:parseType="Resource">
          <rdf:rest rdf:parseType="Resource">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >place_holder</rdf:first>
            <rdf:rest rdf:parseType="Resource">
              <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
              <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
              >concrete</rdf:first>
            </rdf:rest>
          </rdf:rest>
          <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
          >abstract</rdf:first>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >This property is used to identify the type of class of the term. The value "abstract" indicates that the class is used for organizational purposes.  The value "instantiated" indicates that the class contains Individuals that can be used as annotation terms. The value "abstract" indicates that the class is used to provide organization within the MGED Ontology. The value "place_holder" indicates that this class represents the location in the ontology where terms of this class would be located.</rdfs:comment>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_338</unique_identifier>
  </owl:AnnotationProperty>
  <DataType rdf:ID="nonpositive_integer">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An integer less than or equal to zero.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_623</unique_identifier>
  </DataType>
  <DerivedBioAssayType rdf:ID="dye_swap_replicate_reduction">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Results of data reduction involving computation of a representative value from identical reporters or features obtained from two, or more, hybridizations in which each LabelExtract is labeled with each of the labels or dyes.  Computation of a representative value for reporter X using data from Hybridizations 1 and 2, where LabeledExtract A is labeled with Cy3 (and LabeledExtract B is labeled with Cy5) in Hybridization 1 and LabeledExtract A is labeled with Cy5 (and LabeledExtract B is labeled with Cy3) in Hybridization 2. 
</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_750</unique_identifier>
  </DerivedBioAssayType>
  <DeprecatedTerms rdf:ID="behavioral_design_type">
    <deprecation_reason rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >replaced_term</deprecation_reason>
    <replaced_with_term rdf:resource="#innate_behavior_design"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_766</unique_identifier>
    <has_reason_for_deprecation rdf:resource="#replaced_term"/>
    <deprecated_from_version rdf:resource="#version_1.1.9"/>
    <deprecation_old_parent rdf:resource="#PerturbationalDesign"/>
    <was_replaced_by rdf:resource="#innate_behavior_design"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A design type in which some behavior(s) of an organism is studied. The behavior can be innate, such as path finding in bees, or in response to an
experimental behavioral stimulus such as sleep deprivation.
</rdfs:comment>
    <deprecation_in_version rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >1.1.9</deprecation_in_version>
  </DeprecatedTerms>
  <VolumeUnit rdf:ID="fl">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >femtoliter, unit of volume</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_721</unique_identifier>
  </VolumeUnit>
  <ExperimentalProtocolType rdf:ID="specified_biomaterial_action">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_968</unique_identifier>
    <rdf:type rdf:resource="#ComplexAction"/>
    <rdf:type rdf:resource="#AtomicAction"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Conceptual action for specified protocol applied in treatment.</rdfs:comment>
  </ExperimentalProtocolType>
  <VolumeUnit rdf:ID="dl">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >deciliter, unit of volume</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_624</unique_identifier>
  </VolumeUnit>
  <AtomicAction rdf:ID="place">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The procedure of putting a physical object in a container/physical space.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_470</unique_identifier>
  </AtomicAction>
  <ExperimentalProtocolType rdf:ID="pool">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_779</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The process of combining two or more BioMaterials.  
Exact synonym: combine</rdfs:comment>
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >combine</synonym>
    <rdf:type rdf:resource="#ComplexAction"/>
  </ExperimentalProtocolType>
  <ComplexAction rdf:ID="biopsy">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_711</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The process of removing tissue from a living organism.</rdfs:comment>
  </ComplexAction>
  <DataType rdf:ID="boolean">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_826</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The values are either TRUE or FALSE, which can be expressed as 1 and 0.
</rdfs:comment>
  </DataType>
  <BioMaterialCharacteristicCategory rdf:ID="sampling_time_point">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >&lt;pre>The time point that a sample was taken. Not to be used where the sample is part of a time
course. SamplingTimePoint is not related to age. An instance could be summer, a date, a time, or a range value&lt;/pre></rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_866</unique_identifier>
  </BioMaterialCharacteristicCategory>
  <ImageFormat rdf:ID="JPEG">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_746</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Joint Photographic Experts Group format, a common image data format containing grayscale or RGB data compressed with little to high data loss.</rdfs:comment>
  </ImageFormat>
  <InitialTimePoint rdf:ID="eclosion">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Emergence of an adult insect from its pupa or cocoon.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_876</unique_identifier>
  </InitialTimePoint>
  <DesignElement rdf:ID="PCR">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Polymerase chain reaction.  An element generated using this procedure.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_915</unique_identifier>
  </DesignElement>
  <ExperimentalProtocolType rdf:ID="array_manufacturing">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The process of physically creating the array.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_818</unique_identifier>
  </ExperimentalProtocolType>
  <ConcentrationUnit rdf:ID="gram_percent">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_582</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >grams per deciliter, concentration unit</rdfs:comment>
  </ConcentrationUnit>
  <MaterialType rdf:ID="polyA_RNA">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_600</unique_identifier>
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >mRNA</synonym>
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >polyA+_RNA</synonym>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >RNA which has been obtained by selection for polyA tracts. 
Exact synonym: polyA+_RNA
Non-exact synonym: mRNA</rdfs:comment>
  </MaterialType>
  <ExperimentalProtocolType rdf:ID="genetic_modification">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An action whereby an organism(s) has had genetic material removed, added, or rearranged.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_927</unique_identifier>
    <rdf:type rdf:resource="#ComplexAction"/>
  </ExperimentalProtocolType>
  <Media rdf:ID="soil">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >soil, growth media for plants and other soil living organisms</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_821</unique_identifier>
  </Media>
  <Roles rdf:ID="biomaterial_provider">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_591</unique_identifier>
    <rdf:type rdf:resource="#BioMaterialCharacteristicCategory"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Term used to describe a role or factor value for the person or organization that provides a BioMaterial. </rdfs:comment>
  </Roles>
  <FamilyRelationship rdf:ID="brother">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    > A male having the same genetic parents as another, or one genetic parent in common with another.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_655</unique_identifier>
  </FamilyRelationship>
  <CompoundDatabase rdf:ID="ChEBI">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A freely available dictionary of small molecular entities. The term molecular entity encompasses any constitutionally or isotopically distinct atom, molecule, ion, ion pair, radical, radical ion, complex, conformer, etc., identifiable as a separately distinguishable entity. The molecular entities in question are either products of nature or synthetic products used to intervene in the processes of living organisms.
</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_857</unique_identifier>
    <has_human_readable_URI rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://www.ebi.ac.uk/chebi</has_human_readable_URI>
  </CompoundDatabase>
  <DeliveryMethod rdf:ID="feeding">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Delivery method where a compound/drug is administered in food or water.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_993</unique_identifier>
  </DeliveryMethod>
  <BioMaterialCharacteristicCategory rdf:ID="cell_type">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_548</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A descriptor for FactorValue where CellType is compared.  </rdfs:comment>
  </BioMaterialCharacteristicCategory>
  <DeprecatedTerms rdf:ID="trisomy">
    <deprecation_in_version rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >1.1.9</deprecation_in_version>
    <replaced_with_term>
      <ChromosomalAberrationClassification rdf:ID="polysomy">
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >A state or condition describing a cell or organism that has more copies of a single chromosome than the usual complement.</rdfs:comment>
        <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >MO_1030</unique_identifier>
      </ChromosomalAberrationClassification>
    </replaced_with_term>
    <deprecated_from_version rdf:resource="#version_1.1.9"/>
    <has_reason_for_deprecation rdf:resource="#replaced_term"/>
    <deprecation_old_parent rdf:resource="#ChromosomalAberrationClassification"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_494</unique_identifier>
    <deprecation_reason rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >replaced_term</deprecation_reason>
    <was_replaced_by rdf:resource="#polysomy"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The possession of a third chromosome of any one type in an otherwise diploid cell.</rdfs:comment>
  </DeprecatedTerms>
  <StrandType rdf:ID="single_stranded">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_576</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >a nucleic acid consisting of a single polynucleotide chain.</rdfs:comment>
  </StrandType>
  <SurfaceType rdf:ID="unknown_surface_type">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_359</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A SurfaceType of unknown type.</rdfs:comment>
  </SurfaceType>
  <owl:AnnotationProperty rdf:ID="synonym">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_333</unique_identifier>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >This property is used to indicate additional terms that have the same meaning as the term that the property is applied to. The terms that have the same meaning as the term that this property is applied to will be the value of the property.</rdfs:comment>
  </owl:AnnotationProperty>
  <EnvironmentalFactorCategory rdf:ID="light_duration">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_604</unique_identifier>
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >photoperiod</synonym>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The length of the light period that a sample is subjected to.
Exact synonym:photoperiod</rdfs:comment>
  </EnvironmentalFactorCategory>
  <MethodologicalDesign rdf:ID="in_vivo_design">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An experiment design that is conducted entirely in a living organism, e.g. a compound treatment in a mouse model.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_454</unique_identifier>
  </MethodologicalDesign>
  <DataTransformationProtocolType rdf:ID="lowess_global_normalization">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_692</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Application of a normalization of type lowess_normalization where the same normalization curve is used for all members of the data set; e.g. Features on an array, picked spots on a gel, or measured metabolites in a sample.</rdfs:comment>
  </DataTransformationProtocolType>
  <ConcentrationUnit rdf:ID="mg_per_ml">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >milligrams per milliliter, concentration unit</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_522</unique_identifier>
  </ConcentrationUnit>
  <LabelCompound rdf:ID="alexa_350">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Absorbs at 346 nm, emission maxima at 442 nm (blue). Alexa dyes are have intense fluorescence, are photostable, stable over a wide range of pH, and are water soluble. 

</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_512</unique_identifier>
  </LabelCompound>
  <DiseaseStateDatabase rdf:ID="WebRENI">
    <has_human_readable_URI rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://www.item.fraunhofer.de/reni/index/htm</has_human_readable_URI>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_737</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >database entry from WebReni A resource for rat and mouse unified nomenclature describing lesions</rdfs:comment>
  </DiseaseStateDatabase>
  <DeprecatedTerms rdf:ID="BAC">
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >bacterial artificial chromosome</synonym>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >sequence from a bacterial artificial chromosome
exact synonym: bacterial artificial chromosome</rdfs:comment>
    <deprecated_from_version rdf:resource="#version_1.2.0"/>
    <deprecation_replacement_term rdf:resource="#PhysicalBioSequenceType"/>
    <deprecation_old_parent rdf:resource="#PhysicalBioSequenceType"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_985</unique_identifier>
    <deprecation_in_version rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >1.2.0</deprecation_in_version>
    <has_reason_for_deprecation rdf:resource="#deleted_term"/>
    <deprecation_reason rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >deleted_term</deprecation_reason>
  </DeprecatedTerms>
  <ComplexAction rdf:ID="timepoint">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Time point at which a sample or observation is made or taken from a biomaterial as measured from some reference point.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_738</unique_identifier>
  </ComplexAction>
  <SeqFeatureBasis rdf:ID="computational_feature">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_411</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Computationally derived sequence feature.</rdfs:comment>
  </SeqFeatureBasis>
  <BioMaterialCharacteristicCategory rdf:ID="cell_line">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_562</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A descriptor for FactorValue where CellLine is compared.  </rdfs:comment>
  </BioMaterialCharacteristicCategory>
  <DeprecatedTerms rdf:ID="snRNA_gene">
    <deprecation_in_version rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >1.2.0</deprecation_in_version>
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >small nuclear RNA gene</synonym>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >sequence from gene coding for small nuclear RNA
exact synonym: small nuclear RNA gene</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_961</unique_identifier>
    <deprecated_from_version rdf:resource="#version_1.2.0"/>
    <deprecation_reason rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >deleted_term</deprecation_reason>
    <deprecation_old_parent rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >deleted_term</deprecation_old_parent>
    <deprecation_replacement_term rdf:resource="#TheoreticalBioSequenceType"/>
    <has_reason_for_deprecation rdf:resource="#deleted_term"/>
  </DeprecatedTerms>
  <MethodologicalDesign rdf:ID="software_variation_design">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_643</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A software variation design type compares different types of software for performance, accuracy, precision and reproducibility.
</rdfs:comment>
  </MethodologicalDesign>
  <TheoreticalBioSequenceType rdf:ID="unknown_sequence">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_535</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >BioSequence of unknown type</rdfs:comment>
    <rdf:type rdf:resource="#PhysicalBioSequenceType"/>
  </TheoreticalBioSequenceType>
  <DerivedBioAssayType rdf:ID="ratio">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_597</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Result of data reduction involving computation of the quotient of a pair of numerical values, such as signal intensities obtained from the hybridization of two or more labeled extracts to one or more microarrays; volumes of matched spots from comparative 2D gel electrophoresis of two or more labeled extracts; or comparative profiling of a particular metabolite in health and disease by NMR.</rdfs:comment>
  </DerivedBioAssayType>
  <ComplexAction rdf:ID="fractionate">
    <rdf:type rdf:resource="#ExperimentalProtocolType"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_872</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The action of separating a BioMaterial into one or more fractions e.g. differential centrifugation or FACS when used for cell sorting (see purify).</rdfs:comment>
  </ComplexAction>
  <DistanceUnit rdf:ID="A">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_515</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Angstrom, unit of distance, 1 angstrom is one tenth of a nanometer</rdfs:comment>
  </DistanceUnit>
  <DeprecatedTerms rdf:ID="promoter">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_911</unique_identifier>
    <deprecation_in_version rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >1.2.0</deprecation_in_version>
    <deprecation_replacement_term rdf:resource="#TheoreticalBioSequenceType"/>
    <deprecation_old_parent rdf:resource="#TheoreticalBioSequenceType"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >genomic sequence 5' to a gene where the transcription initiation complex forms.</rdfs:comment>
    <has_reason_for_deprecation rdf:resource="#deleted_term"/>
    <deprecated_from_version rdf:resource="#version_1.2.0"/>
    <deprecation_reason rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >deleted_term</deprecation_reason>
  </DeprecatedTerms>
  <FamilyRelationship rdf:ID="grandson">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_831</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A son of one's son or daughter.</rdfs:comment>
  </FamilyRelationship>
  <Sex rdf:ID="mating_type_a">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_659</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Mating type of S. cerevisiae.</rdfs:comment>
  </Sex>
  <BioSourceType rdf:ID="fresh_sample">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A sample freshly obtained from the organism(s). E.g. a liver freshly removed from a rat.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_730</unique_identifier>
  </BioSourceType>
  <ChromosomalAberrationClassification rdf:ID="chromosomal_translocation">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_368</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A type of aberration characterized by fragmentation of a chromosome and transfer of the broken-off portion to another chromosome, often of a different pair.</rdfs:comment>
  </ChromosomalAberrationClassification>
  <OrganismPartDatabase rdf:ID="openGALEN">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >OpenGALEN Human Anatomy - open source database of approx. ten thousand
human anatomy concepts together with extensive semantic relationships between them including part-of, connects, branch-of, serves, laterality. Also includes some human physiological processes together with functional relationships between these and the anatomy concepts.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_613</unique_identifier>
    <has_human_readable_URI rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://www.opengalen.org/open/crm/crm-anatomy.html</has_human_readable_URI>
  </OrganismPartDatabase>
  <ComplexAction rdf:ID="dissect">
    <rdf:type rdf:resource="#ExperimentalProtocolType"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The action of removing one or more organism parts.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_374</unique_identifier>
  </ComplexAction>
  <DistanceUnit rdf:ID="m">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_367</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >meter, distance unit
</rdfs:comment>
  </DistanceUnit>
  <LightUnit rdf:ID="microeinstein_per_minute_and_square_meter">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Microeinstein per minute and square meter (µE m-2 min-1 or uEinstein m-2 min-1). One einstein is one mole or 6.02x10e23 (avogadro constant) photons. It is commonly used as a unit for photosynthetically active radiation (PAR), however the einstein is not an SI unit. Therefore, microEinsteins per m2 per second is identical to micromoles per m2 per second (SI unit for light irradiance). i.e. (1000 µE m-2 s-1 = 1000 µmol m-2 s-1).</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_526</unique_identifier>
  </LightUnit>
  <Scale rdf:ID="log_base_2">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The values presented are logarithm, base 2.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_647</unique_identifier>
  </Scale>
  <InitialTimePoint rdf:ID="birth">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >the action of emergence and separation of offspring from the mother.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_710</unique_identifier>
  </InitialTimePoint>
  <InitialTimePoint rdf:ID="fertilization">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_701</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The union of gametes of opposite sexes during the process of sexual reproduction to form a zygote. (from the GO)</rdfs:comment>
  </InitialTimePoint>
  <EnvironmentalFactorCategory rdf:ID="nutrients">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_867</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The food provided to the organism (e.g., chow, fertilizer, DEMM 10%FBS, etc.).</rdfs:comment>
  </EnvironmentalFactorCategory>
  <DeprecatedTerms rdf:ID="YAC">
    <has_reason_for_deprecation rdf:resource="#deleted_term"/>
    <deprecation_replacement_term rdf:resource="#PhysicalBioSequenceType"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_794</unique_identifier>
    <deprecated_from_version rdf:resource="#version_1.2.0"/>
    <deprecation_old_parent rdf:resource="#PhysicalBioSequenceType"/>
    <deprecation_reason rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >deleted_term</deprecation_reason>
    <deprecation_in_version rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >1.2.0</deprecation_in_version>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >sequence from yeast artificial chromosome</rdfs:comment>
  </DeprecatedTerms>
  <StrandType rdf:ID="double_stranded">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >a nucleic acid consisting of two polynucleotide chains having antiparallel orientation and being bound together by hydrogen bonding between the chains.  This would apply to DNA and some RNA genomes, but not to rRNA or tRNA, etc.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_828</unique_identifier>
  </StrandType>
  <BioMaterialCharacteristicCategory rdf:ID="sex">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A descriptor for FactorValue where Sex is compared.  </rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_680</unique_identifier>
  </BioMaterialCharacteristicCategory>
  <DatabaseEntryType rdf:ID="curated_gene_record">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_913</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A record which describes and identifies nucleic acid sequence which has been identified as a gene by a curator. e.g. Flybase gene record
</rdfs:comment>
  </DatabaseEntryType>
  <DevelopmentalStageDatabase rdf:ID="EMAP">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_357</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The Edinburgh Mouse Atlas Project (EMAP) ontology of mouse developmental anatomy covers the 26 developmental stages (Theiler Stages) from fertilization to birth.</rdfs:comment>
    <has_human_readable_URI rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://genex.hgu.mrc.ac.uk</has_human_readable_URI>
  </DevelopmentalStageDatabase>
  <ExperimentalProtocolType rdf:ID="sacrifice">
    <rdf:type rdf:resource="#ComplexAction"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The procedure of euthanizing an organism.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_602</unique_identifier>
  </ExperimentalProtocolType>
  <BioSourceType rdf:ID="frozen_sample">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A biomaterial obtained frozen</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_610</unique_identifier>
  </BioSourceType>
  <DesignElement rdf:ID="short_oligo">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_749</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An element that is an oligonucleotide of less than 50 nucleotides in length (usually 20 to 25 nt as in Affymetrix probes).</rdfs:comment>
  </DesignElement>
  <Roles rdf:ID="data_analyst">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A contact who performs data analysis, e.g. statistician.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_753</unique_identifier>
  </Roles>
  <FamilyRelationship rdf:ID="father">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A male parent.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_762</unique_identifier>
  </FamilyRelationship>
  <EnvironmentalFactorCategory rdf:ID="temperature">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Temperature associated with a particular environment.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_791</unique_identifier>
  </EnvironmentalFactorCategory>
  <HardwareType rdf:ID="array_scanner">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An instrument capable of acquiring images of arrays.
</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_824</unique_identifier>
  </HardwareType>
  <Sex rdf:ID="F_minus">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_682</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >mating type indicating the absence of F plasmid in a bacterial cell
 </rdfs:comment>
  </Sex>
  <owl:AnnotationProperty rdf:ID="deprecation_old_parent">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_1016</unique_identifier>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The value indicates the parent of the term before the term was deprecated.</rdfs:comment>
  </owl:AnnotationProperty>
  <HardwareType rdf:ID="heating_block">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_663</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A device for controlling temperature.</rdfs:comment>
  </HardwareType>
  <SubstrateType rdf:ID="glass">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_742</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The array is made on a glass slide.</rdfs:comment>
  </SubstrateType>
  <DistanceUnit rdf:ID="mm">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_648</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >millimeter, unit of distance</rdfs:comment>
  </DistanceUnit>
  <DistanceUnit rdf:ID="cm">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >centimeter, a unit of distance</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_837</unique_identifier>
  </DistanceUnit>
  <DataType rdf:ID="nonnegative_float">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_386</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A float greater than or equal to 0.</rdfs:comment>
  </DataType>
  <DeprecatedTerms rdf:ID="cDNA_clone">
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >complementary DNA</synonym>
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >cDNA</synonym>
    <deprecation_replacement_term rdf:resource="#PhysicalBioSequenceType"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_966</unique_identifier>
    <deprecation_reason rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >deleted_term</deprecation_reason>
    <deprecation_in_version rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >1.2.0</deprecation_in_version>
    <has_reason_for_deprecation rdf:resource="#deleted_term"/>
    <deprecation_old_parent rdf:resource="#PhysicalBioSequenceType"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >sequence of complementary cDNA copy of an RNA molecule contained on a plasmid including the plasmid sequence, used when the entire clone is spotted
non-exact synonym: cDNA, complementary DNA
</rdfs:comment>
    <deprecated_from_version rdf:resource="#version_1.2.0"/>
  </DeprecatedTerms>
  <DatabaseEntryType rdf:ID="primary_protein_structure_record">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A record which describes and identifies an experimentally derived protein structure e.g. MSD</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_785</unique_identifier>
  </DatabaseEntryType>
  <DerivedBioAssayType rdf:ID="acrossBioAssay_mean_and_standard_deviation">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The mean and standard deviation values resulting from computationally combining 2 or more sets of bioassay data.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_946</unique_identifier>
  </DerivedBioAssayType>
  <BioMolecularAnnotation rdf:ID="genotyping_design">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_560</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A genotyping experiment design type classifies an individual or group of individuals on the basis of alleles, haplotypes, SNP's. </rdfs:comment>
  </BioMolecularAnnotation>
  <TimeUnit rdf:ID="us">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_795</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >microsecond, unit of time</rdfs:comment>
  </TimeUnit>
  <MaterialType rdf:ID="virus">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >one or more DNA or RNA based non cellular infective agent, including bacteriophage</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_372</unique_identifier>
  </MaterialType>
  <HardwareType rdf:ID="computer">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    > A device capable of applying software.
</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_510</unique_identifier>
  </HardwareType>
  <DeliveryMethod rdf:ID="intravenous">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_432</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >delivery method whereby a compound or drug is administered via a vein</rdfs:comment>
  </DeliveryMethod>
  <MethodologicalDesign rdf:ID="replicate_design">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_885</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A replicate experimental design type is where a series of replicates are performed to evaluate reproducibility or as a pilot study to determine the appropriate number of replicates for a subsequent experiments.</rdfs:comment>
  </MethodologicalDesign>
  <LabelCompound rdf:ID="alexa_594">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Absorbs at 590 nm, emission maxima at 617 nm (red).  Alexa dyes are have intense fluorescence, are photostable, stable over a wide range of pH, and are water soluble. 

</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_461</unique_identifier>
  </LabelCompound>
  <Roles rdf:ID="funder">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_520</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Contact which provides funding for experiments.</rdfs:comment>
  </Roles>
  <DeprecatedTerms rdf:ID="ss_oligo">
    <deprecation_in_version rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >1.2.0</deprecation_in_version>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >sequence of a single stranded synthesized oligonucleotide</rdfs:comment>
    <deprecation_reason rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >deleted_term</deprecation_reason>
    <deprecation_old_parent rdf:resource="#PhysicalBioSequenceType"/>
    <has_reason_for_deprecation rdf:resource="#deleted_term"/>
    <deprecation_replacement_term rdf:resource="#PhysicalBioSequenceType"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_570</unique_identifier>
    <deprecated_from_version rdf:resource="#version_1.2.0"/>
  </DeprecatedTerms>
  <ControlType rdf:ID="control_hybridization_quality">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_385</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A Reporter that could be used to determine the quality and general performance of the labeled extract.  An example is a pool of BioSequences representing widely-expressed genes (i.e., housekeeping genes).</rdfs:comment>
  </ControlType>
  <PerturbationalDesign rdf:ID="non-targeted_transgenic_variation_design">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_775</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The modification of an organism due to the presence of DNA from another individual, e.g. of a different strain, species or breed. These do not include targeted transgenics such as knock-ins and knock-outs.</rdfs:comment>
  </PerturbationalDesign>
  <MethodologicalDesign rdf:ID="optimization_design">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An optimization experiment design type is where different protocols or  protocol parameters are compared.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_934</unique_identifier>
  </MethodologicalDesign>
  <DeprecatedTerms rdf:ID="consensus_mRNA">
    <deprecation_replacement_term rdf:resource="#TheoreticalBioSequenceType"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_423</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >mRNA sequence produced from some base calling or alignment algorithm which uses aligned or assembled multiple sequences as input.</rdfs:comment>
    <deprecation_reason rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >deleted_term</deprecation_reason>
    <deprecation_in_version rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >1.3.1.1</deprecation_in_version>
    <deprecation_old_parent rdf:resource="#TheoreticalBioSequenceType"/>
  </DeprecatedTerms>
  <BiologicalProperty rdf:ID="physiological_process_design">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Those processes specifically pertinent to the functioning of integrated 
    living units: cells, tissues, organs, and organisms. This includes those 
    processes that exhibit an endogenous periodicity independently of any 
    daily variation in the environment such as circadian rhythm or aging.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_1029</unique_identifier>
  </BiologicalProperty>
  <DeprecatedTerms rdf:ID="feces">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A biosource obtained as fecal matter.</rdfs:comment>
    <deprecated_from_version rdf:resource="#version_1.1.9"/>
    <has_reason_for_deprecation rdf:resource="#deleted_term"/>
    <deprecation_reason rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >deleted_term</deprecation_reason>
    <deprecation_replacement_term rdf:resource="#BioSourceType"/>
    <deprecation_old_parent rdf:resource="#BioSourceType"/>
    <deprecation_in_version rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >1.1.9</deprecation_in_version>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_636</unique_identifier>
  </DeprecatedTerms>
  <DataTransformationProtocolType rdf:ID="total_intensity_normalization_paired">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A method to normalize paired-assay data that uses as a normalization coefficient the sum of intensity values from one assay divided by the sum of intensities from the other, where those sums are taken over all data points, or an appropriate subset of these (e.g. special control Features on a microarray, or 2DE spots containing constitutively expressed proteins). This normalization coefficient is used to rescale the intensity data in one data set relative to the other. Note that a normalization method that employs the average intensity rather than the sum (of all data points, or an appropriate subset) falls into this category as well.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_686</unique_identifier>
  </DataTransformationProtocolType>
  <FamilyRelationship rdf:ID="aunt">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_354</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The sister of one's father or mother.</rdfs:comment>
  </FamilyRelationship>
  <OrganismPartDatabase rdf:ID="Adult_Mouse_Anatomy">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_992</unique_identifier>
    <has_machine_readable_URI rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://cvs.sourceforge.net/viewcvs.py/obo/obo/ontology/anatomy/gross_anatomy/animal_gross_anatomy/mouse/MA.ontology?rev=1.1&amp;view=markup</has_machine_readable_URI>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >This ontology describes the anatomy of the adult mouse. It contains anatomical structures for the postnatal mouse (Theiler stage 28).</rdfs:comment>
  </OrganismPartDatabase>
  <DeprecatedTerms rdf:ID="circadian_rhythm_design">
    <deprecation_reason rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >replaced_term</deprecation_reason>
    <replaced_with_term rdf:resource="#physiological_process_design"/>
    <deprecation_in_version rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >1.1.7</deprecation_in_version>
    <was_replaced_by rdf:resource="#physiological_process_design"/>
    <deprecation_old_parent rdf:resource="#BiologicalProperty"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A circadian rhythm experiment design type assays the events associated with the circadian rhythm which is a biological activity that exhibits an endogenous periodicity independently of any daily variation in the environment.</rdfs:comment>
    <has_reason_for_deprecation rdf:resource="#replaced_term"/>
    <deprecated_from_version rdf:resource="#version_1.1.7"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_539</unique_identifier>
  </DeprecatedTerms>
  <TemperatureUnit rdf:ID="degrees_F">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_812</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >degrees Fahrenheit, unit of temperature</rdfs:comment>
  </TemperatureUnit>
  <DataTransformationProtocolType rdf:ID="median_log_normalization">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_931</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Application of a normalization of type median_log_centering.</rdfs:comment>
  </DataTransformationProtocolType>
  <owl:AnnotationProperty rdf:ID="class_source">
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf rdf:parseType="Resource">
          <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
          >mage</rdf:first>
          <rdf:rest rdf:parseType="Resource">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >ontology</rdf:first>
            <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
          </rdf:rest>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_343</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The property indicates the derivation of the class. A value of "mage" means that the class is derived from the MAGE-OM and the value "ontology" indicates that the class is derived from the ontology. This property is being added since the MGED Ontology was developed in such a way to include classes that exist in the MAGE-OM as well as classes that exist only in the MGED Ontology.</rdfs:comment>
  </owl:AnnotationProperty>
  <DistanceUnit rdf:ID="nm">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_862</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >nanometer distance unit
</rdfs:comment>
  </DistanceUnit>
  <MethodologicalDesign rdf:ID="loop_design">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A loop experiment design is where labeled extracts are compared in  consecutive pairs.
synonym: circular design</rdfs:comment>
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >circular design</synonym>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_912</unique_identifier>
  </MethodologicalDesign>
  <MethodologicalDesign rdf:ID="operator_variation_design">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An operator variation experiment design type assesses the operator performance and relation to data consistency and quality.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_519</unique_identifier>
  </MethodologicalDesign>
  <MaterialType rdf:ID="genomic_DNA">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_599</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >high molecular weight DNA</rdfs:comment>
  </MaterialType>
  <MaterialType rdf:ID="cell_lysate">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_903</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >cell lysate, a collection of cells whose membranes have been disrupted</rdfs:comment>
  </MaterialType>
  <MethodologicalDesign rdf:ID="time_series_design">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_887</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Groups of assays that are related as part of a time series.</rdfs:comment>
  </MethodologicalDesign>
  <NormalizationDescriptionType rdf:ID="flip-dye_consistency">
    <has_reason_for_deprecation rdf:resource="#replaced_term"/>
    <deprecated_from_version rdf:resource="#version_1.2.0"/>
    <was_replaced_by>
      <DataTransformationProtocolType rdf:ID="dye_swap_merge">
        <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >MO_448</unique_identifier>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >A method of merging expression results from 2 dye-swap hybridizations on a Feature by Feature basis, with possible flagging if the results do not pass consistency checking criteria.</rdfs:comment>
      </DataTransformationProtocolType>
    </was_replaced_by>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_907</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A method of checking the consistency of expression levels between a pair of features from  flip-dye hybridizations by studying the distribution of the logarithm of ratios of intensity  ratios from the two spots.</rdfs:comment>
  </NormalizationDescriptionType>
  <ConcentrationUnit rdf:ID="percent_weight_per_weight">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_474</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >percent weight per weight, concentration unit</rdfs:comment>
  </ConcentrationUnit>
  <FamilyRelationship rdf:ID="granddaughter">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A daughter of one's son or daughter.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_703</unique_identifier>
  </FamilyRelationship>
  <BiologicalProperty rdf:ID="cell_type_comparison_design">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_764</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A cell type comparison design experiment design type compares cells of different type for example different cell lines.</rdfs:comment>
  </BiologicalProperty>
  <HardwareType rdf:ID="arrayer">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An instrument capable of manufacturing arrays by spotting material.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_697</unique_identifier>
  </HardwareType>
  <owl:AnnotationProperty rdf:ID="deprecation_reason">
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf rdf:parseType="Resource">
          <rdf:rest rdf:parseType="Resource">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >split_term</rdf:first>
            <rdf:rest rdf:parseType="Resource">
              <rdf:rest rdf:parseType="Resource">
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                >replaced_term</rdf:first>
                <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
              </rdf:rest>
              <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
              >merged_term</rdf:first>
            </rdf:rest>
          </rdf:rest>
          <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
          >deleted_term</rdf:first>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_1013</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Indicates the why the term was deprecated. The possible values are: deleted_term, split_term, merged_term, replaced_term.</rdfs:comment>
  </owl:AnnotationProperty>
  <DiseaseStateDatabase rdf:ID="MESH">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_580</unique_identifier>
    <has_human_readable_URI rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://www.nlm.nih.gov/mesh/filelist.html</has_human_readable_URI>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >database entry from MESH, medical subject headings vocabulary resource</rdfs:comment>
  </DiseaseStateDatabase>
  <ImageFormat rdf:ID="TIFF">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Tag Image File Format (TIFF) is a common format to describe and store raster image data  from scanners and other imaging devices. TIFFs may contain one or more channels and the data may be compressed using a lossless compression algorithm.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_638</unique_identifier>
  </ImageFormat>
  <WarningType rdf:ID="not_sequence_verified">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The sequence of the BioSequence that relates to this reporter has not been sequence verified by the experimenter.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_970</unique_identifier>
  </WarningType>
  <NormalizationDescriptionType rdf:ID="lowess_normalization">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_720</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A method of normalizing ratio data by using a locally weighted polynomial 
    regression (typically after a log transformation). The regression can be 
    performed on log ratios resulting from the relation of two data sets 
    versus the average log intensity data from the same two data sets or it 
    can be performed on raw or log transformed values from one data set versus 
    values from another. The goal could be to remove intensity-dependent 
    dye-specific effects from the set of pair wise ratios. This method can be 
    applied globally, or limited by one or more specified criteria.</rdfs:comment>
  </NormalizationDescriptionType>
  <MethodologicalDesign rdf:ID="ex_vivo_design">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_808</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An experiment design where all or part of an organism is removed and studied in vitro, e.g. part of a mouse is removed and cultured in vitro. A
cell culture with an established cell line is an in vitro experiment.</rdfs:comment>
  </MethodologicalDesign>
  <DeprecatedTerms rdf:ID="mean_and_confidence_indicators">
    <deprecation_old_parent rdf:resource="#DerivedBioAssayType"/>
    <deprecation_replacement_term rdf:resource="#DerivedBioAssayType"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_702</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >the mean and associated confidence values resulting from combining the data from 2 or more sets of BioAssayData.  Confidence indicators include, but are not limited to: confidence interval, standard deviation, coefficient of variation, and p-value.</rdfs:comment>
    <deprecation_in_version rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >1.2.0</deprecation_in_version>
    <has_reason_for_deprecation rdf:resource="#deleted_term"/>
    <deprecation_reason rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >deleted_term</deprecation_reason>
    <deprecated_from_version rdf:resource="#version_1.2.0"/>
  </DeprecatedTerms>
  <DeprecatedTerms rdf:ID="polypeptide">
    <deprecated_from_version rdf:resource="#version_1.2.0"/>
    <has_reason_for_deprecation rdf:resource="#deleted_term"/>
    <deprecation_in_version rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >1.2.0</deprecation_in_version>
    <deprecation_reason rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >deleted_term</deprecation_reason>
    <deprecation_replacement_term rdf:resource="#TheoreticalBioSequenceType"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >sequence of a protein, a linear amino acid polymer</rdfs:comment>
    <deprecation_replacement_term rdf:resource="#PhysicalBioSequenceType"/>
    <deprecation_old_parent rdf:resource="#TheoreticalBioSequenceType"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_530</unique_identifier>
    <deprecation_old_parent rdf:resource="#PhysicalBioSequenceType"/>
  </DeprecatedTerms>
  <DeprecatedTerms rdf:ID="chromosome">
    <deprecation_replacement_term rdf:resource="#TheoreticalBioSequenceType"/>
    <deprecated_from_version rdf:resource="#version_1.2.0"/>
    <has_reason_for_deprecation rdf:resource="#deleted_term"/>
    <deprecation_reason rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >deleted_term</deprecation_reason>
    <deprecation_old_parent rdf:resource="#TheoreticalBioSequenceType"/>
    <deprecation_replacement_term rdf:resource="#PhysicalBioSequenceType"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Physical or theoretical sequence of, or representing a chromosome, one of the DNA molecules that comprises the genome.  </rdfs:comment>
    <deprecation_old_parent rdf:resource="#PhysicalBioSequenceType"/>
    <deprecation_in_version rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >1.2.0</deprecation_in_version>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_578</unique_identifier>
  </DeprecatedTerms>
  <EnvironmentalFactorCategory rdf:ID="light_intensity">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The amount of light actually striking the surface of samples which are being assayed.  It has a unit association as well, usually uEinstein /m2 /min or uEinstein /m2/s.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_517</unique_identifier>
  </EnvironmentalFactorCategory>
  <DatabaseEntryType rdf:ID="amino_acid_primary_sequence_record">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_829</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A record which describes and identifies an amino acid sequence which is encoded by a CDS from a primary_nucleic_acid_sequence_record</rdfs:comment>
  </DatabaseEntryType>
  <MassUnit rdf:ID="kg">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >kilogram, 1000 grams, unit of mass</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_846</unique_identifier>
  </MassUnit>
  <ReplicateDescriptionType rdf:ID="dye_swap_replicate">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >One of a pair of replicate assays in which LabeledExtracts derived from the same BioMaterial used for both assays (e.g., a hybridization or a 2-D gel run) differ only in that the dyes used for labeling have been reversed, e.g., assay 1: A-Cy3 vs. B-Cy5, and assay 2: A-Cy5 vs. B-Cy3.  The purpose of using dye-swap replicate pairs is to assess or remove dye-specific biases from the combined experimental results.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_901</unique_identifier>
  </ReplicateDescriptionType>
  <PreservationType rdf:ID="seed_dormancy">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >preservation type whereby the seed is maintained in a dormant state</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_666</unique_identifier>
  </PreservationType>
  <DesignElementGroupType rdf:ID="mixed_design_element_group_type">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >a design element group consisting of multiple types </rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_528</unique_identifier>
  </DesignElementGroupType>
  <DeprecatedTerms rdf:ID="no">
    <has_reason_for_deprecation rdf:resource="#deleted_term"/>
    <deprecation_reason rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >deleted_term</deprecation_reason>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >false</rdfs:comment>
    <deprecation_in_version rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >1.1.7</deprecation_in_version>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_556</unique_identifier>
    <deprecated_from_version rdf:resource="#version_1.1.7"/>
  </DeprecatedTerms>
  <Ploidy rdf:ID="diploid">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_836</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Describes a cell, nucleus or an organism with two copies of each chromosome.</rdfs:comment>
  </Ploidy>
  <DeprecatedTerms rdf:ID="PCR_primer_forward">
    <deprecation_reason rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >deleted_term</deprecation_reason>
    <deprecated_from_version rdf:resource="#version_1.2.0"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_381</unique_identifier>
    <deprecation_replacement_term rdf:resource="#PhysicalBioSequenceType"/>
    <deprecation_in_version rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >1.2.0</deprecation_in_version>
    <has_reason_for_deprecation rdf:resource="#deleted_term"/>
    <deprecation_old_parent rdf:resource="#PhysicalBioSequenceType"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >single stranded oligo used for polymerase chain reaction
</rdfs:comment>
  </DeprecatedTerms>
  <Media rdf:ID="agar">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A type of solid media commonly used for growing organisms</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_935</unique_identifier>
  </Media>
  <RadiationUnit rdf:ID="Rem">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Roentgen Equivalent Man. Unit of dose equivalent, i.e., the measure of potential biological damage caused by exposure and absorption of radiation. Rem = absorbed dose (rad) x quality factor (Q). Q is unique to the type of incident radiation.
</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_908</unique_identifier>
  </RadiationUnit>
  <DerivedBioAssayType rdf:ID="log_ratio">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Logarithmic transformation of ratio data.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_896</unique_identifier>
  </DerivedBioAssayType>
  <InitialTimePoint rdf:ID="germination">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The physiological and developmental changes by a seed, spore, pollen grain (microspore), or zygote that occur after release from dormancy, and encompassing events prior to and including the first visible indications of growth (from the GO).</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_590</unique_identifier>
  </InitialTimePoint>
  <AtomicAction rdf:ID="add">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The procedure of placing one physical object in the same container/physical space as another.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_815</unique_identifier>
  </AtomicAction>
  <DerivedBioAssayType rdf:ID="RMA">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Robust Multiarray Average. A quantitative measure of the relative 
    abundance of a transcript. RMA is a summary measure of related perfect 
    match Features on an Affymetrix array. The values are background-adjusted, 
    normalized and log-transformed values.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_987</unique_identifier>
  </DerivedBioAssayType>
  <EnvironmentalHistory rdf:ID="environmental_history_design">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An environmental history design type is where some aspect of the organism's environmental history is studied, such as exposure to teratogen, radiation, climate etc.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_698</unique_identifier>
  </EnvironmentalHistory>
  <BioSourceType rdf:ID="paraffin_sample">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A biomaterial obtained embedded in paraffin (wax).</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_990</unique_identifier>
  </BioSourceType>
  <DatabaseEntryType rdf:ID="computed_protein_structure_record">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_765</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >a record which describes and identifies a protein structure e.g. PDB</rdfs:comment>
  </DatabaseEntryType>
  <GeneticModification rdf:ID="gene_knock_in">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A modification whereby a functional gene, or a functional part of a gene, is inserted into an organism', e.g. by recombination, P-element insertion.
</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_437</unique_identifier>
  </GeneticModification>
  <AtomicAction rdf:ID="set_temperature">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_393</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An action where the temperature is specified.  </rdfs:comment>
  </AtomicAction>
  <PerturbationalDesign rdf:ID="growth_condition_design">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A growth condition experiment design type is where some part of the growth condition is changed for the purposes of the experiment, examples of growth conditions changed are media, temperature, humidity, light, nutrients. </rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_588</unique_identifier>
  </PerturbationalDesign>
  <Roles rdf:ID="institution">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_601</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A contact's affiliation, e.g. university, research institute or business.</rdfs:comment>
  </Roles>
  <DataTransformationProtocolType rdf:ID="loess_group_normalization">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Application of a normalization of type loess_normalization where a potentially different normalization curve is generated and used for two or more groups (delineated by some criteria); criteria could include blocks (e.g. print-tip groups) on an array, or the day on which mass spectrometry was performed.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_377</unique_identifier>
  </DataTransformationProtocolType>
  <BioMaterialCharacteristicCategory rdf:ID="clinical_information">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_816</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A descriptor for FactorValue where ClinicalInformation is compared.  </rdfs:comment>
  </BioMaterialCharacteristicCategory>
  <InitialTimePoint rdf:ID="sowing">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_748</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >the process of placing a seed or spore in some media with the intention to invoke germination.</rdfs:comment>
  </InitialTimePoint>
  <EnvironmentalFactorCategory rdf:ID="relative_humidity">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The amount of moisture in the air expressed as a percentage of the maximum amount the air is capable of holding.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_453</unique_identifier>
  </EnvironmentalFactorCategory>
  <DerivedBioAssayType rdf:ID="MAS5_signal">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_653</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A quantitative measure of the relative abundance of a transcript. Used in the MAS5.0 Affymetrix software to obtain a smoothed signal intensity from a group of related Features.</rdfs:comment>
  </DerivedBioAssayType>
  <DerivedBioAssayType rdf:ID="normalized_ratios">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Results obtained by either taking the pair wise ratios of two bioassay data sets and then normalizing, or normalizing each bioassay data set and then taking ratios.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_664</unique_identifier>
  </DerivedBioAssayType>
  <DeprecatedTerms rdf:ID="tRNA_gene">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >sequence from a gene coding for transfer RNA
exact synonym: transfer RNA gene</rdfs:comment>
    <deprecation_in_version rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >1.2.0</deprecation_in_version>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_850</unique_identifier>
    <deprecation_replacement_term rdf:resource="#TheoreticalBioSequenceType"/>
    <deprecation_reason rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >deleted_term</deprecation_reason>
    <has_reason_for_deprecation rdf:resource="#deleted_term"/>
    <deprecation_old_parent rdf:resource="#TheoreticalBioSequenceType"/>
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >transfer RNA gene</synonym>
    <deprecated_from_version rdf:resource="#version_1.2.0"/>
  </DeprecatedTerms>
  <ConcentrationUnitOther rdf:ID="x_times">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_496</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >multiple of stock solution concentration, concentration unit</rdfs:comment>
  </ConcentrationUnitOther>
  <SoftwareType rdf:ID="differential_expression_software">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A software implementing a Higher Level Analysis protocol of type differential_expresssion.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_350</unique_identifier>
  </SoftwareType>
  <NormalizationDescriptionType rdf:ID="loess_normalization">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_428</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A method of normalizing ratio data by using a locally weighted polynomial regression (typically after a log transformation). The regression can be performed on log ratios resulting from the relation of two data sets versus the average log intensity data from the same two data sets or it can be performed on raw or log transformed values from one data set versus values from another. The goal could be to remove intensity-dependent dye-specific effects from the set of pair wise ratios. This method can 
be applied globally, or limited by one or more specified criteria.</rdfs:comment>
  </NormalizationDescriptionType>
  <DesignElementGroupType rdf:ID="experimental_design_element_group_type">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_755</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A grouping of DesignElements, Features/Reporters/Composite Sequences which are expected to detect a signal in the biomaterial.</rdfs:comment>
  </DesignElementGroupType>
  <ExperimentalProtocolType rdf:ID="histological_slide_preparation">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The action of preparing a slide for the microscopical examination of organism parts or cell types.</rdfs:comment>
    <rdf:type rdf:resource="#ComplexAction"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_611</unique_identifier>
  </ExperimentalProtocolType>
  <DeprecatedTerms rdf:ID="intron">
    <has_reason_for_deprecation rdf:resource="#deleted_term"/>
    <deprecation_replacement_term rdf:resource="#TheoreticalBioSequenceType"/>
    <deprecation_in_version rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >1.2.0</deprecation_in_version>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_709</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >sequence spliced out from a transcript
</rdfs:comment>
    <deprecation_old_parent rdf:resource="#TheoreticalBioSequenceType"/>
    <deprecation_reason rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >deleted_term</deprecation_reason>
    <deprecated_from_version rdf:resource="#version_1.2.0"/>
  </DeprecatedTerms>
  <OtherUnit rdf:ID="U_per_week">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >units per week, e.g. the number of units of alcohol consumed over a period of 7 days</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_388</unique_identifier>
  </OtherUnit>
  <OtherUnit rdf:ID="activity_units_per_ml">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_870</unique_identifier>
    <has_reason_for_deprecation rdf:resource="#deleted_term"/>
    <deprecated_from_version rdf:resource="#version_1.3.1"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Units of defined biological activity, e.g. cytokine stimulation, per ml.</rdfs:comment>
  </OtherUnit>
  <MethodologicalDesign rdf:ID="reference_design">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A reference experiment design type is where all samples are compared to a common reference. </rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_699</unique_identifier>
  </MethodologicalDesign>
  <DeprecatedTerms rdf:ID="Hfr">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_419</unique_identifier>
    <deprecated_from_version rdf:resource="#version_1.1.7"/>
    <deprecation_reason rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >deleted_term</deprecation_reason>
    <deprecation_replacement_term rdf:resource="#Sex"/>
    <has_reason_for_deprecation rdf:resource="#deleted_term"/>
    <deprecation_in_version rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >1.1.7</deprecation_in_version>
    <deprecation_old_parent rdf:resource="#Sex"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >High frequency recombinant, mating type that indicates that the F plasmid has integrated into the chromosome</rdfs:comment>
  </DeprecatedTerms>
  <DeprecatedTerms rdf:ID="transcript">
    <deprecation_replacement_term rdf:resource="#TheoreticalBioSequenceType"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >sequence that represents the product of an RNA polymerase engaged in transcription </rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_827</unique_identifier>
    <deprecation_old_parent rdf:resource="#TheoreticalBioSequenceType"/>
    <deprecation_in_version rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >1.3.1.1</deprecation_in_version>
    <deprecation_reason rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >deleted_term</deprecation_reason>
  </DeprecatedTerms>
  <TimeUnit rdf:ID="hours">
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >h</synonym>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_486</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >60 minutes, time unit</rdfs:comment>
  </TimeUnit>
  <ConcentrationUnitOther rdf:ID="kat_per_L">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_869</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >katal per liter, catalytic-activity concentration unit</rdfs:comment>
  </ConcentrationUnitOther>
  <DeprecatedTerms rdf:ID="rRNA_gene">
    <deprecation_reason rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >deleted_term</deprecation_reason>
    <deprecation_old_parent rdf:resource="#TheoreticalBioSequenceType"/>
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ribosomal RNA gene</synonym>
    <deprecated_from_version rdf:resource="#version_1.2.0"/>
    <deprecation_in_version rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >1.2.0</deprecation_in_version>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >sequence from gene coding for ribosomal RNA
exact synonym: ribosomal RNA gene
</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_955</unique_identifier>
    <has_reason_for_deprecation rdf:resource="#deleted_term"/>
    <deprecation_replacement_term rdf:resource="#TheoreticalBioSequenceType"/>
  </DeprecatedTerms>
  <MethodologicalDesign rdf:ID="quality_control_testing_design">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A  quality control testing experiment design type is where some aspect of the experiment is quality controlled for the purposes of quality assurance </rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_981</unique_identifier>
  </MethodologicalDesign>
  <NodeValueType rdf:ID="manhattan_distance">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The "Manhattan distance" is the shortest path between two points in a block format, e.g. the length of the path along Manthattan city streets.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_567</unique_identifier>
  </NodeValueType>
  <LabelCompound rdf:ID="alexa_568">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Absorbs at 556 nm, emission maxima at 573 nm (orange). Alexa dyes are have intense fluorescence, are photostable, stable over a wide range of pH, and are water soluble. 

</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_736</unique_identifier>
  </LabelCompound>
  <MaterialType rdf:ID="organellar_RNA">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >RNA obtained from an organelle, e.g., mitochondrion, ER, or chloroplast, excluding the nucleus.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_574</unique_identifier>
  </MaterialType>
  <DataType rdf:ID="negative_float">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A float that is &lt; 0.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_728</unique_identifier>
  </DataType>
  <HardwareType rdf:ID="homogenizer">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An instrument which fragments tissues or other biomaterials.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_714</unique_identifier>
  </HardwareType>
  <LabelCompound rdf:ID="Cy5">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >fluorophore used for labeling/detection purposes</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_646</unique_identifier>
  </LabelCompound>
  <DeprecatedTerms rdf:ID="plasmid">
    <deprecation_in_version rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >1.2.0</deprecation_in_version>
    <deprecation_old_parent rdf:resource="#PhysicalBioSequenceType"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_439</unique_identifier>
    <has_reason_for_deprecation rdf:resource="#deleted_term"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >sequence from a plasmid, an extrachromosomal autonomously replicating piece of DNA excluding mitochondria and chloroplasts </rdfs:comment>
    <deprecation_replacement_term rdf:resource="#PhysicalBioSequenceType"/>
    <deprecated_from_version rdf:resource="#version_1.2.0"/>
    <deprecation_reason rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >deleted_term</deprecation_reason>
  </DeprecatedTerms>
  <DataType rdf:ID="integer">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_435</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A value which is a whole number (e.g. 10).</rdfs:comment>
  </DataType>
  <FamilyRelationship rdf:ID="son">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_465</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The male offspring of the patient or individual under study.</rdfs:comment>
  </FamilyRelationship>
  <BioMaterialCharacteristicCategory rdf:ID="developmental_stage">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_878</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A descriptor for FactorValue where DevelopmentalStage is compared.  </rdfs:comment>
  </BioMaterialCharacteristicCategory>
  <SoftwareType rdf:ID="feature_extraction_software">
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >image quantification software</synonym>
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >image analysis software</synonym>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_633</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Software to create MeasuredBioAssayData from images.
Exact Synonym: image analysis software, image quantification software.</rdfs:comment>
  </SoftwareType>
  <DeliveryMethod rdf:ID="oral_gavage">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_975</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >delivery method for drug or compound whereby the drug is administered via the mouth</rdfs:comment>
  </DeliveryMethod>
  <CellLineDatabase rdf:ID="CABRI_HLA_typed_B_Cell_lines">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_1005</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >List of CABRI HLA typed B cell lines sorted by name. It includes 238 resources that are available from a European collection participating in the CABRI (Common Access to Biological Resources
 and Information) initiative (see http://www.cabri.org/ ). Detailed 
descriptions can be reached from the list and cell lines of interest can be requested.</rdfs:comment>
    <has_human_readable_URI rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://www.cabri.org/HyperCat/cells/hla.htm</has_human_readable_URI>
  </CellLineDatabase>
  <NormalizationDescriptionType rdf:ID="linlog_normalization">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A transformation method in which low intensities are linearly scaled while high intensities are logarithmically scaled. The transition point is determined by minimizing the absolute deviation of the variance of log ratios.</rdfs:comment>
    <has_reason_for_deprecation rdf:resource="#replaced_term"/>
    <deprecated_from_version rdf:resource="#version_1.2.0"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_956</unique_identifier>
  </NormalizationDescriptionType>
  <LightUnit rdf:ID="candela">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >One lumen per steradian. A steradian is a fraction of the surface area of a sphere that is equal to the square of the radius divided by the total surface area. This is approximately 8% of the total surface area.
Exact synonym: candle power</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_572</unique_identifier>
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >candle power</synonym>
  </LightUnit>
  <SubstrateType rdf:ID="nitrocellulose">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The array is made on a nitrocellulose  filter.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_455</unique_identifier>
  </SubstrateType>
  <VolumeUnit rdf:ID="cc">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_834</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >a cubic centimeter, volume unit</rdfs:comment>
  </VolumeUnit>
  <PolymerType rdf:ID="protein">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_683</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Polymer of amino acids.</rdfs:comment>
    <rdf:type rdf:resource="#MaterialType"/>
  </PolymerType>
  <QuantityUnit rdf:ID="nmol">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >nanomoles, quantity unit</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_743</unique_identifier>
  </QuantityUnit>
  <MaterialType rdf:ID="DNA">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_945</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Deoxyribonucleic acid.</rdfs:comment>
    <rdf:type rdf:resource="#PolymerType"/>
  </MaterialType>
  <ConcentrationUnit rdf:ID="pM">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_628</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >picomolar, concentration unit</rdfs:comment>
  </ConcentrationUnit>
  <ConcentrationUnit rdf:ID="g_per_L">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >grams per liter, concentration unit</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_805</unique_identifier>
  </ConcentrationUnit>
  <DeprecatedTerms rdf:ID="monosomy">
    <deprecation_in_version rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >1.1.9</deprecation_in_version>
    <deprecation_old_parent rdf:resource="#ChromosomalAberrationClassification"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Absence of one chromosome of a pair of homologous chromosomes. In a normally diploid cell it is represented symbolically as 2N-1.</rdfs:comment>
    <deprecation_reason rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >replaced_term</deprecation_reason>
    <deprecated_from_version rdf:resource="#version_1.1.9"/>
    <was_replaced_by rdf:resource="#oligosomy"/>
    <has_reason_for_deprecation rdf:resource="#replaced_term"/>
    <replaced_with_term rdf:resource="#oligosomy"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_424</unique_identifier>
  </DeprecatedTerms>
  <GeneticModification rdf:ID="chromosomal_substitution">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_995</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A state/condition describing a cell, or organism, in which all, or part, of a chromosome from a donor replaces that of the recipient. Examples include strains created by repeated backcrossing as well as those created by recombinant methods.  For single gene insertion, use the term gene_knock_in.</rdfs:comment>
  </GeneticModification>
  <DeprecatedTerms rdf:ID="tau_rank_correlation">
    <deprecation_in_version rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >1.1.7</deprecation_in_version>
    <deprecated_from_version rdf:resource="#version_1.1.7"/>
    <deprecation_reason rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >deleted_term</deprecation_reason>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_673</unique_identifier>
    <has_reason_for_deprecation rdf:resource="#deleted_term"/>
    <deprecation_replacement_term rdf:resource="#NodeValueType"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >a nonparametric measure of the agreement between two rankings</rdfs:comment>
    <deprecation_old_parent rdf:resource="#NodeValueType"/>
  </DeprecatedTerms>
  <BioMolecularAnnotation rdf:ID="tiling_path_design">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_507</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An experiment in which gene expression on a genome-wide basis is evaluated, without bias toward coding or noncoding regions, using arrays containing oligonucleotides that are either overlapping or spaced at regular intervals.</rdfs:comment>
  </BioMolecularAnnotation>
  <NodeValueType rdf:ID="french_railway_distance">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The "French railway distance" is based on the fact that (at least in the past) most of the railways in France headed straight to Paris. Thus, the French railway distance between two points is the usual distance if the straight line through them passes to a designated Paris point, or is the sum of their distances to the Paris point otherwise.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_964</unique_identifier>
  </NodeValueType>
  <HistologyDatabase rdf:ID="TDMS">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Toxicology Data Management System, a database resource for systems, organs, pathology, etc.</rdfs:comment>
    <has_human_readable_URI rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://hazel.niehs.nih.gov/user_spt/pct_terms.htm</has_human_readable_URI>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_718</unique_identifier>
    <rdf:type rdf:resource="#TestTypeDatabase"/>
    <rdf:type rdf:resource="#OrganismPartDatabase"/>
    <rdf:type rdf:resource="#DiseaseStateDatabase"/>
  </HistologyDatabase>
  <DeprecatedTerms rdf:ID="PAC">
    <has_reason_for_deprecation rdf:resource="#deleted_term"/>
    <deprecation_in_version rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >1.2.0</deprecation_in_version>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_909</unique_identifier>
    <deprecation_replacement_term rdf:resource="#PhysicalBioSequenceType"/>
    <deprecation_reason rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >deleted_term</deprecation_reason>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >sequence from a P1 artificial chromosome
</rdfs:comment>
    <deprecation_old_parent rdf:resource="#PhysicalBioSequenceType"/>
    <deprecated_from_version rdf:resource="#version_1.2.0"/>
  </DeprecatedTerms>
  <TimeUnit rdf:ID="minutes">
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >m</synonym>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_877</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >60 seconds, unit of time</rdfs:comment>
  </TimeUnit>
  <DeprecatedTerms rdf:ID="gene">
    <deprecation_reason rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >deleted_term</deprecation_reason>
    <deprecation_replacement_term rdf:resource="#TheoreticalBioSequenceType"/>
    <deprecated_from_version rdf:resource="#version_1.2.0"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_503</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >genomic sequence which corresponds to the primary transcript and uses the furthest 5' and 3'  UTR's, doesn't include non transcribed regulatory regions. Can be experimentally or computationally determined</rdfs:comment>
    <deprecation_old_parent rdf:resource="#TheoreticalBioSequenceType"/>
    <has_reason_for_deprecation rdf:resource="#deleted_term"/>
    <deprecation_in_version rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >1.2.0</deprecation_in_version>
  </DeprecatedTerms>
  <OtherUnit rdf:ID="number_per_day">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >number of items or events per day</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_670</unique_identifier>
  </OtherUnit>
  <HardwareType rdf:ID="sonicator">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_477</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An instrument for sonicating biomaterials.</rdfs:comment>
  </HardwareType>
  <DerivedBioAssayType rdf:ID="acrossBioAssay_mean_and_p_values">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The mean and associated p-values resulting from computationally combining 2 or more sets of bioassay data.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_671</unique_identifier>
  </DerivedBioAssayType>
  <QuantityUnit rdf:ID="mol">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_998</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >mole, unit of quantity</rdfs:comment>
  </QuantityUnit>
  <StrainOrLineDatabase rdf:ID="ATCC_Cultures">
    <rdf:type rdf:resource="#CellLineDatabase"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >database resource for bacteria, bacteriophages, cell lines, fungi and yeast, plant tissue cultures, plant seeds, protozoa and algae and plant and animal viruses</rdfs:comment>
    <has_human_readable_URI rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://www.atcc.org/Cultures/Products.cfm</has_human_readable_URI>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_979</unique_identifier>
  </StrainOrLineDatabase>
  <OtherUnit rdf:ID="micromole_per_second_and_square_meter">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Number of photons in a certain waveband incident per unit time (s) on a unit area (m2) divided by the Avogadro constant (6.022 x 10e23 mol-1). It is used commonly to describe photosynthetically active radiation (PAR) in the 400-700 nm waveband.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_848</unique_identifier>
  </OtherUnit>
  <BioSourceType rdf:ID="freeze_dried_sample">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_589</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A biomaterial that has been lyophilized or dried by freezing under a vacuum.</rdfs:comment>
  </BioSourceType>
  <Roles rdf:ID="consortium_member">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A member of a consortium of institutions.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_778</unique_identifier>
  </Roles>
  <TechnologyType rdf:ID="spotted_ss_PCR_amplicon_features">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A descriptor for the TechnologyType for a group of features where single stranded DNA PCR product is spotted on the array.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_921</unique_identifier>
  </TechnologyType>
  <TimeUnit rdf:ID="seconds">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >time unit</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_391</unique_identifier>
  </TimeUnit>
  <ControlType rdf:ID="control_unknown_type">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_925</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A Reporter indicated as being a control of unknown type. </rdfs:comment>
  </ControlType>
  <Sex rdf:ID="unknown_sex">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_999</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >organism(s) whose sex is unknown</rdfs:comment>
  </Sex>
  <PreservationType rdf:ID="frozen_storage">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Storage where the thing stored is stored below 0 degrees celsius.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_481</unique_identifier>
  </PreservationType>
  <TechnologyType rdf:ID="spotted_antibody_features">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >TechnologyType of FeatureGroup where antibodies are spotted directly.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_483</unique_identifier>
  </TechnologyType>
  <DataTransformationProtocolType rdf:ID="loess_global_normalization">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Application of a normalization of type loess_normalization where the same normalization curve is used for all points in the data set; e.g. Features on an array, picked spots on a gel, or measured metabolites in a sample.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_443</unique_identifier>
  </DataTransformationProtocolType>
  <HardwareType rdf:ID="thermal_cycler">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_854</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An instrument designed to automatically raise and lower the temperature of wells or tubes.  Usually used to perform PCR.
Exact Synonym: thermocycler</rdfs:comment>
  </HardwareType>
  <DesignElement rdf:ID="long_oligo">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An element that is an oligonucleotide of at least 50 nucleotides in length.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_598</unique_identifier>
  </DesignElement>
  <InitialTimePoint rdf:ID="hatching">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_745</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The point at which an organism emerges from an egg.</rdfs:comment>
  </InitialTimePoint>
  <FiducialType rdf:ID="chrome_border">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_491</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >the chrome border on an Affymetrix type array which is used as a point of
reference for orientation (fiducial)
</rdfs:comment>
  </FiducialType>
  <DerivedBioAssayType rdf:ID="filtered_data">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_625</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Data from which a subset has been removed based on some criteria, e.g. data below an intensity threshhold.</rdfs:comment>
  </DerivedBioAssayType>
  <InitialTimePoint rdf:ID="coitus">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_783</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >the physical act of copulation that occurs during the process of sexual reproduction
synonyms: copulation, insemination</rdfs:comment>
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >insemination</synonym>
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >copulation</synonym>
  </InitialTimePoint>
  <DataTransformationProtocolType rdf:ID="loess_scaled_group_normalization">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Application of a scale adjustment following loess_group_normalization, to render the group variances similar.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_521</unique_identifier>
  </DataTransformationProtocolType>
  <FailType rdf:ID="PCR_questionable">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >PCR with multiple bands, or smear, in gel-separated reaction products</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_620</unique_identifier>
  </FailType>
  <HardwareType rdf:ID="DNA_sequencer">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    > An instrument that produces DNA sequences.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_676</unique_identifier>
  </HardwareType>
  <DatabaseEntryType rdf:ID="computed_nucleic_acid_sequence_feature_record">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_774</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A record which identifies and describes a nucleic sequence feature which has been computationally determined or predicted E.g. and Ensembl record</rdfs:comment>
  </DatabaseEntryType>
  <ComplexAction rdf:ID="purify">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_406</unique_identifier>
    <rdf:type rdf:resource="#ExperimentalProtocolType"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The action of enriching a BioMaterial  (organism, cell, nucleic acid etc) or Compound e.g. for FACS for positive selection  or RNA  cleanup the Action or ProtocolType is purify (see fractionate). </rdfs:comment>
  </ComplexAction>
  <BiologicalProperty rdf:ID="cell_component_comparison_design">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_1019</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A design in which RNA from different cell components is examined.</rdfs:comment>
  </BiologicalProperty>
  <SoftwareType rdf:ID="bioassay_data_transformation_software">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_672</unique_identifier>
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >normalization software</synonym>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Software used to transform the Measured or DerivedBioAssay data e.g. normalization.
Non-exact synonym: normalization software</rdfs:comment>
  </SoftwareType>
  <SoftwareType rdf:ID="clustering_software">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Software used to cluster the data.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_464</unique_identifier>
  </SoftwareType>
  <NodeValueType rdf:ID="jackknife_Pearson_correlation">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_784</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The jackknife Pearson correlation is the lowest Pearson correlation between two data series where one pair of values in the data series are omitted.
</rdfs:comment>
  </NodeValueType>
  <BioMaterialCharacteristicCategory rdf:ID="age">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_467</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A descriptor for FactorValue where age is compared.</rdfs:comment>
  </BioMaterialCharacteristicCategory>
  <DeliveryMethod rdf:ID="ad_libitum">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A delivery method for compounds/drugs where the compound or drug is freely available.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_592</unique_identifier>
  </DeliveryMethod>
  <DataTransformationProtocolType rdf:ID="across_bioassay_data_set_function">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A function applied to corresponding values coming from a set of compatible Measured/Derived bioassay data sets. Two Measured/Derived bioassay data sets are compatible if there is a natural one-to-one correspondence between them.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_606</unique_identifier>
  </DataTransformationProtocolType>
  <DataTransformationProtocolType rdf:ID="lowess_scaled_group_normalization">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Application of a scale adjustment following lowess_group_normalization, to render the group variances similar.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_410</unique_identifier>
  </DataTransformationProtocolType>
  <SoftwareType rdf:ID="array_manufacture_software">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_502</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Software to control an arrayer.
</rdfs:comment>
  </SoftwareType>
  <StrainOrLineDatabase rdf:ID="GRAMENE">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_678</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A Comparative Mapping Resource for Grains.</rdfs:comment>
    <has_human_readable_URI rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://www.gramene.org/</has_human_readable_URI>
  </StrainOrLineDatabase>
  <DataType rdf:ID="list_of_negative_integers">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_900</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An ordered, finite set of negative integers.</rdfs:comment>
  </DataType>
  <MethodologicalDesign rdf:ID="dye_swap_design">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_858</unique_identifier>
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >dye flip</synonym>
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >flip dye</synonym>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An experiment design type where the label orientations are reversed.
exact synonym: flip dye, dye flip</rdfs:comment>
  </MethodologicalDesign>
  <ExperimentalProtocolType rdf:ID="irradiate">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >treatment of a biomaterial with radiation e.g. electromagnetic radiation</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_770</unique_identifier>
    <rdf:type rdf:resource="#ComplexAction"/>
  </ExperimentalProtocolType>
  <CellLineDatabase rdf:ID="CLDB_Human_and_Animal_Cell_Line">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >List of cell lines available in the Cell Line Database (CLDB), that includes more than 4,000 resources from many European collections and Italian laboratories. Indexes are given by species/strain, pathology, tumor, tissue/organ, and transforming agent.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_1007</unique_identifier>
    <has_human_readable_URI rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    ></has_human_readable_URI>
  </CellLineDatabase>
  <DevelopmentalStageDatabase rdf:ID="TAIR_arabidopsis_development_ontology">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_919</unique_identifier>
    <has_machine_readable_URI rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://cvs.sourceforge.net/viewcvs.py/obo/obo/ontology/developmental/plant_development/Arabidopsis/temporal.tair?rev=1.21&amp;view=markup</has_machine_readable_URI>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An ontology of stages of growth and development of the model plant Arabidopsis thaliana.</rdfs:comment>
  </DevelopmentalStageDatabase>
  <BiologicalProperty rdf:ID="cell_cycle_design">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_822</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A cell cycle design experiment design type is one that assays events that occurs in relation to the cell cycle, which is the period between the formation of a cell, by division of its mother cell and the time when the cell itself divides to form two daughter cells.</rdfs:comment>
  </BiologicalProperty>
  <LabelCompound rdf:ID="_32P">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >32 P, radioactive isotope of phosphorus used for labeling/detection purposes</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_839</unique_identifier>
  </LabelCompound>
  <RadiationUnit rdf:ID="cpm">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_348</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >counts per minute, unit of light emissions produced by ionizing radiation.</rdfs:comment>
  </RadiationUnit>
  <DataType rdf:ID="list_of_positive_floats">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An ordered, finite set of positive floats.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_777</unique_identifier>
  </DataType>
  <DerivedBioAssayType rdf:ID="collapsed_spot_replicate">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Results of data reduction involving computation of a representative value, e.g. by averaging, for a group of replicated Features, Reporters or CompositeSequences from a single hybridization.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_789</unique_identifier>
  </DerivedBioAssayType>
  <TestTypeDatabase rdf:ID="IUPAC_Clinical_Chemistry_Guidelines">
    <has_human_readable_URI rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://www.iupac.org/publications/pac/2000/205/205olesen.html</has_human_readable_URI>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_593</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    > A resource of vocabularies for describing clinical tests, e.g. blood chemistry.</rdfs:comment>
  </TestTypeDatabase>
  <DatabaseEntryType rdf:ID="compound_record">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >a record which describes and identifies a compound e.g. drug record part of NCI thesaurus</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_546</unique_identifier>
  </DatabaseEntryType>
  <DataType rdf:ID="list_of_nonnegative_integers">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_973</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An ordered, finite set of nonnegative integers.</rdfs:comment>
  </DataType>
  <ConcentrationUnit rdf:ID="mL_per_L">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >milliliters per liter, concentration unit</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_801</unique_identifier>
  </ConcentrationUnit>
  <TechnologicalDesign rdf:ID="transcript_identification_design">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_533</unique_identifier>
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >transcription_profiling</synonym>
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >gene expression</synonym>
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >expression_profiling</synonym>
    <rdf:type rdf:resource="#BioMolecularAnnotation"/>
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >gene_expression</synonym>
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >transcription profiling</synonym>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A transcript identification design type characterizes the length and 
    position of transcripts and allows identification of all forms of 
    transcripts in the genome.</rdfs:comment>
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >expression profiling</synonym>
  </TechnologicalDesign>
  <ConcentrationUnit rdf:ID="percent_vol_per_vol">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_916</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >percentage volume per volume, concentration unit</rdfs:comment>
  </ConcentrationUnit>
  <PerturbationalDesign rdf:ID="stimulus_or_stress_design">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_568</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A stimulus or stress experiment design type is where the response of an organism(s) to the stress or stimulus is studied, e.g. osmotic stress, heat shock, radiation exposure, behavioral treatment etc.</rdfs:comment>
  </PerturbationalDesign>
  <NormalizationDescriptionType rdf:ID="mean_log_centering">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_398</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A method of normalizing log ratio data by subtraction of the mean log ratios computed across all data points, or an appropriate subset of these (e.g. special control Features on a microarray, or 2DE spots containing constitutively expressed proteins).</rdfs:comment>
  </NormalizationDescriptionType>
  <GeneticModification rdf:ID="transfection">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Introduction of genetic material into an organism often in the form of a plasmid.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_366</unique_identifier>
  </GeneticModification>
  <Roles rdf:ID="software_manufacturer">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_475</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Person or organization that manufactured the software.</rdfs:comment>
  </Roles>
  <SequenceOntologyDatabase rdf:ID="SequenceOntology">
    <has_machine_readable_URI rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://song.sourceforge.net/</has_machine_readable_URI>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The Sequence Ontology is a set of terms used to describe features on a nucleotide or protein sequence.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_724</unique_identifier>
  </SequenceOntologyDatabase>
  <DeprecatedTerms rdf:ID="total_intensity_normalization">
    <deprecated_from_version rdf:resource="#version_1.2.0"/>
    <has_reason_for_deprecation rdf:resource="#deleted_term"/>
    <deprecation_in_version rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >1.2.0</deprecation_in_version>
    <deprecation_reason rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >deleted_term</deprecation_reason>
    <deprecation_replacement_term rdf:resource="#NormalizationDescriptionType"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A method of re-scaling intensity data from one channel relative to another based on the ratio  of the sums of the fluorescent intensities from each channel for all Features: N = sum(Ri) /  sum(Gi) .  The ratio is used to re-scale the intensities in one channel for each Feature.   This is a single parameter linear normalization method.
</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_441</unique_identifier>
    <deprecation_old_parent rdf:resource="#NormalizationDescriptionType"/>
  </DeprecatedTerms>
  <NodeValueType rdf:ID="Euclidean_distance">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_932</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The straight line distance between two points. In n dimensions, the Euclidean distance between two points p and q is square root of (sum (pi-qi)2) where pi (or qi) is the i-th coordinate of p (or q).</rdfs:comment>
  </NodeValueType>
  <BiologicalProperty rdf:ID="species_design">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_675</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A species experiment design type assays differences between distinct species.</rdfs:comment>
  </BiologicalProperty>
  <ControlType rdf:ID="control_biosequence">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_940</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A Reporter associated with a BioSequence that has a context dependent predicted signal. e.g. a yeast reporter on a human array is a control_biosequence expected to be of low signal if no spikes are used. If spikes are used, the signal is expected to be high.</rdfs:comment>
  </ControlType>
  <AtomicAction rdf:ID="mix_general">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_944</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The procedure of agitating 2 or more materials in order to combine them. The materials may be of any state solid/liquid/gas.</rdfs:comment>
  </AtomicAction>
  <PerturbationalDesign rdf:ID="pathogenicity_design">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_807</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A pathogenicity experiment design type is where an infective agent such as a bacterium, virus, protozoan, fungus etc. infects a host organism(s) and the infective agent is assayed.</rdfs:comment>
  </PerturbationalDesign>
  <BioSourceType rdf:ID="urine">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_399</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The fluid and dissolved substances excreted by the kidney.</rdfs:comment>
  </BioSourceType>
  <MethodologicalDesign rdf:ID="all_pairs">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_565</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An all pairs experiment design type is where all labeled extracts are compared to every other labeled extract.  </rdfs:comment>
  </MethodologicalDesign>
  <DeprecatedTerms rdf:ID="ctDNA">
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >chloroplast DNA</synonym>
    <deprecation_replacement_term rdf:resource="#PhysicalBioSequenceType"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_586</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ctDNA: sequence from the chloroplast 
synonym: chloroplast DNA</rdfs:comment>
    <deprecation_old_parent rdf:resource="#PhysicalBioSequenceType"/>
    <deprecation_reason rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >deleted_term</deprecation_reason>
    <deprecation_in_version rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >1.3.1.1</deprecation_in_version>
  </DeprecatedTerms>
  <Scale rdf:ID="linear_scale">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_751</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The scale is a standard base 10, non logarithmic scale.
</rdfs:comment>
  </Scale>
  <DataType rdf:ID="list_of_integers">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_891</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An ordered, finite set of integers.</rdfs:comment>
  </DataType>
  <DataTransformationProtocolType rdf:ID="moving_average">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_681</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A type of data transformation in which an average, usually the mean, is calculated across values within a sliding window. e.g. The moving average of signal intensity, or array CGH, data may be used in normalization.</rdfs:comment>
  </DataTransformationProtocolType>
  <StrandType rdf:ID="reverse">
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >-</synonym>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_402</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >the reverse strand
exact synonym: -</rdfs:comment>
  </StrandType>
  <BioMaterialCharacteristicCategory rdf:ID="individual">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_639</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A descriptor for FactorValue where BioSources are compared. </rdfs:comment>
  </BioMaterialCharacteristicCategory>
  <StrainOrLineDatabase rdf:ID="CABRI_Bacteria_and_Archaea_Strains">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_1008</unique_identifier>
    <has_human_readable_URI rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://www.cabri.org/HyperCat/bact/all_A.htm</has_human_readable_URI>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >List of CABRI bacteria and archaea strains sorted by genus and species. It includes more than 40,000 resources that are available from seven European collections participating in the CABRI (Common Access to Biological Resources and Information) initiative (see http://www.cabri.org/ ). Detailed descriptions can be reached from the list and strains of interest can be requested.</rdfs:comment>
  </StrainOrLineDatabase>
  <ConcentrationUnitOther rdf:ID="percent_confluence">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_378</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A measure of the density of an attached or monolayer culture (e.g., cell culture), e.g., 80 percent_confluence.
 </rdfs:comment>
  </ConcentrationUnitOther>
  <LightUnit rdf:ID="lumen">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_603</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The unit of total light output from a light source.</rdfs:comment>
  </LightUnit>
  <AtomicAction rdf:ID="change_light">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Change in light intensity or wavelength. </rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_549</unique_identifier>
  </AtomicAction>
  <ConcentrationUnitOther rdf:ID="cells_per_ml">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >the number of cells per ml</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_727</unique_identifier>
  </ConcentrationUnitOther>
  <BioMaterialCharacteristicCategory rdf:ID="organism_status">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The stage premortem or postmortem at which the sample was processed for extraction of biomaterials. </rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_871</unique_identifier>
  </BioMaterialCharacteristicCategory>
  <ConcentrationUnit rdf:ID="M">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_936</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Mole per liter or molarity, concentration unit
</rdfs:comment>
  </ConcentrationUnit>
  <DataType rdf:ID="float">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A value which is a floating point number (i.e. real number) with arbitrary precision (e.g. 2.34).
</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_860</unique_identifier>
  </DataType>
  <DatabaseEntryType rdf:ID="bibliographic_record">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A record which describes and identifies a paper publication  e.g. a medline record
</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_923</unique_identifier>
  </DatabaseEntryType>
  <FeatureShape rdf:ID="ellipsoid_feature">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The shape of the feature on the array is circular or oval.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_459</unique_identifier>
  </FeatureShape>
  <DeliveryMethod rdf:ID="in_medium">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_733</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Delivery method where a compound/drug is administered in the culture medium (e.g., for in vitro treatment).</rdfs:comment>
  </DeliveryMethod>
  <QuantityUnit rdf:ID="pmol">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >picomoles, quantity unit</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_688</unique_identifier>
  </QuantityUnit>
  <NormalizationDescriptionType rdf:ID="ratio_statistics_normalization">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_349</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A method to re-scale paired-assay data from one data set relative to the other, based on an iterative regression method of calculating single parameter linear normalization factors. This method allows calculation of the mean, standard deviation and confidence interval limits for the distribution of measured ratio values.
</rdfs:comment>
  </NormalizationDescriptionType>
  <ConcentrationUnitOther rdf:ID="mOsm_per_kg_H2O">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_661</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >osmolality per kilogram of water, concentration of the solute per unit of solvent</rdfs:comment>
  </ConcentrationUnitOther>
  <Roles rdf:ID="data_coder">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >person who prepares the MAGE-ML file</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_695</unique_identifier>
  </Roles>
  <EnvironmentalFactorCategory rdf:ID="media">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The physical state or matrix used to provide nutrients to the organism (e.g., liquid, agar, soil) </rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_545</unique_identifier>
  </EnvironmentalFactorCategory>
  <MethodologicalDesign rdf:ID="self_vs_self_design">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_490</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A self vs. self experiment design investigates variance and error estimates in the experimental system, and is where the same extract is compared. </rdfs:comment>
  </MethodologicalDesign>
  <ImageFormat rdf:ID="PNG">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_1001</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Portable Network Graphic, a lossless image data format.</rdfs:comment>
  </ImageFormat>
  <Genotype rdf:ID="wild_type">
    <rdf:type rdf:resource="#Allele"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_605</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The genotype or phenotype that is found in nature or in standard laboratory stocks for a given organism.  For a single locus, the allele found most frequently in natural populations, or in standard laboratory stocks for a given organism.</rdfs:comment>
  </Genotype>
  <DefectType rdf:ID="not_uniform">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_906</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The source DNA for a Feature was not uniformly deposited.</rdfs:comment>
  </DefectType>
  <ComplexAction rdf:ID="linear_amplification">
    <rdf:type rdf:resource="#ExperimentalProtocolType"/>
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Eberwine procedure</synonym>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Amplification of nucleic acid sequence by making many copies off the same template.  An example is the use of the T7 promoter for amplification by transcribing many RNA copies.
non exact synonym: Eberwine procedure</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_997</unique_identifier>
  </ComplexAction>
  <BioMaterialCharacteristicCategory rdf:ID="organism">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >one or more of any unicellular or multicellular pro or eukaryote, including archaebacteria</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_508</unique_identifier>
  </BioMaterialCharacteristicCategory>
  <OrganismPartDatabase rdf:ID="FlyBase_organism_part_database">
    <has_machine_readable_URI rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/obo/obo/ontology/anatomy/gross_anatomy/animal_gross_anatomy/fly/</has_machine_readable_URI>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_504</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >curated database containing information on Drosophila genes, alleles etc</rdfs:comment>
  </OrganismPartDatabase>
  <MethodologicalDesign rdf:ID="hardware_variation_design">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_734</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A hardware variation experiment design type compares different types of hardware for performance, reproducibility, accuracy and precision.</rdfs:comment>
  </MethodologicalDesign>
  <DerivedBioAssayType rdf:ID="clustered_data">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_418</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Results of an analysis method that groups data based on a measure of similarity, e.g. Pearson correlation coefficient, Euclidean distance. </rdfs:comment>
  </DerivedBioAssayType>
  <QuantityUnit rdf:ID="amol">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_977</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >attomole, quantity unit</rdfs:comment>
  </QuantityUnit>
  <LightUnit rdf:ID="microeinstein_per_second_and_square_meter">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Microeinstein per second and square meter (µE m-2 s-1 or uEinstein m-2 s-1). One einstein is one mole or 6.02x10e23 (Avogadro constant) photons. It is commonly used as a unit for photosynthetically active radiation (PAR), however the einstein is not an SI unit. Therefore, microEinsteins per m2 per second is identical to micromoles per m2 per second (SI unit for light irradiance). i.e. (1000 µE m-2 s-1 = 1000 µmol m-2 s-1).
</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_584</unique_identifier>
  </LightUnit>
  <CellTypeDatabase rdf:ID="TAIR">
    <rdf:type rdf:resource="#StrainOrLineDatabase"/>
    <has_human_readable_URI rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://www.arabidopsis.org/servlets/Search?action=new_search&amp;type=ecotype</has_human_readable_URI>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_660</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The Arabidopsis Information Resource.</rdfs:comment>
  </CellTypeDatabase>
  <ExperimentalProtocolType rdf:ID="wash">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The process of applying a solvent (e.g. water) or a solution (e.g. SSC/SDS) to a BioMaterial or an array to remove impurities or unwanted compounds.</rdfs:comment>
    <rdf:type rdf:resource="#ComplexAction"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_596</unique_identifier>
  </ExperimentalProtocolType>
  <HigherLevelAnalysisProtocolType rdf:ID="differential_expression">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_874</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An analysis aimed at identifying differentially expressed genes in two or more conditions.</rdfs:comment>
  </HigherLevelAnalysisProtocolType>
  <QuantityUnit rdf:ID="fmol">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >femtomole, unit of quantity
</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_689</unique_identifier>
  </QuantityUnit>
  <DefectType rdf:ID="displaced_feature_or_zone">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_959</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    > The Feature or Zone is displaced from its expected position, due to e.g. a bent spotting pin(s).</rdfs:comment>
  </DefectType>
  <DataType rdf:ID="list_of_booleans">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An ordered, finite set of booleans.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_712</unique_identifier>
  </DataType>
  <CancerSite rdf:ID="primary_site">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >the organism part in which the tumor originated</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_408</unique_identifier>
  </CancerSite>
  <LightUnit rdf:ID="candelas_per_square_meter">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Unit of brightness or luminance.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_813</unique_identifier>
  </LightUnit>
  <FamilyRelationship rdf:ID="grandmother">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_924</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The mother of one's father or mother.</rdfs:comment>
  </FamilyRelationship>
  <ChromosomalAberrationClassification rdf:ID="chromosomal_deletion">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_922</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The loss of a segment of the genetic material from a chromosome.</rdfs:comment>
  </ChromosomalAberrationClassification>
  <FamilyRelationship rdf:ID="grandfather">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The father of one's father or mother.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_478</unique_identifier>
  </FamilyRelationship>
  <AtomicAction rdf:ID="resuspend">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_466</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The procedure in which solid material is dispensed or dissolved in a liquid.</rdfs:comment>
  </AtomicAction>
  <OrganismStatus rdf:ID="postmortem">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >biomaterial removed after the death of the organism</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_416</unique_identifier>
  </OrganismStatus>
  <DataTransformationProtocolType rdf:ID="total_intensity_normalization_single">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A normalization method that uses as a coefficient the sum of all intensities in the data set, or an appropriate subset of these (e.g. special control Features on a microarray, or 2DE spots containing constitutively expressed proteins). The intensities are normalized through division by such a coefficient (and possible subsequent multiplication by a target constant). Note that a normalization method that
employs the average intensity rather than the sum (of all data points, or an appropriate subset) falls into this category as well.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_472</unique_identifier>
  </DataTransformationProtocolType>
  <GeneticModification rdf:ID="gene_knock_out">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The modification of an organism that renders a gene non-functional e.g. due to a point mutation, or the removal of all, or part of, the gene using recombinant methods.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_771</unique_identifier>
  </GeneticModification>
  <DeprecatedTerms rdf:ID="yes">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_540</unique_identifier>
    <deprecation_reason rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >deleted_term</deprecation_reason>
    <deprecated_from_version rdf:resource="#version_1.1.7"/>
    <deprecation_in_version rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >1.1.7</deprecation_in_version>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >true</rdfs:comment>
    <has_reason_for_deprecation rdf:resource="#deleted_term"/>
  </DeprecatedTerms>
  <DeprecatedTerms rdf:ID="EST">
    <has_reason_for_deprecation rdf:resource="#deleted_term"/>
    <deprecation_reason rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >deleted_term</deprecation_reason>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_412</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Sequence derived from expressed sequence tag. EST's are likely to be partial, single read and low quality sequences.
</rdfs:comment>
    <deprecation_in_version rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >1.2.0</deprecation_in_version>
    <deprecation_replacement_term rdf:resource="#TheoreticalBioSequenceType"/>
    <deprecation_old_parent rdf:resource="#TheoreticalBioSequenceType"/>
    <deprecated_from_version rdf:resource="#version_1.2.0"/>
  </DeprecatedTerms>
  <AtomicAction rdf:ID="mix_by_vortex">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_880</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Mix through the use of a vortexer.</rdfs:comment>
  </AtomicAction>
  <HardwareType rdf:ID="liquid_handler">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_868</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Hardware for automated liquid transfer and handling.</rdfs:comment>
  </HardwareType>
  <ComplexAction rdf:ID="change_biomaterial_characteristics">
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >change environment</synonym>
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >change growth condition</synonym>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Indicates that one or more BioMaterialCharacteristics have changed during the treatment of a BioMaterial. 
Non exact synonym: change growth condition, change environment</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_383</unique_identifier>
    <rdf:type rdf:resource="#ExperimentalProtocolType"/>
  </ComplexAction>
  <DatabaseEntryType rdf:ID="phylogeny_record">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_662</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A record which describes and identifies the relationship between species and is
computationally determined and based on sequences e.g. Treebase record</rdfs:comment>
  </DatabaseEntryType>
  <BioSampleType rdf:ID="extract">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The BioSample immediately before labeling.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_895</unique_identifier>
  </BioSampleType>
  <DevelopmentalStageDatabase rdf:ID="eVOC">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Ontology of human terms that describe the sample source of human cDNA and SAGE libraries.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_684</unique_identifier>
    <rdf:type rdf:resource="#DiseaseStateDatabase"/>
    <rdf:type rdf:resource="#CellTypeDatabase"/>
    <rdf:type rdf:resource="#OrganismPartDatabase"/>
    <has_human_readable_URI rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://www.sanbi.ac.za/evoc/ontologies.html</has_human_readable_URI>
  </DevelopmentalStageDatabase>
  <SurfaceType rdf:ID="aminosilane">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_747</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >a surface coating type for immobilization with the compound aminosilane</rdfs:comment>
  </SurfaceType>
  <BioMaterialCharacteristicCategory rdf:ID="tumor_grading">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A descriptor used in cancer biology to describe abnormalities of tumor cells.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_843</unique_identifier>
  </BioMaterialCharacteristicCategory>
  <TimeUnit rdf:ID="weeks">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_842</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >7 days, unit of time</rdfs:comment>
  </TimeUnit>
  <ConcentrationUnit rdf:ID="mM">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_509</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >milimolar, concentration unit</rdfs:comment>
  </ConcentrationUnit>
  <DerivedBioAssayType rdf:ID="mean_and_p_values">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_943</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >the mean and associated p-values resulting from computationally combining 2 or more sets of BioAssayData</rdfs:comment>
  </DerivedBioAssayType>
  <BiologicalProperty rdf:ID="cellular_process_design">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Processes that are carried out at the cellular level, but are not necessarily restricted to a single cell. For example, cell communication occurs among more than one cell, but occurs at the cellular level.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_810</unique_identifier>
  </BiologicalProperty>
  <PhysicalBioSequenceType rdf:ID="antibody">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >glycoprotein of the immunoglobulin family that can combine specifically non-covalently, reversibly with a corresponding antigen </rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_833</unique_identifier>
  </PhysicalBioSequenceType>
  <SoftwareType rdf:ID="liquid_handler_software">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_761</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Software used to control automated liquid handler.</rdfs:comment>
  </SoftwareType>
  <NodeValueType rdf:ID="Spearmans_rank_correlation">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Computed as the ordinary Pearson correlation coefficient between two groups of rankings.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_552</unique_identifier>
  </NodeValueType>
  <MaterialType rdf:ID="total_RNA">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_373</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Total cellular and nuclear RNA.</rdfs:comment>
  </MaterialType>
  <DeprecatedTerms rdf:ID="ORF">
    <deprecation_replacement_term rdf:resource="#TheoreticalBioSequenceType"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >sequence which represents an open reading frame, a series of codon triplets deduced from a DNA sequence, that contain a start and a stop codon.</rdfs:comment>
    <deprecation_reason rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >deleted_term</deprecation_reason>
    <deprecation_in_version rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >1.2.0</deprecation_in_version>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_413</unique_identifier>
    <deprecated_from_version rdf:resource="#version_1.2.0"/>
    <deprecation_old_parent rdf:resource="#TheoreticalBioSequenceType"/>
    <has_reason_for_deprecation rdf:resource="#deleted_term"/>
  </DeprecatedTerms>
  <DataType rdf:ID="positive_float">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A float > 0.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_501</unique_identifier>
  </DataType>
  <PerturbationalDesign rdf:ID="genetic_modification_design">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A genetic modification design type is where an organism(s) has had genetic material removed, rearranged, mutagenized or added, such as knock out</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_447</unique_identifier>
  </PerturbationalDesign>
  <DerivedBioAssayType rdf:ID="mean_and_coefficient_of_variation">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_425</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >the mean and coefficient of variation values resulting from computationally combining 2 or more sets of BioAssayData</rdfs:comment>
  </DerivedBioAssayType>
  <DiseaseStateDatabase rdf:ID="ICD-9-CM">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_654</unique_identifier>
    <has_machine_readable_URI rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ftp://ftp.cdc.gov/pub/Health_Statistics/NCHS/Publications/ICD9-CM/2002</has_machine_readable_URI>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Database entry from ICD 9 2001, international classification of diseases 9, clinical modification 2001.</rdfs:comment>
  </DiseaseStateDatabase>
  <Roles rdf:ID="submitter">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Person who is the primary contact for data submitted to a database.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_882</unique_identifier>
  </Roles>
  <QualityControlDescriptionType rdf:ID="reverse_transcription_PCR_quality_control">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_986</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A PCR based semi quantitative validation of a subset of the array based data used for experimental QC purposes.</rdfs:comment>
  </QualityControlDescriptionType>
  <MaterialType rdf:ID="cell">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_612</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >One or more dissociated cell(s) possibly heterogeneous, excluding single cell organisms.</rdfs:comment>
  </MaterialType>
  <OrganismPartDatabase rdf:ID="NCI_organism_part_database">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_690</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >a controlled vocabulary of organism parts</rdfs:comment>
    <has_human_readable_URI rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://nciterms.nci.nih.gov:80/NCIBrowser/ConceptReport.jsp?dictionary=NCI_Thesaurus&amp;code=C13007</has_human_readable_URI>
  </OrganismPartDatabase>
  <CellTypeDatabase rdf:ID="cell_ontology">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_404</unique_identifier>
    <rdf:type rdf:resource="#TargetedCellTypeDatabase"/>
    <has_machine_readable_URI rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://cvs.sourceforge.net/views.py/obo/obo/ontology/anatomy/cell_type/cell.ontology?rev=HEAD&amp;content-type=text/vnd.viewcvs-markup</has_machine_readable_URI>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >database of cell ontology terms</rdfs:comment>
  </CellTypeDatabase>
  <LabelCompound rdf:ID="biotin">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_793</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >a compound used for labeling/detection purposes</rdfs:comment>
  </LabelCompound>
  <DeprecatedTerms rdf:ID="NCI_Thesaurus">
    <deprecation_old_parent rdf:resource="#StrainOrLineDatabase"/>
    <deprecation_in_version rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >1.1.7</deprecation_in_version>
    <deprecation_old_parent rdf:resource="#ClinicalTreatmentDatabase"/>
    <split_to_term rdf:resource="#NCI_cell_type_database"/>
    <split_to_term rdf:resource="#NCI_disease_state_database"/>
    <split_to_term rdf:resource="#NCI_strain_or_line_database"/>
    <deprecation_old_parent rdf:resource="#GeographicLocationDatabase"/>
    <deprecation_old_parent rdf:resource="#TumorGradingDatabase"/>
    <deprecation_old_parent rdf:resource="#CellLineDatabase"/>
    <deprecated_from_version rdf:resource="#version_1.1.7"/>
    <deprecation_old_parent rdf:resource="#TargetedCellTypeDatabase"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A description logic namespace that contains controlled terminology used at NCI.</rdfs:comment>
    <deprecation_reason rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >split_term</deprecation_reason>
    <split_to_term>
      <GeographicLocationDatabase rdf:ID="NCI_geographic_location_database">
        <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >MO_630</unique_identifier>
        <has_human_readable_URI rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >http://nciterms.nci.nih.gov/NCIBrowser/ConceptReport.jsp?dictionary=NCI_Thesaurus&amp;code=C16632</has_human_readable_URI>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >a controlled vocabulary for geographic locations</rdfs:comment>
      </GeographicLocationDatabase>
    </split_to_term>
    <split_to_term rdf:resource="#NCI_compound_database"/>
    <deprecation_old_parent rdf:resource="#DiseaseStateDatabase"/>
    <deprecation_old_parent rdf:resource="#CompoundDatabase"/>
    <has_human_readable_URI rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://nciterms.nci.nih.gov</has_human_readable_URI>
    <split_to_term rdf:resource="#NCI_organism_part_database"/>
    <split_to_term rdf:resource="#NCI_targeted_cell_type_database"/>
    <deprecation_old_parent rdf:resource="#OrganismPartDatabase"/>
    <has_reason_for_deprecation rdf:resource="#split_term"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_456</unique_identifier>
    <split_to_term rdf:resource="#NCI_tumor_grading_database"/>
  </DeprecatedTerms>
  <NormalizationDescriptionType rdf:ID="median_log_centering">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_811</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A method of normalizing log ratio data by subtraction of the median log ratios computed across all data points, or an appropriate subset of these (e.g. special control Features on a microarray, or 2DE spots containing constitutively expressed proteins).</rdfs:comment>
  </NormalizationDescriptionType>
  <Media rdf:ID="semisolid">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >semisolid media type</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_635</unique_identifier>
  </Media>
  <DataType rdf:ID="list_of_strings">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An ordered, finite set of strings.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_800</unique_identifier>
  </DataType>
  <NormalizationDescriptionType rdf:ID="iterative_mean_log_centering">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_957</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A method of re-scaling ratio data by iteratively subtracting the mean log base 2 ratio from each log2(ratio). This adjusts the mean log2(ratio) to zero. In each subsequent iteration, outliers are removed based on user-specified criteria, the mean log(2) ratio is recalculated based on the remaining data, and the entire data set is rescaled again. This continues until the mean log(2) ratio converges.</rdfs:comment>
  </NormalizationDescriptionType>
  <DeprecatedTerms rdf:ID="PCR_amplicon">
    <has_reason_for_deprecation rdf:resource="#deleted_term"/>
    <deprecation_reason rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >deleted_term</deprecation_reason>
    <deprecation_replacement_term rdf:resource="#PhysicalBioSequenceType"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >BioSequence generated by means of polymerase chain reaction</rdfs:comment>
    <deprecated_from_version rdf:resource="#version_1.2.0"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_450</unique_identifier>
    <deprecation_old_parent rdf:resource="#PhysicalBioSequenceType"/>
    <deprecation_in_version rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >1.2.0</deprecation_in_version>
  </DeprecatedTerms>
  <DatabaseEntryType rdf:ID="microarray_experiment_record">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_346</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A record which describes and identifies a microarray experiment e.g. GEO</rdfs:comment>
  </DatabaseEntryType>
  <DeprecatedTerms rdf:ID="exon">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >sequence which represents regions of a transcript  that are joined to another exon during splicing</rdfs:comment>
    <deprecation_reason rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >deleted_term</deprecation_reason>
    <deprecated_from_version rdf:resource="#version_1.2.0"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_619</unique_identifier>
    <deprecation_in_version rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >1.2.0</deprecation_in_version>
    <has_reason_for_deprecation rdf:resource="#deleted_term"/>
    <deprecation_replacement_term rdf:resource="#TheoreticalBioSequenceType"/>
    <deprecation_old_parent rdf:resource="#TheoreticalBioSequenceType"/>
  </DeprecatedTerms>
  <DeprecatedTerms rdf:ID="PCR_primer_reverse">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_640</unique_identifier>
    <deprecated_from_version rdf:resource="#version_1.2.0"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >single stranded oligo used for polymerase chain reaction</rdfs:comment>
    <deprecation_in_version rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >1.2.0</deprecation_in_version>
    <deprecation_old_parent rdf:resource="#PhysicalBioSequenceType"/>
    <has_reason_for_deprecation rdf:resource="#deleted_term"/>
    <deprecation_replacement_term rdf:resource="#PhysicalBioSequenceType"/>
    <deprecation_reason rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >deleted_term</deprecation_reason>
  </DeprecatedTerms>
  <DataType rdf:ID="nonpositive_float">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_656</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A float less than or equal to zero.</rdfs:comment>
  </DataType>
  <ComplexAction rdf:ID="labeling">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The procedure of labeling a biosample.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_471</unique_identifier>
    <rdf:type rdf:resource="#ExperimentalProtocolType"/>
  </ComplexAction>
  <StrandType rdf:ID="forward">
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >+</synonym>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_820</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >the forward strand
exact synonym: +</rdfs:comment>
  </StrandType>
  <NodeValueType rdf:ID="Pearson_correlation">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The Pearson correlation is defined as the covariance of two data series divided by the product of their standard deviations.
</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_632</unique_identifier>
  </NodeValueType>
  <LabelCompound rdf:ID="alexa_680">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Absorbs at 679 nm, emission maxima at 702 nm (far-red). Alexa dyes are have intense fluorescence, are photostable, stable over a wide range of pH, and are water soluble. 

</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_799</unique_identifier>
  </LabelCompound>
  <BioMaterialCharacteristicCategory rdf:ID="physical_characteristics">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_863</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A descriptor for FactorValue where PhysicalCharacteristics are compared.  </rdfs:comment>
  </BioMaterialCharacteristicCategory>
  <PerturbationalDesign rdf:ID="unknown_experiment_design_type">
    <rdf:type rdf:resource="#EpidemiologicalDesign"/>
    <rdf:type rdf:resource="#BioMolecularAnnotation"/>
    <rdf:type rdf:resource="#MethodologicalDesign"/>
    <rdf:type rdf:resource="#BiologicalProperty"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_634</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ExperimentDesignType of unknown type.</rdfs:comment>
  </PerturbationalDesign>
  <ExperimentalProtocolType rdf:ID="harvest">
    <rdf:type rdf:resource="#ComplexAction"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_982</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The process of harvesting cells from culture.</rdfs:comment>
  </ExperimentalProtocolType>
  <BiologicalProperty rdf:ID="organism_status_design">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A design that compares samples from live and dead organisms.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_841</unique_identifier>
  </BiologicalProperty>
  <HistologyDatabase rdf:ID="NCI_histology_database">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_537</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >a controlled vocabulary for histology</rdfs:comment>
    <has_human_readable_URI rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://nciterms.nci.nih.gov/NCIBrowser/ConceptReport.jsp?dictionary=NCI_Thesaurus&amp;code=C4741</has_human_readable_URI>
  </HistologyDatabase>
  <TechnologyType rdf:ID="spotted_colony_features">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >TechnologyType of FeatureGroup where bacterial or other colonies are spotted directly.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_618</unique_identifier>
  </TechnologyType>
  <Ploidy rdf:ID="haploid">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Describes a cell, nucleus or an organism with one copy of each chromosome.

</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_719</unique_identifier>
  </Ploidy>
  <MaterialType rdf:ID="synthetic_DNA">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_577</unique_identifier>
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >cDNA</synonym>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >DNA which is generated by chemical or enzymatic (non cellular) means.
non-exact synonym: cDNA</rdfs:comment>
  </MaterialType>
  <BiologicalProperty rdf:ID="development_or_differentiation_design">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A development or differentiation experiment design type assays events associated with development or differentiation or moving through a life cycle. Development applies to organism(s) acquiring a mature state, and differentiation applies to cells acquiring specialized functions.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_892</unique_identifier>
  </BiologicalProperty>
  <BiologicalProperty rdf:ID="organism_part_comparison_design">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An organism part comparison experiment design type compares tissues, regions, organs within or between organisms </rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_953</unique_identifier>
  </BiologicalProperty>
  <HistologyDatabase rdf:ID="Pathbase">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >database of histopathology photomicrographs and macroscopic images derived from mutant or genetically manipulated mice</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_972</unique_identifier>
    <has_human_readable_URI rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://eulep.anat.cam.ac.uk/Search_Pathbase/index.php</has_human_readable_URI>
  </HistologyDatabase>
  <BioMolecularAnnotation rdf:ID="co-expression_design">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_904</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A co-expression experiment design type identifies genes which are coordinately expressed and are potentially used to infer a role in a biological process(es)
non-exact synonym: guilt by association</rdfs:comment>
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >guilt by association</synonym>
  </BioMolecularAnnotation>
  <DerivedBioAssayType rdf:ID="averaged_intensity">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Results of data reduction involving computation of the average of multiple 
    intensities of identical type. These could include identical Features, 
    Reporters or CompositeSequences in different microarray hybridizations, 
    matched replicate spots on 2D gels run from the same sample, or repeat 
    measurements of the same metabolite in replicate cell cultures.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_362</unique_identifier>
  </DerivedBioAssayType>
  <LabelCompound rdf:ID="alexa_488">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_446</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Absorbs at 495 nm, emission maxima at 519 nm (green). Alexa dyes are have intense fluorescence, are photostable, stable over a wide range of pH, and are water soluble. 
</rdfs:comment>
  </LabelCompound>
  <RadiationUnit rdf:ID="Rad">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Radiation absorbed dose. Unit of energy absorbed per unit mass as a result of exposure to radiation. 1 rad = Absorption of 100 ergs per gram of material = 0.01Gy.
</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_585</unique_identifier>
  </RadiationUnit>
  <Sex rdf:ID="female">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >of, pertaining to, or designating the sex that only produces gametes that can be fertilized by male gametes.
</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_506</unique_identifier>
  </Sex>
  <DatabaseEntryType rdf:ID="pathway_record">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >a record which identifies and describes biological pathways, e.g. a KEGG record</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_780</unique_identifier>
  </DatabaseEntryType>
  <HardwareType rdf:ID="oligo_synthesizer">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_930</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Hardware for synthesizing oligos.</rdfs:comment>
  </HardwareType>
  <ExperimentalProtocolType rdf:ID="split">
    <rdf:type rdf:resource="#ComplexAction"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_835</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The procedure of separating a BioMaterial into two or more BioMaterials of similar composition e.g. aliquoting a sample. The BioMaterial may be a BioSource (e.g., a tissue) or a BioSample (e.g. RNA extracted from a BioSource).
Non exact Synonym: sample
</rdfs:comment>
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >sample</synonym>
  </ExperimentalProtocolType>
  <DataType rdf:ID="nonnegative_integer">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An integer >= 0.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_390</unique_identifier>
  </DataType>
  <DerivedBioAssayType rdf:ID="Affymetrix_average_difference">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_649</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >the method used by Affymetrix to obtain mean signal intensity from a group  of related Features.  This involves calculation of the overall sum of perfect match minus  mismatch pairs divided by the number of pairs.</rdfs:comment>
  </DerivedBioAssayType>
  <MethodologicalDesign rdf:ID="normalization_testing_design">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_729</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A normalization testing experiment design tests different normalization procedures.</rdfs:comment>
  </MethodologicalDesign>
  <ComplexAction rdf:ID="grow">
    <rdf:type rdf:resource="#ExperimentalProtocolType"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A ComplexAction or ProtocolType describing growth of an organism or cell culture.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_758</unique_identifier>
  </ComplexAction>
  <BioMaterialCharacteristicCategory rdf:ID="individual_genetic_characteristic">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A descriptor for FactorValue where IndividualGeneticCharacteristic is compared.  </rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_722</unique_identifier>
  </BioMaterialCharacteristicCategory>
  <CancerSite rdf:ID="metastatic_site">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_806</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >the organism part in which additional tumors are identified remote from the primary site</rdfs:comment>
  </CancerSite>
  <Media rdf:ID="liquid">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >media type, usually some sort of broth</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_715</unique_identifier>
  </Media>
  <TechnologicalDesign rdf:ID="cellular_modification_design">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_392</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A cellular modification design type is where a modification of the transcriptome, proteome (not genome) is made, for example RNAi, antibody targeting. </rdfs:comment>
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >RNAi</synonym>
    <rdf:type rdf:resource="#PerturbationalDesign"/>
  </TechnologicalDesign>
  <ConcentrationUnitOther rdf:ID="pfu_per_ml">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_768</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >the number of plaque forming units per ml</rdfs:comment>
  </ConcentrationUnitOther>
  <TechnologyType rdf:ID="in_situ_oligo_features">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The TechnologyType of the FeatureGroup  is manufactured using in situ methods such as photolithography (e.g. Affymetrix) or chemical synthesis (e.g. Agilent)</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_514</unique_identifier>
  </TechnologyType>
  <PhysicalBioSequenceType rdf:ID="clone_of_unknown_source">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_371</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Sequence from some nucleic acid copy and the associated vector for which the source clone supplier is unknown.</rdfs:comment>
  </PhysicalBioSequenceType>
  <ComplexAction rdf:ID="store">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_442</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The procedure of placing a physical object under specified conditions e.g. time, temperature, humidity, for the purposes of keeping it in the same state.</rdfs:comment>
    <rdf:type rdf:resource="#ExperimentalProtocolType"/>
  </ComplexAction>
  <DeprecatedTerms rdf:ID="PCR_primer">
    <deprecation_reason rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >deleted_term</deprecation_reason>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_651</unique_identifier>
    <has_reason_for_deprecation rdf:resource="#deleted_term"/>
    <deprecation_old_parent rdf:resource="#PhysicalBioSequenceType"/>
    <deprecation_replacement_term rdf:resource="#PhysicalBioSequenceType"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >single oligo used for polymerase chain reaction direction unspecified</rdfs:comment>
    <deprecated_from_version rdf:resource="#version_1.2.0"/>
    <deprecation_in_version rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >1.2.0</deprecation_in_version>
  </DeprecatedTerms>
  <BioMaterialCharacteristicCategory rdf:ID="disease_staging">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_792</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The stage or progression of a disease in an organism. Includes pathological staging of cancers and other disease progression. </rdfs:comment>
  </BioMaterialCharacteristicCategory>
  <ComplexAction rdf:ID="transfect">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_849</unique_identifier>
    <rdf:type rdf:resource="#ExperimentalProtocolType"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The process of bringing about genetic alteration of any cell or organism by a variety of means including recombinant DNA technology, viruses, chemical mutagens, and X-rays.</rdfs:comment>
  </ComplexAction>
  <StrainOrLineDatabase rdf:ID="CABRI_Filamentous_Fungi_Strains">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_1009</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >List of CABRI filamentous fungi strains sorted by genus and species. It includes more than 30,000 resources that are available from five European collections participating in the CABRI (Common Access to Biological Resources and Information) initiative (see http://www.cabri.org/ ). Detailed descriptions can be reached from the list and strains of interest can be requested.</rdfs:comment>
    <has_human_readable_URI rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://www.cabri.org/HyperCat/fun/all_A.htm</has_human_readable_URI>
  </StrainOrLineDatabase>
  <MeasurementType rdf:ID="relative">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >a measurement where the value is dependent on another measurement</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_396</unique_identifier>
  </MeasurementType>
  <PerturbationalDesign rdf:ID="compound_treatment_design">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A compound treatment design type is where the response to administration of a compound or chemical (including biological compounds such as hormones)  is assayed.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_555</unique_identifier>
  </PerturbationalDesign>
  <DataTransformationProtocolType rdf:ID="linlog_transformation">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_845</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A transformation method in which low intensities are linearly scaled while high intensities are logarithmically scaled. The transition point is determined by minimizing the absolute deviation of the variance of log ratios.</rdfs:comment>
  </DataTransformationProtocolType>
  <FeatureShape rdf:ID="square_feature">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_817</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The shape of the feature on the array is square.</rdfs:comment>
  </FeatureShape>
  <ExperimentalProtocolType rdf:ID="biological_fluid_collection">
    <rdf:type rdf:resource="#ComplexAction"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_685</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The action of collecting biological fluids including bodily secretions, exudates, transudates etc. and sampling of cytoplasm. The purpose of sampling may range from collecting other organisms (i.e. pathogens) to studying fluid composition.</rdfs:comment>
  </ExperimentalProtocolType>
  <SurfaceType rdf:ID="polylysine">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >a surface coating for immobilization with the polypeptide, polylysine</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_569</unique_identifier>
  </SurfaceType>
  <DefectType rdf:ID="diameter_aberration">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The diameter of the Feature is much smaller or much larger than expected based on the spotting pin diameter.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_781</unique_identifier>
  </DefectType>
  <StrainOrLineDatabase rdf:ID="JAX_mouse_strains">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Database entry from the resource at The Jackson Laboratory which has details of approved mouse strain nomenclature.</rdfs:comment>
    <has_human_readable_URI rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://www.informatics.jax.org/external/festing/mouse/STRAINS.shtml</has_human_readable_URI>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_369</unique_identifier>
  </StrainOrLineDatabase>
  <ConcentrationUnitOther rdf:ID="mg_per_kg_per_day">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_353</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >milligram per kilogram per day</rdfs:comment>
  </ConcentrationUnitOther>
  <InitialTimePoint rdf:ID="planting">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The act of placing a plant in media (e.g. soil) to allow it to grow.  This excludes sowing.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_495</unique_identifier>
  </InitialTimePoint>
  <Result rdf:ID="positive">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_429</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >true or yes</rdfs:comment>
  </Result>
  <BiologicalProperty rdf:ID="is_expressed_design">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_487</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A design aimed at identifying genes expressed in biomaterials of interest. </rdfs:comment>
  </BiologicalProperty>
  <ConcentrationUnitOther rdf:ID="cfu_per_ml">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_788</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >the number of colony forming units per ml</rdfs:comment>
  </ConcentrationUnitOther>
  <DeprecatedTerms rdf:ID="low_intensity_filter">
    <deprecation_in_version rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >1.3.0</deprecation_in_version>
    <deprecation_old_parent rdf:resource="#DataTransformationProtocolType"/>
    <deprecation_reason rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >replaced_term</deprecation_reason>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A transformation method that involves removal of low intensity values in a data set.  For microarrays and gels the threshold for exclusion is usually based on some estimation of local or global background intensity; for mass spectrometry and NMR, it is usually based on the signal-to-noise ratio in the spectrum.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_706</unique_identifier>
    <deprecated_from_version rdf:resource="#version_1.3.0"/>
    <was_replaced_by rdf:resource="#flag_filter"/>
    <replaced_with_term rdf:resource="#flag_filter"/>
    <has_reason_for_deprecation rdf:resource="#replaced_term"/>
  </DeprecatedTerms>
  <DataType rdf:ID="list_of_negative_floats">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An ordered, finite set of negative floats.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_851</unique_identifier>
  </DataType>
  <MassUnit rdf:ID="fg">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >femtogram, unit of mass</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_732</unique_identifier>
  </MassUnit>
  <PerturbationalDesign rdf:ID="dose_response_design">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_485</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A dose response design type examines the relationship between the size of the administered dose and the extent of the response of the organism(s). </rdfs:comment>
  </PerturbationalDesign>
  <FamilyRelationship rdf:ID="mother">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A female parent.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_387</unique_identifier>
  </FamilyRelationship>
  <FiducialType rdf:ID="laser_ablation_mark">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_910</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >mark made on slide using a laser which is used as a point of reference for orientation (fiducial)
</rdfs:comment>
  </FiducialType>
  <Result rdf:ID="negative">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_802</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >false or no </rdfs:comment>
  </Result>
  <DeprecatedTerms rdf:ID="ds_oligo">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    > a double stranded oligonucleotide</rdfs:comment>
    <deprecation_reason rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >deleted_term</deprecation_reason>
    <deprecated_from_version rdf:resource="#version_1.2.0"/>
    <deprecation_in_version rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >1.2.0</deprecation_in_version>
    <deprecation_replacement_term rdf:resource="#PhysicalBioSequenceType"/>
    <has_reason_for_deprecation rdf:resource="#deleted_term"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_344</unique_identifier>
    <deprecation_old_parent rdf:resource="#PhysicalBioSequenceType"/>
  </DeprecatedTerms>
  <AtomicAction rdf:ID="dilute">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Decreasing the concentration of solutes in a solution or suspension.  </rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_962</unique_identifier>
  </AtomicAction>
  <NodeValueType rdf:ID="cosine_distance">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_550</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The cosine distance of two vectors is the cosine of the angle between them. This measures the difference in direction between two vectors, irrespective of their lengths.</rdfs:comment>
  </NodeValueType>
  <MassUnit rdf:ID="pg">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >picogram, mass unit</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_363</unique_identifier>
  </MassUnit>
  <ConcentrationUnit rdf:ID="U_per_L">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_875</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >units per liter</rdfs:comment>
  </ConcentrationUnit>
  <Sex rdf:ID="male">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >individual whose sex organs contain only male gametes</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_652</unique_identifier>
  </Sex>
  <NormalizationDescriptionType rdf:ID="quantile_normalization">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_951</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A method of normalizing a set of MeasuredBioAssayData aimed at rendering the distribution of intensities for each assay in the set the same, by forcing the values of quantiles to be equal across assays.
</rdfs:comment>
  </NormalizationDescriptionType>
  <TimeUnitOther rdf:ID="half-life">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >t1/2. The period over which the activity or concentration of a specified chemical or element falls to half its original activity or concentration. Typically applied to the half-life of radioactive atoms but also applicable to any other situation where the population is of molecules of diminishing concentration or activity.
</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_595</unique_identifier>
  </TimeUnitOther>
  <FailType rdf:ID="PCR_fail">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_667</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >PCR where no products of any kind appear in gel-separated reaction products.</rdfs:comment>
  </FailType>
  <DataTransformationProtocolType rdf:ID="within_bioassay_data_set_function">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A function applied to subsets of values from the same Measured/Derived bioassay data set.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_668</unique_identifier>
  </DataTransformationProtocolType>
  <DesignElementGroupType rdf:ID="control_design_element_group_type">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A grouping of DesignElements features/Reporters/Composites which are not designed to detect a signal in the biomaterial and which are on the array for control purposes e.g. a grouping of controls used for spiking.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_414</unique_identifier>
  </DesignElementGroupType>
  <MaterialType rdf:ID="organism_part">
    <rdf:type rdf:resource="#BioMaterialCharacteristicCategory"/>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_954</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The part of organism's anatomy or substance arising from an organism from which the biomaterial was derived, excludes cells. E.g. tissue, organ, system, sperm, blood or body location (arm).</rdfs:comment>
  </MaterialType>
  <AtomicAction rdf:ID="mix_by_pipette">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Mix by drawing up and down with a pipette.</rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_479</unique_identifier>
  </AtomicAction>
  <ExperimentalProtocolType rdf:ID="reverse_transcription">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_480</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Generation of a DNA strand from an RNA strand using reverse transcriptase.</rdfs:comment>
    <rdf:type rdf:resource="#ComplexAction"/>
  </ExperimentalProtocolType>
  <TechnologyType rdf:ID="spotted_ss_oligo_features">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_579</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The TechnologyType of the FeatureGroup  is spotted single stranded oligonucleotides (of any length) on the substrate.</rdfs:comment>
  </TechnologyType>
  <SubstrateType rdf:ID="silicon">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >the array is made on silicon </rdfs:comment>
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_382</unique_identifier>
  </SubstrateType>
  <DerivedBioAssayType rdf:ID="acrossBioAssay_mean_and_coefficient_of_variation">
    <unique_identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >MO_840</unique_identifier>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The mean and coefficient of variation values resulting from computationally combining 2 or more sets of bioassay data.</rdfs:comment>
  </DerivedBioAssayType>
</rdf:RDF>

<!-- Created with Protege (with OWL Plugin 3.2.1, Build 365)  http://protege.stanford.edu -->
