<?xml version="1.0"?>
<rdf:RDF
    xmlns="http://lsdis.cs.uga.edu/projects/glycomics/propreo#"
    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:p1="http://lsdis.cs.uga.edu/projects/glycomics/propreo#ms/"
    xmlns:daml="http://www.daml.org/2001/03/daml+oil#"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
  xml:base="http://lsdis.cs.uga.edu/projects/glycomics/propreo">
  <owl:Ontology rdf:about="">
    <owl:imports rdf:resource="http://protege.stanford.edu/plugins/owl/protege"/>
  </owl:Ontology>
  <owl:Class rdf:ID="person">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="agent"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A human who initiates or implementes a task.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="manufacturer">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The person or company that manufactures an instrument, reagent or other product.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#agent"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="data_collection">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="data"/>
    </rdfs:subClassOf>
    <owl:equivalentClass>
      <owl:Restriction>
        <owl:onProperty>
          <owl:TransitiveProperty rdf:ID="has_data_part"/>
        </owl:onProperty>
        <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >0</owl:minCardinality>
      </owl:Restriction>
    </owl:equivalentClass>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >This defines a broad class that includes any collection of data. It can hold other data collections, it can hold parameters, which are defined as atomic objects in ProPreO (i.e., parameters cannot be further subdivided.)

[Will &amp; Satya 02/15/06]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="MS_source_ESI_parameter">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A  parameter associated with an electrospray ionization source.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="MS_source_parameter"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="salt">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:complementOf>
              <owl:Class rdf:ID="substance_accession_number"/>
            </owl:complementOf>
          </owl:Class>
        </owl:allValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="is_described_by"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:complementOf>
              <owl:Class rdf:ID="molecular_sequence"/>
            </owl:complementOf>
          </owl:Class>
        </owl:allValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#is_described_by"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:TransitiveProperty rdf:ID="has_material_part"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class rdf:ID="ion"/>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="molecule"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A chemical compound composed of at least one cation (positive ion) and at least one anion (negative ion).</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:complementOf>
              <owl:Class rdf:ID="isoelectric_point"/>
            </owl:complementOf>
          </owl:Class>
        </owl:allValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#is_described_by"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="MS_analyzer_parameter_collection">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:TransitiveProperty rdf:about="#has_data_part"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class rdf:ID="MS_analyzer_parameter"/>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A collection of parameters controlling the operation of the analyzer of a mass spectrometer

[James &amp; Satya: 02/24/05]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="MS_instrument_setup_parameter_collection"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="mz_abundance_pair">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="ms_output_data_collection"/>
    </rdfs:subClassOf>
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Restriction>
            <owl:someValuesFrom>
              <owl:Class rdf:ID="mass_to_charge_ratio"/>
            </owl:someValuesFrom>
            <owl:onProperty>
              <owl:TransitiveProperty rdf:about="#has_data_part"/>
            </owl:onProperty>
          </owl:Restriction>
          <owl:Restriction>
            <owl:someValuesFrom>
              <owl:Class rdf:ID="ion_abundance"/>
            </owl:someValuesFrom>
            <owl:onProperty>
              <owl:TransitiveProperty rdf:about="#has_data_part"/>
            </owl:onProperty>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A typical mass spectral data pair consisting of a mass-to-charge (m/z) ratio and the abundance associated with that ratio</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="annotation_parameter">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="parameter"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter used in the annotation of data</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="database_search_data_collection">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A data collection that is used or generated by a database search  with ms, ms-ms data</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="process_associated_data_collection"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Agilent_HPLC_data_processing_application">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The family of application software developed by Agilent for processing HPLC data.

[James &amp; Satya: 03/27/05]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="HPLC_data_processing_application"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="instrument_component">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A part of a scientific instrument.  Many instruments are modular, assembled by combining several interacting components.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="hardware"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="simulate_data">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="computational_task"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The simulation of data from input data. For example, simulation of a  theoretical spectrum from a chemical composition.

[Dr. York &amp; Satya: 11/21/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="REFSEQ_polynucleotide_accession_number">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter that specifies the unique identifier that refers to a particular gene or other nucleotide sequence in the RefSeq system.
URL: www.ncbi.nlm.nih.gov/RefSeq/key.html 

[Dr. York &amp; Satya: 06/23/05]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="polynucleotide_accession_number"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="tranform_encoding_format">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="transform_data_format"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The task of transforming one encoding type into another. For example, binary to ascii.

[Dr. York &amp; Satya: 11/21/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Axiom_7">
    <owl:equivalentClass>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:ID="Proteinlynx_micromass_MALDI_data_processing_parameters_collection"/>
          <owl:Class rdf:ID="Proteinlynx_micromass_electrospray_data_processing_parameters_collection"/>
        </owl:unionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:ID="processed_gel_electrophoresis_data">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="gel_electrophoresis_experimental_data_collection"/>
    </rdfs:subClassOf>
    <owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >TODO: Find out the various formats, softwares used...</owl:versionInfo>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A data collection generated by a processing raw gel electrophoresis data.  This data will include, for example
1. Spot location
2. Spot Intensity
3. Spot Identity

[Dr. York &amp; Satya: 06/28/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="MS_maxent3_startmass">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="MS_data_processing_parameter"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="MS_data_processing_parameter_collection">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A collection of computational parameters required to process ms or ms-ms data

[James &amp; Satya: 03/27/05]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="MS_operating_parameter_collection"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="laser_pulse_intensity_units">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter that defines the units used to describe the intensity of a laser pulse</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="physical_units"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Axiom_6">
    <owl:equivalentClass>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:ID="HPLC_variable_wavelength_detector"/>
          <owl:Class rdf:ID="HPLC_multiwavelength_detector"/>
          <owl:Class rdf:ID="HPLC_diode_array_detector"/>
          <owl:Class rdf:ID="HPLC_fluorenscence_detector"/>
        </owl:unionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:ID="database_search_results_Spectrum_Mill_data">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="database_search_output_data_collection"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A data collection that is generated by a Spectrum Mill database search with ms, ms-ms data

[James &amp; Satya: 03/29/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="transform_glycan_structure_format">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >This describes the task of transforming a given glycan structure from one representation format into another. For example from LINUCS to GLYDE. 

[Dr. York &amp; Satya: 11/21/05]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="tranform_representation_format"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Axiom_4">
    <owl:equivalentClass>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Proteinlynx_micromass_MALDI_data_processing_parameters_collection"/>
          <owl:Class rdf:about="#Proteinlynx_micromass_electrospray_data_processing_parameters_collection"/>
        </owl:unionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:ID="fragment_ion">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#ion"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="HPLC_experimentally_measured_parameter">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="HPLC_parameter"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="experimentally_measured_parameter"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter that is measured during an HPLC experiment - E.G. the detector signal intensity at a particular time.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="PDB_accession_number">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter that specifies the unique identifier for a particular protein in the PDB database.
URL: http://www.rcsb.org/pdb/

[Dr. York &amp; Satya: 06/14/05]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="protein_accession_number"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="separate_by_size_exclusion_chromatography">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The process of separating components by size-exclusion chromatography.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="separate_by_chromatography"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Micromass_Q_TOF_micro_quadrupole_time_of_flight_ms_raw_data">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="MS_raw_data_native_format"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The raw data output from this intrument.

[James &amp; Satya: 03/22/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Nano_ESI_source">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="ESI_source"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Electrospray source for flow rates &lt; 3 microlitres/min.

[James &amp; Satya: 02/24/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Agilent_HPLC">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A High Performance Liquid Chromatograph manufactured by Agilent Technologies.

[James &amp; Satya: 01/31/05]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="high_performance_liquid_chromatograph"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Bruker_ultraflex_MALDI_TOF_ms_raw_data">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#MS_raw_data_native_format"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The raw data output from this intrument.

[James &amp; Satya: 03/22/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="tandem_mass_spectrometer">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="mass_spectrometer"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A mass spectrometer that can perform both MS and MS/MS analysis. 

[James &amp; Satya: 03/27/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Proteinlynx_micromass_ms-ms_survey_data_processing_parameters_collection">
    <rdfs:subClassOf rdf:resource="#MS_data_processing_parameter_collection"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The collection of processing parameters used by Proteinlynx when converting a ms/ms survey '.raw' file into a '.pkl' or a '.dta' file, when using Proteinlynx.

[James &amp; Satya: 04/01/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="HPLC_time_signal_pair">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A single time-point generated by an HPLC experiment - This corresponds to a pair of parameters, the internal HPLC time and the detector signal at that time.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="HPLC_experimental_data_collection"/>
    </rdfs:subClassOf>
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Restriction>
            <owl:someValuesFrom>
              <owl:Class rdf:ID="HPLC_time_parameter"/>
            </owl:someValuesFrom>
            <owl:onProperty>
              <owl:TransitiveProperty rdf:about="#has_data_part"/>
            </owl:onProperty>
          </owl:Restriction>
          <owl:Restriction>
            <owl:someValuesFrom>
              <owl:Class rdf:ID="HPLC_detector_signal"/>
            </owl:someValuesFrom>
            <owl:onProperty>
              <owl:TransitiveProperty rdf:about="#has_data_part"/>
            </owl:onProperty>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:ID="HPLC_detection_wavelength">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter that describes the detection wavelength of the HPLC detector, which may be either an absorbance detector or a fluorescence detector.

[James &amp; Satya: 01/31/05]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:ID="has_units"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class rdf:ID="length_units"/>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="HPLC_instrumental_operating_parameter"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:ID="has_value"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="transform_peptide_sequence_format">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >This describes the tranformation of a given peptide sequence from one format into another.

[Dr. York &amp; Satya: 11/21/05]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#tranform_representation_format"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="HPLC_data_collection">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A data collection used or generated by a high performance liquid chromatography experiment</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#process_associated_data_collection"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Bruker_HCTplus_ion_trap_ms_raw_data">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#MS_raw_data_native_format"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The raw data output from this intrument.

[James &amp; Satya: 03/22/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="quadrupole_analyzer">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="MS_analyzer"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A type of MS analyzer</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="SemURI_instance_ID">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >0</owl:cardinality>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_SemURI_concept_ID"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="SemURI_parameter"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The second component of a semantic Universal Resource Identifier (semURI) module.  This identifies a specific instance (within the context of a provenance chain) of a SemURI concept.

It is important to note that the same SemURI_instance_ID can be used for two distinct instances of the same concept, as long as the two instances are not present at the same location of a single provenance chain.  This allows the SemURI_instance_ID to be short and still insures that the SemURI as a whole is unique.  Uniqueness stems from the entire SemURI, which consists of several SemURI modules.  That is, two SemURIs can be unique even if they share a common SemURI module, just as two words can be unique even if they share a common letter of series of letters.

[will &amp; satya 03/03/06]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#has_value"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Bruker_ultraflex_MALDI_TOF_mass_spectrometer">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="generates_raw_data"/>
        </owl:onProperty>
        <owl:allValuesFrom rdf:resource="#Bruker_ultraflex_MALDI_TOF_ms_raw_data"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A type of MALDI-TOF mass spectrometer.

[James &amp; Satya: 03/27/05]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="MALDI-TOF_mass_spectrometer"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Micromass_Quatro_micro_triple_quadrupole_mass_spectrometer">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom>
          <owl:Class rdf:ID="Micromass_Quatro_micro_triple_quadrupole_ms_raw_data"/>
        </owl:allValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#generates_raw_data"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A type of tandem mass spectrometer.

[James &amp; Satya: 03/27/05]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="triple_quadrupole_mass_spectrometer"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="substance_identifier">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="substance_parameter"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter that identifies a molecule or molecular aggergate.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="UV_spectrometer">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="analytical_instrument"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An instrument that measures the transmittance of ultraviolet light through a sample (usually a liquid).</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="isocratic_HPLC_pump">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A type of HPLC pump.

[James &amp; Satya: 01/31/05]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="HPLC_pump"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="standard_ESI_source">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#ESI_source"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="source_life-cycle-stage">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:ID="refers_to_material_continuant"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class rdf:ID="life-cycle_form"/>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="biological_source_parameter"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="bacteria">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A diverse group of prokaryotic organisms, distinct from the Archaea.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="procaryotic_organism"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="REFSEQ_protein_accession_number">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#protein_accession_number"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter that specifies the unique identifier for a particular protein in the RefSeq system.
URL: www.ncbi.nlm.nih.gov/RefSeq/ 

[Dr. York &amp; Satya: 06/14/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="enzyme">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An enzyme is a protein or protein complex that catalyzes a specific set of chemical reactions.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="chemical_agent"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="protein"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="parent_ion">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#ion"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An ion, generated in a mass spectrometer, that is subsequently dissociated into fragment ions in an MS/MS experiment</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#biological_source_parameter">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#parameter"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter that describes some aspect of part of an organism that was used as the source of a biological_sample or biomolecule.  A biological source parameter refers to, for example, a species, organ, cell type, life-cycle stage, develomental stage, etc.  Within the context of ProPreO, biological source parameters are meant to describe  laboratory samples that are analyzed by or used in proteomics or glycoproteomics methods.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#refers_to_material_continuant"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class rdf:ID="biological_continuant"/>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="LINUCS_ID">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter that specifies the unique glycan identifier in SWEETDB. 
URL: http://www.glycosciences.de/sweetdb/index.php

[Dr. York &amp; Satya: 06/13/05]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="glycan_accession_number"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Bruker_esquire6000_ion_trap_ms_raw_data">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#MS_raw_data_native_format"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The raw data output from this intrument.

[James &amp; Satya: 03/22/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#chemical_agent">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#agent"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A chemical agent is a chemical or molecule (such as an enzyme) that implements or initiates a molecular process.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="quantify_components">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The complex task of quantifying the components of a mixture. This may involve, for example,
HPLC of the mixture (i.e. separate_by_HPLC) followed by computational peak picking and signal integration (i.e., quantify_data).</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="hybrid_task"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="MS_analyzer_TOF_type">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom>
          <owl:Class rdf:ID="TOF_analyzer"/>
        </owl:allValuesFrom>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#refers_to_material_continuant"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#has_units"/>
        </owl:onProperty>
        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >0</owl:cardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#MS_analyzer_parameter"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter that defines the type of TOF analyzer. It may either be:
a) Reflectron
or
b) Linear

[James &amp; Satya: 02/24/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Bruker_HCT_ion_trap_ms_raw_data">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#MS_raw_data_native_format"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The raw data output from this intrument.

[James &amp; Satya: 03/22/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="MS_source">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="MS_component"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="operating_parameter">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#parameter"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter that is used to control the execution of a task, such as a physical parameter required for recording a mass spectrum or a computational parameter for processing a data set.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#transform_data_format">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The task of transforming the format of data, usually creating a new data file with either new file format or data encoding.

[Dr. York &amp; Satya: 11/21/05]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="transform_data"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="HPLC_buffer">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#HPLC_instrumental_operating_parameter"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter that identifies the elution buffer used in HPLC. A mixture of buffers is often prepared in a mixing device to form a time-dependent elution gradient.  

The HPLC_buffer parameter is a substance identifier, which points to an instance of "solution".  A "solution" is_described_by one or more mixture_component_descriptor(s), each of which has two parts:  the component_amount and a substance_identifier that specifies the identity of the component.  This is a flexible way of describing solutions.  For example, a solution can be described as a mixture of two other solutions (e.g., buffer A and buffer B), in which case the mixture_component_descriptor(s) each specify the identity and amount of each of these buffers.  Alternatively, a solution can be described according to the concentrations of its solutes (molecules), each of which is specified by a mixture_component_descriptor.   In this case, complete description of the solution requires that the solvent be specified using the property has_solvent, which points to an instance of the class "solvent".

[James &amp; Satya: 01/31/05]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#has_units"/>
        </owl:onProperty>
        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >0</owl:cardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#refers_to_material_continuant"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:unionOf rdf:parseType="Collection">
              <owl:Class rdf:ID="solution"/>
              <owl:Class rdf:ID="solvent"/>
            </owl:unionOf>
          </owl:Class>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#substance_identifier"/>
  </owl:Class>
  <owl:Class rdf:ID="MS_source_ESI_capillary_voltage">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#has_units"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class rdf:ID="electrical_potential_units"/>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter that defines the voltage applied to the ESI capillary.

[James &amp; Satya: 02/24/05]</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#MS_source_ESI_parameter"/>
    <owl:equivalentClass>
      <owl:Restriction>
        <owl:allValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#has_value"/>
        </owl:onProperty>
      </owl:Restriction>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:ID="elemental_composition">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter describing the identities of chemical elements and the number of atoms of each element that constitute a molecule.

[Dr. York &amp; Satya: 11/21/05]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >0</owl:cardinality>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#has_units"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="molecular_parameter"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="fragment_peptide_C_terminus_index">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#molecular_parameter"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter describing the index (within the parent protein) of the C- terminus of a fragment peptide.

[will &amp; satya 04/25/06]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#MS_analyzer_parameter">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="MS_instrumental_operating_parameter"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter that defines the operating state of the mass spectrometer analyzer during data collection

[Will &amp; Satya 02/15/06]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="HPLC_chromatogram_XML_format_data">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A data collection (chromatogram) generated by an HPLC experiment - This describes, two-column data which are signal vs time. The data columns are in XML.

[James &amp; Satya: 03/29/05]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="HPLC_chromatogram"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="absolute_amount">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter describing the amount of a substance in absolute terms (total mass, total volume, total number of moles, as appropriate).

[will &amp; satya 04/13/06]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="substance_amount"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#process_associated_data_collection">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A data collection that is classified according to the process that uses/creates/generates it.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#data_collection"/>
  </owl:Class>
  <owl:Class rdf:ID="PEAKS_denovo_sequencing_results_data">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A data collection produced by performing PEAKKS denovo sequecing.

[James &amp; Satya: 03/29/05]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="denovo_sequencing_output_data_collection"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="strong_anion_exchange_HPLC_column">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="HPLC_column"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A type of HPLC column</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Bruker_Daltomics_mass_spectrometer_data_processing_application">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Application software developed by Bruker Daltonics for processing mass spectrometer data.

[James &amp; Satya: 03/27/05]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="MS_data_processing_application"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="flourescence_spectrometer">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#analytical_instrument"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A fluorescence spectrometer measures the intensity of light that is re-emitted by a fluorescent molecule.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="HPLC_manual_injector">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="HPLC_component"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An HPLC component that is used for manual injection of the sample onto the column.

[James &amp; Satya: 01/31/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="antibody_affinity_HPLC_column">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A type of HPLC column</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#HPLC_column"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#computational_task">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A task involved in the processing of data by a computational application.

[Dr. York &amp; Satya: 11/21/05]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="task"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="MS_source_MALDI_number_of_laser_shots">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="MS_source_MALDI_parameter"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter that defines the number of laser shots in a MALDI experiment.
This is a pure integer (no units).

[James &amp; Satya: 02/24/05]</rdfs:comment>
    <owl:equivalentClass>
      <owl:Restriction>
        <owl:allValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#int"/>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#has_value"/>
        </owl:onProperty>
      </owl:Restriction>
    </owl:equivalentClass>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#has_units"/>
        </owl:onProperty>
        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >0</owl:cardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="database_search_results_Sequest_data">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#database_search_output_data_collection"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A data collection that is generated by a Sequest database search with ms, ms-ms data

[James &amp; Satya: 03/29/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="GycO_ID">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#glycan_accession_number"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter that specifies the unique identifier for a glycan instance in glycan domain ontology: GlycO.
URL: http://lsdis.cs.uga.edu/projects/glycomics/glyco/

[Dr. York &amp; Satya: 06/13/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="experimental_ion_charge">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="MS_experimentally_measured_parameter"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="ion_charge"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter describing the measured charge of a particular ion.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="HPLC_excitation_wavelength">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter that describes the excitation  wavelength of a fluorescence HPLC detector.

[James &amp; Satya: 01/31/05]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#has_value"/>
        </owl:onProperty>
        <owl:allValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom>
          <owl:Class rdf:about="#length_units"/>
        </owl:allValuesFrom>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#has_units"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#HPLC_instrumental_operating_parameter"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="HPLC_gradient_program">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom>
          <owl:Class rdf:ID="HPLC_gradient_time_point"/>
        </owl:allValuesFrom>
        <owl:onProperty>
          <owl:TransitiveProperty rdf:about="#has_data_part"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A collection of parameters that describe the solvent gradient for an HPLC run

[Dr. York &amp; Satya: 05/17/05]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="HPLC_operating_parameter_collection"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#triple_quadrupole_mass_spectrometer">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A type of tandem_mass_spectrometer.

[James &amp; Satya: 03/27/05]</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#tandem_mass_spectrometer"/>
  </owl:Class>
  <owl:Class rdf:ID="MS_maxent3_iterations_per_ensemble_member_value">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#MS_data_processing_parameter"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Bruker_omniflex_MALDI_TOF_mass_spectrometer">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#MALDI-TOF_mass_spectrometer"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom>
          <owl:Class rdf:ID="Bruker_omniflex_MALDI_TOF_ms_raw_data"/>
        </owl:allValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#generates_raw_data"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A type of MALDI-TOF mass spectrometer.

[James &amp; Satya: 03/27/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#gel_electrophoresis_experimental_data_collection">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="experimentally_measured_data_collection"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="gel_electrophoresis_data_collection"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A data collection generated by a gel electrophoresis experiment</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#isoelectric_point">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Describes the pH at which a zwitter ionic molecule has no charge also called pI.

[Dr. York &amp; Satya: 06/28/05]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#molecular_parameter"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="identify_components">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#hybrid_task"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The complex task of identifhying the components of a mixture. This may involve, for example, HPLC of the mixture (i.e. separate_by_HPLC) followed by computational peak picking and peak matching (i.e., classify_data).</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="record_ms_data">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="record_raw_data"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Tthe physical task of running a mass spectrometer on a specific sample and recording the resulting spectra.

[Dr. York &amp; Satya: 11/21/05]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom>
          <owl:Class rdf:about="#MS_raw_data_native_format"/>
        </owl:allValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#generates_raw_data"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="electrical_charge_units">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#physical_units"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="potential_units">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter defining the physical units of potential, such as electrical potential, gravitational potential, etc.
Potentials generally have units "energy per amount", for example volts are Joules per Coulomb</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#physical_units"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="ABI_4700_TOF_TOF_mass_spectrometer">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="tandem_time_of_flight_mass_spectrometer"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Defines type of tandem mass spectrometer. Tandem time-of-flight spectrometer can perform ms and ms/ms type of analysis.

[James &amp; Satya: 01/31/05]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#generates_raw_data"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class rdf:ID="ABI_4700_TOF_TOF_ms_raw_data"/>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="MS_analyzer_focus_mass">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter that defines the center of the mass range or the center of the calibration curve for the given mass range.

[James &amp; Satya: 02/24/05]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#has_value"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom>
          <owl:Class rdf:ID="mass_units"/>
        </owl:allValuesFrom>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#has_units"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#MS_analyzer_parameter"/>
  </owl:Class>
  <owl:Class rdf:ID="organism">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A biological species, such as Homo sapiens or Arabidopsis thaliana.
The taxonomic classification of a biological species are modeled in other ontologies. 
http://obo.sourceforge.net/cgi-bin/detail.cgi?ncbi_taxonomy
http://obo.sourceforge.net/cgi-bin/detail.cgi?newt

Instances of specific organisms may be specified iwithin ProPreO, but their complete systematic taxonomy should be found in these other ontologies.

[Dr. York &amp; Satya: 06/28/05]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#biological_continuant"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="experimental_chemical_mass">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter describing the measured chemical mass of a particularmolecule or  ion.


[Dr. York &amp; Satya: 06/13/05]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="experimental_mass"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#MS_data_processing_parameter">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="MS_parameter"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter that is used by an application that processes mass spectral data</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="data_processing_parameter"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="inorganic_solvent_molecule">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A solvent molecule that does not contain carbon, e.g., water.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="solvent_molecule"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#protein">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:complementOf>
              <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                  <owl:Class rdf:ID="DNA_nucleotide_sequence"/>
                  <owl:Class rdf:ID="RNA_nucleotide_sequence"/>
                </owl:unionOf>
              </owl:Class>
            </owl:complementOf>
          </owl:Class>
        </owl:allValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#is_described_by"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A biomolecule composed of amino acids connected by amide bonds.  In ProPreO, a protein is distinguished from an oligopeptide mainly by its size (proteins are larger, and so are polypeptides rather than oligopeptides) .

[Dr. York &amp; Satya: 06/10/05]</rdfs:comment>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >polypeptide</rdfs:label>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#molecule"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#is_described_by"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:complementOf>
              <owl:Class rdf:about="#polynucleotide_accession_number"/>
            </owl:complementOf>
          </owl:Class>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#is_described_by"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:complementOf>
              <owl:Class rdf:about="#glycan_accession_number"/>
            </owl:complementOf>
          </owl:Class>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="theoretical_monoisotopic_mass">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="theoretical_mass"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter describing the theoretical (calculated) monoisotopic mass of a particular molecule or ion.


[Dr. York &amp; Satya: 06/13/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#HPLC_instrumental_operating_parameter">
    <rdfs:subClassOf rdf:resource="#operating_parameter"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter that defines the operating state of the chromatograph during data collection</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#HPLC_parameter"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#MS_instrumental_operating_parameter">
    <rdfs:subClassOf rdf:resource="#operating_parameter"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter that defines the operating state of the mass spectrometer during data collection</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#MS_parameter"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#HPLC_experimental_data_collection">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >c</rdfs:comment>
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#experimentally_measured_data_collection"/>
          <owl:Class rdf:about="#HPLC_data_collection"/>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:ID="MS_analyzer_scan_time">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter that defines the length of time for an MS or MS-MS scan.

[James &amp; Satya: 02/24/05]</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#MS_analyzer_parameter"/>
  </owl:Class>
  <owl:Class rdf:about="#electrical_potential_units">
    <rdfs:subClassOf rdf:resource="#potential_units"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter describing the units of electrical potential</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#HPLC_operating_parameter_collection">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:TransitiveProperty rdf:about="#has_data_part"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:unionOf rdf:parseType="Collection">
              <owl:Class rdf:about="#HPLC_parameter"/>
              <owl:Class rdf:about="#HPLC_gradient_program"/>
              <owl:Class rdf:about="#HPLC_gradient_time_point"/>
            </owl:unionOf>
          </owl:Class>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:ID="operating_parameter_collection"/>
          <owl:Class rdf:about="#HPLC_data_collection"/>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A collection of parameters required to perform or analyze an HPLC run.

[Dr. York &amp; Satya: 05/17/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="MS_detector">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#MS_component"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >This is for self-manufactured or modified that are not found under the mass spectrometer instruments.

[James &amp; Satya: 02/24/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="HPLC_standard_well_plate_autosampler">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A type of HPLC autosampler.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="HPLC_autosampler"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#molecule">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="chemical_entity"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An  individual molecule, categorized according to a few broadly defined classes.

[Dr. York &amp; Satya: 06/10/05]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#is_described_by"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:unionOf rdf:parseType="Collection">
              <owl:Class rdf:about="#molecular_parameter"/>
              <owl:Class rdf:about="#substance_accession_number"/>
            </owl:unionOf>
          </owl:Class>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <owl:equivalentClass>
      <owl:Restriction>
        <owl:onProperty>
          <owl:TransitiveProperty rdf:ID="material_part_of"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class rdf:ID="molecular_aggregate"/>
        </owl:allValuesFrom>
      </owl:Restriction>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:ID="Finnigan_LCQ_classic_mass_spectrometer">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="generates_ms-ms_peak_list"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:unionOf rdf:parseType="Collection">
              <owl:Class rdf:ID="Finnigan_ASC_ms-ms_peak_list"/>
              <owl:Class rdf:ID="Finnigan_Sequest_DTA_ms-ms_peak_list"/>
            </owl:unionOf>
          </owl:Class>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A type of tandem mass spectrometer.

[James &amp; Satya: 03/27/05]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="ion_trap_mass_spectrometer"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom>
          <owl:Class rdf:ID="Finnigan_LCQ_classic_ms_raw_data"/>
        </owl:allValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#generates_raw_data"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="CCSD_ID">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#glycan_accession_number"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter that specifies the unique identifier for a glycan structure in the CARBANK database.
URL: http://bssv01.lancs.ac.uk/gig/pages/gag/carbbank.htm#ccsd

[Dr. York &amp; Satya: 06/14/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#solution">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="mixture"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A mixture in the form of a homogeneous liquid contaning a solvent and at least one solute.

 A "solution" is_described_by one or more mixture_component_descriptor(s), each of which has two parts:  the component_amount and a substance_identifier that specifies the identity of the component.  This is a flexible way of describing solutions.  For example, a solution can be described as a mixture of two other solutions (e.g., buffer A and buffer B), in which case the mixture_component_descriptor(s) each specify the identity and amount of each of these buffers.  Alternatively, a solution can be described according to the concentrations of its solutes (dissolved molecules), each of which is specified by a mixture_component_descriptor.  In this case, complete description of the solution requires that the solvent be specified using the property has_solvent, which points to an instance of the class "solvent".
[Satya &amp; Will 03/02/06]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Bruker_APEX_Q_FT_mass_spectrometer">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A type of tandem mass spectrometer.

[James &amp; Satya: 03/27/05]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="hybrid_tandem_mass_spectrometer"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#generates_raw_data"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class rdf:ID="Bruker_APEX_Q_FT_ms_raw_data"/>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="database_search_result_Mascot_dat_dataset">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="database_search_results_Mascot_data"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >This is a Mascot specific result file, produced from a database search - it is in text format. The sections of the file are delimited by a unique ID string and a Content-Type specification.

[James &amp; Satya: 03/29/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#molecular_sequence">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#molecular_parameter"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter describing the sequence of residues in a biopolymer.

[Dr. York &amp; Satya: 06/28/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="theoretical_ion_abundance">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter describing the theoretical abundance of a particular ion.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#ion_abundance"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="SemURI_module">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="annotation_associated_data_collection"/>
    </rdfs:subClassOf>
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Restriction>
            <owl:someValuesFrom>
              <owl:Class rdf:ID="SemURI_concept_ID"/>
            </owl:someValuesFrom>
            <owl:onProperty>
              <owl:TransitiveProperty rdf:about="#has_data_part"/>
            </owl:onProperty>
          </owl:Restriction>
          <owl:Restriction>
            <owl:someValuesFrom rdf:resource="#SemURI_instance_ID"/>
            <owl:onProperty>
              <owl:TransitiveProperty rdf:about="#has_data_part"/>
            </owl:onProperty>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty>
              <owl:TransitiveProperty rdf:about="#has_data_part"/>
            </owl:onProperty>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
            >2</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >This describes the two-component, basic building block of the Semantic URI provenance scheme.  The two components are:
1- SemURI_concept_ID 
2- SemURI_instance_ID

[will &amp; satya 03/03/06]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="ion_parameter">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter describing the properties of an ion.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#substance_parameter"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#ion">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An electrically charged chemical species, which may be a single atom (e.g., Na+), or many atoms (e.g., NH4+).</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#is_described_by"/>
        </owl:onProperty>
        <owl:allValuesFrom rdf:resource="#ion_parameter"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#chemical_entity"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Bruker_esquire4000_ion_trap_ms_raw_data">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#MS_raw_data_native_format"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The raw data output from this intrument.

[James &amp; Satya: 03/22/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="component_amount">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#substance_amount"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#has_value"/>
        </owl:onProperty>
        <owl:allValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter describing the amount of a substance in a mixture.  This is expressed as some sort of fractional amount, such as weight percent, molarity, etc.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#hybrid_task">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A task that combines both physical and computational tasks.

[Dr. York &amp; Satya: 11/21/05]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#task"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#ESI_source">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >For for > microlitre/min flow rates.

[James &amp; Satya: 02/24/05]</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#MS_source"/>
  </owl:Class>
  <owl:Class rdf:about="#hardware">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An object manufactured to perform a specfic task.  Examples are bolts (which hold other objects together), computers (which execute software), and mass spectrometers (which separate and count ions based on their mass to charge ratios).</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#agent"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Bruker_esquire4000_ion_trap_mass_spectrometer">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#ion_trap_mass_spectrometer"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#generates_raw_data"/>
        </owl:onProperty>
        <owl:allValuesFrom rdf:resource="#Bruker_esquire4000_ion_trap_ms_raw_data"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A type of tandem mass spectrometer.

[James &amp; Satya: 03/27/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="quadrupole_time_of_flight_mass_spectrometer">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A type of tandem_mass_spectrometer.

[James &amp; Satya: 03/27/05]</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#tandem_mass_spectrometer"/>
  </owl:Class>
  <owl:Class rdf:about="#HPLC_diode_array_detector">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="HPLC_detector"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A type of HPLC detector.

[James &amp; Satya: 01/31/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Bruker_autoflex_MALDI_TOF_ms_raw_data">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#MS_raw_data_native_format"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The raw data output from this intrument.

[James &amp; Satya: 03/22/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="volume_units">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#physical_units"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter defining the physical units of time</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="size_exclusion_HPLC_column">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#HPLC_column"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A type of HPLC column</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Spectrum_mill_application">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Agilent_mass_spectrometer_data_processing_application"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Application software developed by Agilent for processing mass spectrometer data.

[James &amp; Satya: 03/27/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="eucaryotic_organism">
    <rdfs:subClassOf rdf:resource="#organism"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An organism whose cells contain a nucleus and internal membranes.

[Dr. York &amp; Satya: 06/28/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="ABI_Voyager_DE_Pro_MALDI_TOF_mass_spectrometer">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom>
          <owl:Class rdf:ID="ABI_Voyager_DE_Pro_MALDI_TOF_ms_raw_data"/>
        </owl:allValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#generates_raw_data"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A type of MALDI-TOF mass spectrometer.

[James &amp; Satya: 03/27/05]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#MALDI-TOF_mass_spectrometer"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Finnigan_LTQ_linear_ion_trap_ms_raw_data">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#MS_raw_data_native_format"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The raw data output from this intrument.

[James &amp; Satya: 03/22/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#database_search_output_data_collection">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#experimentally_measured_data_collection"/>
          <owl:Class rdf:about="#database_search_data_collection"/>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A data collection that is generated by a database search  with ms, ms-ms data

[James &amp; Satya: 03/27/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="time_units">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#physical_units"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter defining the physical units of time</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Bruker_APEX_IV_mass_spectrometer">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A type of tandem mass spectrometer.

[James &amp; Satya: 03/27/05]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="fourier_transform_mass_spectrometer"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#generates_raw_data"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class rdf:ID="Bruker_APEX_IV_ms_raw_data"/>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="process_associated_parameter">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#parameter"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter that is classified according to the process that uses/creates/generates it.

[will &amp; satya 02/17/06]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="CARBANK_ID">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#glycan_accession_number"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter that specifies the identifier for a glycan record in the CARBANK database.
URL: ftp://ncbi.nlm.nih.gov/repository/carbbank/

[Dr. York &amp; Satya: 06/14/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="mass">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#has_value"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#ion_parameter"/>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#molecular_parameter"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:cardinality>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#has_value"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Describes the molecular mass of a molecule or ion
.


[Dr. York &amp; Satya: 06/13/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="mass_volume_percent">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter describing the amount of a particular substance in a solution. 
    The mass-volume percent of the substance is usually expressed as the number of grams of the substance divided by the number of milliliters of the solution, all divided by 100.  Sometimes the mass-volume percent is abbreviated %w/v.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#component_amount"/>
  </owl:Class>
  <owl:Class rdf:ID="MALDI_source">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Defines the type of source.

[James &amp; Satya: 02/24/05]</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#MS_source"/>
  </owl:Class>
  <owl:Class rdf:ID="amino_acid_sequence">
    <rdfs:subClassOf rdf:resource="#molecular_sequence"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter describing the sequence of amino acid residues of a peptide or protein.  Amino acids are listed starting at the N-terminus and continuing to the C-terminus using standard one-letter amino acid nomenclature. The name of the amino acid sequence is same as the sequence string.

[Dr. York &amp; Satya: 06/10/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="sort_data">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#transform_data"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A computational task involving the reordering of data elements according to a specific set of criteria.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="capillary_HPLC_pump">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A type of HPLC pump.

[James &amp; Satya: 01/31/05]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#HPLC_pump"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Micromass_QTOF_2_quadrupole_time_of_flight_mass_spectrometer">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#generates_ms-ms_peak_list"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:unionOf rdf:parseType="Collection">
              <owl:Class rdf:about="#Finnigan_Sequest_DTA_ms-ms_peak_list"/>
              <owl:Class rdf:ID="micromass_pkl_ms-ms_peak_list"/>
            </owl:unionOf>
          </owl:Class>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A type of tandem mass spectrometer.

[James &amp; Satya: 03/27/05]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#generates_raw_data"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class rdf:ID="Micromass_QTOF_2_quadrupole_time_of_flight_ms_raw_data"/>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#quadrupole_time_of_flight_mass_spectrometer"/>
  </owl:Class>
  <owl:Class rdf:about="#HPLC_column">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#HPLC_component"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A matrix-containing tube  that is used for high-performance liquid chromatography.  The sample is separated into its components by injecting it into the column and elutimng with a solvent or buffer.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#MS_source_parameter">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter that defines the operating state of the mass spectrometer ion source during data collection

[Will &amp; Satya 02/15/06]</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#MS_instrumental_operating_parameter"/>
  </owl:Class>
  <owl:Class rdf:ID="Masslynx_proteinlynx_denovo_sequencing_results_data">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#denovo_sequencing_output_data_collection"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A data collection produced by performing Proteinlynx denovo sequecing.

[James &amp; Satya: 03/29/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="MS_analyzer_mode">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter that defines the analyzer mode associated with a MS experiment. This parameter can have values of positive or negative. It describes the charge of the ions that are detected.

[James &amp; Satya: 02/24/05]</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#MS_analyzer_parameter"/>
  </owl:Class>
  <owl:Class rdf:ID="raw_gel_image_electrophoresis_data">
    <rdfs:subClassOf rdf:resource="#gel_electrophoresis_experimental_data_collection"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A data collection generated by a gel electrophoresis experiment - this corresponds to an image of the gel, stored in a file format.

[James &amp; Satya: 03/29/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#Bruker_omniflex_MALDI_TOF_ms_raw_data">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#MS_raw_data_native_format"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The raw data output from this intrument.

[James &amp; Satya: 03/22/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#SemURI_concept_ID">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#SemURI_parameter"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The first component of a semantic Universal Resource Identifier (semURI) module.  Each instance of this parameter maps the module to a specific concept in ProPreO.

[will &amp; satya 03/03/06]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#has_value"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >0</owl:cardinality>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_SemURI_concept_ID"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="power_units">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#physical_units"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter defining the physical units of power</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="search_and_replace">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A computational task involving the identification of specific data elements and their replacement by another data element.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#transform_data"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="database_search_processing_parameter_collection">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A collection of parameters required to perform a database search with ms, ms-ms data.

[James &amp; Satya: 03/27/05]</rdfs:comment>
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#operating_parameter_collection"/>
          <owl:Class rdf:about="#database_search_data_collection"/>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:ID="source_organ">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#refers_to_material_continuant"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class rdf:ID="organ"/>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#biological_source_parameter"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter that specifies the organ from which the biological sample is taken.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="MS_data_collection">
    <rdfs:subClassOf rdf:resource="#process_associated_data_collection"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A data collection used or generated by a mass spectrometry experiment</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Axiom_2">
    <owl:equivalentClass>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Proteinlynx_micromass_MALDI_data_processing_parameters_collection"/>
          <owl:Class rdf:about="#Proteinlynx_micromass_electrospray_data_processing_parameters_collection"/>
        </owl:unionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:ID="enzyme_HPLC_column">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A type of HPLC column</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#HPLC_column"/>
  </owl:Class>
  <owl:Class rdf:ID="mixture_component_descriptor">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:TransitiveProperty rdf:about="#has_data_part"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#substance_identifier"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:TransitiveProperty rdf:about="#has_data_part"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#component_amount"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >2</owl:cardinality>
        <owl:onProperty>
          <owl:TransitiveProperty rdf:about="#has_data_part"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A pair of parameters that describes the amount of a particular component of a mixture.  For example "0.5 M NaCl" describes the amount of sodium chloride in a solution - there are two parts to this description - 0.5 M specifies the amount (half molar) - NaCl identifies the component that is present at that concentration.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="substance_associated_data_collection"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="simulate_molecular_data">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The computational simulation of the structure, physical properties or behavior of a molecule, such as conformational trajectory or reaction kinetics.

[Dr. York &amp; Satya: 11/21/05]</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#simulate_data"/>
  </owl:Class>
  <owl:Class rdf:about="#ms_output_data_collection">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#experimentally_measured_data_collection"/>
          <owl:Class rdf:about="#MS_data_collection"/>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A data collection generated by a mass spectrometer or mass spectral data processing application</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#MS_experimentally_measured_parameter">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#MS_parameter"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter that is measured during an MS experiment - E.G. the abundance of an ion having a particular m/z value.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#experimentally_measured_parameter"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="concentration_units">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#physical_units"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter defining the physical units of concentration</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="HPLC_injection_loop_volume">
    <rdfs:subClassOf rdf:resource="#HPLC_instrumental_operating_parameter"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#has_value"/>
        </owl:onProperty>
        <owl:allValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter that describes the injuection loop volume for an HPLC experiment.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#has_units"/>
        </owl:onProperty>
        <owl:allValuesFrom rdf:resource="#volume_units"/>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="database_search_result_Mascot_HTML_dataset">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Following a Mascot db search, the data is saved in a HTML format. The results may further be converted into other representation formats.

[James &amp; Satya: 03/29/05]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#database_search_results_Mascot_data"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#database_search_results_Mascot_data">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A data collection that is generated by a Matrix Science Mascot database search  with ms, ms-ms data</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#database_search_output_data_collection"/>
  </owl:Class>
  <owl:Class rdf:ID="normal-phase_HPLC_column">
    <rdfs:subClassOf rdf:resource="#HPLC_column"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A type of HPLC column</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#RNA_nucleotide_sequence">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter describing the sequence of nucleotides in an RNA molecule.  Nucleotides are listed from the 5' end to the 3' end.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#molecular_sequence"/>
  </owl:Class>
  <owl:Class rdf:about="#theoretical_mass">
    <rdfs:subClassOf rdf:resource="#mass"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter describing the theoretical (calculated)  mass of a particular molecule or ion.

[Dr. York &amp; Satya: 06/28/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="data_file_URL">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A string parameter that contains the URL of a data file.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="URL_parameter"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="binary_HPLC_pump">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A type of HPLC pump.

[James &amp; Satya: 01/31/05]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#HPLC_pump"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="theoretical_ion_charge">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#ion_charge"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter describing the theoretical charge of a particular ion.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#URL_parameter">
    <rdfs:subClassOf rdf:resource="#annotation_parameter"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A string parameter that specifies the location of a resource (such as a data file) on the internet - I.e., a Universal Resource Locator</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="process_data">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The task of processing data using computational applications.

[Dr. York &amp; Satya: 11/21/05]</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#computational_task"/>
  </owl:Class>
  <owl:Class rdf:ID="Micromass_MALDI_micro_MX_MALDI_TOF_ms_raw_data">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The raw data output from this intrument.

[James &amp; Satya: 03/22/05]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#MS_raw_data_native_format"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="HPLC_standard_autosampler">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#HPLC_autosampler"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A type of HPLC autosampler.

[James &amp; Satya: 01/31/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#MALDI-TOF_mass_spectrometer">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#mass_spectrometer"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:TransitiveProperty rdf:about="#has_material_part"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:unionOf rdf:parseType="Collection">
              <owl:Class rdf:about="#TOF_analyzer"/>
              <owl:Class rdf:about="#MALDI_source"/>
              <owl:Class rdf:about="#MS_detector"/>
            </owl:unionOf>
          </owl:Class>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A Matrix-Assisted-Laser-Desorption-Time-of-Flight mass spectrometer.  Such a spectrometer contains a MALDI source and a TOF analyzer.

[James &amp; Satya: 03/27/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#HPLC_detector_signal">
    <rdfs:subClassOf rdf:resource="#HPLC_experimentally_measured_parameter"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter that describes the detector signal measured at a particular time of an HPLC experiment.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="quaternary_HPLC_pump">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A type of HPLC pump.

[James &amp; Satya: 01/31/05]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#HPLC_pump"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#ion_charge">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#has_value"/>
        </owl:onProperty>
        <owl:allValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#int"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#ion_parameter"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#has_units"/>
        </owl:onProperty>
        <owl:allValuesFrom rdf:resource="#electrical_charge_units"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter describing the (measured or theoretical) charge of a particular ion.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="magnetic_sector_analyzer">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#MS_analyzer"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A type of MS analyzer</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="GPS_Explorer_application">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Application software developed by Applied Bio Systems for processing mass spectrometer data.

[James &amp; Satya: 03/27/05]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Applied_Bio_Systems_mass_spectrometer_data_processing_application"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="molecular_description">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#has_value"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#molecular_parameter"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#has_value"/>
        </owl:onProperty>
        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:cardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Describes the molecule, its properties, origin etc.

[Dr. York &amp; Satya: 06/13/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#MS_operating_parameter_collection">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#operating_parameter_collection"/>
          <owl:Class rdf:about="#MS_data_collection"/>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A collection of parameters required to perform a task that generates or processes
 mass spectral data</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:unionOf rdf:parseType="Collection">
              <owl:Class rdf:about="#MS_parameter"/>
              <owl:Class rdf:about="#MS_operating_parameter_collection"/>
            </owl:unionOf>
          </owl:Class>
        </owl:allValuesFrom>
        <owl:onProperty>
          <owl:TransitiveProperty rdf:about="#has_data_part"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="gel_electrophoresis_processing_parameter_collection">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A collection of parameters required to perform a gel electrophoresis experiment.

[James &amp; Satya: 03/27/05]</rdfs:comment>
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#operating_parameter_collection"/>
          <owl:Class rdf:about="#gel_electrophoresis_data_collection"/>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:about="#Proteinlynx_micromass_electrospray_data_processing_parameters_collection">
    <rdfs:subClassOf rdf:resource="#MS_data_processing_parameter_collection"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The collection of processing parameters used by Proteinlynx when converting a electrospray '.raw' file into a '.pkl' or a '.dta' file, when using Proteinlynx.

[James &amp; Satya: 04/01/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#record_raw_data">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="physical_task"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The task of recording raw data using an analytical instrument.

[Dr. York &amp; Satya: 11/21/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#HPLC_time_parameter">
    <rdfs:subClassOf rdf:resource="#HPLC_experimentally_measured_parameter"/>
    <rdfs:subClassOf rdf:resource="#HPLC_instrumental_operating_parameter"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter that describes the time (measured from the start of the experiment) within a HPLC experiment that an event occurs.  This time parameter can be associated, for example, with a signal intensity or a buffer gradient condition.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="process_time_parameter"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="HPLC_microscale_fraction_collector">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="HPLC_fraction_collector"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An HPLC fraction collector that directs the eluant from an microscale HPLC experiment.

[James &amp; Satya: 01/31/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#HPLC_fluorenscence_detector">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#HPLC_detector"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A type of HPLC detector.

[James &amp; Satya: 01/31/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="raw2mzXML_transformation">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#has_SemURI_concept_ID"/>
            </owl:onProperty>
            <owl:hasValue>
              <SemURI_concept_ID rdf:ID="raw2mzXML_transformation_tsuka"/>
            </owl:hasValue>
          </owl:Restriction>
          <owl:Restriction>
            <owl:allValuesFrom>
              <owl:Class rdf:ID="mzXML_ms_raw_data"/>
            </owl:allValuesFrom>
            <owl:onProperty>
              <owl:ObjectProperty rdf:ID="has_output_data"/>
            </owl:onProperty>
          </owl:Restriction>
          <owl:Restriction>
            <owl:allValuesFrom>
              <owl:Class rdf:ID="ms_raw_data"/>
            </owl:allValuesFrom>
            <owl:onProperty>
              <owl:ObjectProperty rdf:ID="has_input_experimental_data_collection"/>
            </owl:onProperty>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >This task converts a raw mass spec data file into the mzXML format.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#tranform_encoding_format"/>
  </owl:Class>
  <owl:Class rdf:ID="archaea">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Organisms, including the Crenarchaeota, Euryarchaeota and Korarchaeota, with a cell structure that is similar to other prokaryotes, but with some biochemical features  that are similar to eukaryotes, some similar to bacteria, and some unique to archaea.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#procaryotic_organism"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#MS_raw_data_native_format">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A collection of mass spectral data that has NOT been computationally processed in any way.  That is, the raw output from the mass spectrometer. These may be of multiple formats

[James &amp; Satya: 03/22/05]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#ms_raw_data"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="organic_solvent_molecule">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="small_organic_molecule"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#solvent_molecule"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A solvent molecule that contains carbon, e.g., methanol.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#Agilent_mass_spectrometer_data_processing_application">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#MS_data_processing_application"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Application software developed by Agilent for processing mass spectrometer data.

[James &amp; Satya: 03/27/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Axiom_5">
    <owl:equivalentClass>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Proteinlynx_micromass_MALDI_data_processing_parameters_collection"/>
          <owl:Class rdf:about="#Proteinlynx_micromass_electrospray_data_processing_parameters_collection"/>
        </owl:unionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:about="#mass_units">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#physical_units"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter defining the physical units of mass</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#physical_task">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#task"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A task that is performed by a human or physical instrument working on a 
physical sample.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#solvent">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="pure_substance"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The solvent of a solution, consisting of many copies of the solvent molecule.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#data_processing_parameter">
    <rdfs:subClassOf rdf:resource="#operating_parameter"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter that is used by a data processing application</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="nanoflow_HPLC_pump">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A type of HPLC pump.

[James &amp; Satya: 01/31/05]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#HPLC_pump"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#HPLC_component">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A component of a hgh-performance liquid chromatograph</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#instrument_component"/>
  </owl:Class>
  <owl:Class rdf:ID="PerSeptive_PKS_51_ms-ms_peak_list">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="ms-ms_peak_list"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A data collection consisting of a list of precursor ion masses and associated fragment ion masses from an ms/ms experiment.

PSD peak lists exported from Grams as .PKS files contain data from a single PSD spectrum. Since the .PKS format does not include details of the precursor peptide m/z, this information must be entered manually into the PRECURSOR and CHARGE form fields. This limitation also means that multiple spectra cannot be merged into a single data file. 
(Reference: http://www.matrixscience.com/help/data_file_help.html#QTOF)

[James &amp; Satya: 03/27/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#ABI_Voyager_DE_Pro_MALDI_TOF_ms_raw_data">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The raw data output from this instrument.

[James &amp; Satya: 03/22/05]</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#MS_raw_data_native_format"/>
  </owl:Class>
  <owl:Class rdf:ID="classify_data">
    <rdfs:subClassOf rdf:resource="#process_data"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The computational processing in which data elements are matched to a spcific group to which they belong.  This  includes:
a) identifying molecules associated with experimental data features such as ion masses (e.g., MASCOT analysis)
b) categorize features in data using a set of parameters. For example, distinguish peptides from glycopeptides

[Dr. York &amp; Satya: 11/21/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#experimentally_measured_data_collection">
    <rdfs:subClassOf rdf:resource="#data_collection"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >This describes collections of experimental (measured) data, either raw or processed. 
    Such data can serve as the input to a data processing task or the output 
    of an experimental measurement or computational task.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="trypsin">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="proteolytic_enzyme"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Class of related proteolytic enzymes that cleave after basic amino acids K &amp; R except when followed by P.

[Dr. York &amp; Satya: 06/28/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#mixture">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom rdf:resource="#mixture_component_descriptor"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#is_described_by"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A molecular aggregate composed of more than one type of molecule.

 A mixture is_described_by one or more mixture_component_descriptor(s), each of
which has two parts:  the component_amount and a substance_identifier that specifies the component itself.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#molecular_aggregate"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="separate_by_filtration">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Separate components of a mixture by filtration.  The filter allows some components to pass through while retaining other components.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="separate_components"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="mass_percent">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter describing the amount of a particular substance in a mixture. 
    The mass percent of the substance is its percent contribution to the  
    total mass of the mixture.  Sometimes mass percent is called weight/weight 
    percent, and abbreviated %w/w.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#component_amount"/>
  </owl:Class>
  <owl:Class rdf:ID="Axiom_1">
    <owl:equivalentClass>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Proteinlynx_micromass_MALDI_data_processing_parameters_collection"/>
          <owl:Class rdf:about="#Proteinlynx_micromass_electrospray_data_processing_parameters_collection"/>
        </owl:unionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:about="#tandem_time_of_flight_mass_spectrometer">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A type of tandem_mass_spectrometer.

[James &amp; Satya: 03/27/05]</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#tandem_mass_spectrometer"/>
  </owl:Class>
  <owl:Class rdf:about="#analytical_instrument">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#hardware"/>
          <owl:Restriction>
            <owl:onProperty>
              <owl:TransitiveProperty rdf:about="#has_material_part"/>
            </owl:onProperty>
            <owl:allValuesFrom rdf:resource="#instrument_component"/>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An analytical instrument is a piece of hardware designed to measure a parameter or analyze a sample.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Bruker_microQTOF_quadrupole_time_of_flight_ms_raw_data">
    <rdfs:subClassOf rdf:resource="#MS_raw_data_native_format"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The raw data output from this intrument.

[James &amp; Satya: 03/22/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#Micromass_Quatro_micro_triple_quadrupole_ms_raw_data">
    <rdfs:subClassOf rdf:resource="#MS_raw_data_native_format"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The raw data output from this intrument.

[James &amp; Satya: 03/22/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Axiom_3">
    <owl:equivalentClass>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#HPLC_variable_wavelength_detector"/>
          <owl:Class rdf:about="#HPLC_multiwavelength_detector"/>
          <owl:Class rdf:about="#HPLC_diode_array_detector"/>
          <owl:Class rdf:about="#HPLC_fluorenscence_detector"/>
        </owl:unionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:about="#HPLC_chromatogram">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A data collection (chromatogram) generated by an HPLC experiment -This typically consists of a collection of time/signal intensity pairs 

[James &amp; Satya: 03/29/05]</rdfs:comment>
    <owl:equivalentClass>
      <owl:Restriction>
        <owl:allValuesFrom rdf:resource="#HPLC_time_signal_pair"/>
        <owl:onProperty>
          <owl:TransitiveProperty rdf:about="#has_data_part"/>
        </owl:onProperty>
      </owl:Restriction>
    </owl:equivalentClass>
    <rdfs:subClassOf rdf:resource="#HPLC_experimental_data_collection"/>
  </owl:Class>
  <owl:Class rdf:ID="data_processing_application">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#agent"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Application software used in processing/manipulating data.

[James &amp; Satya: 03/27/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Bruker_esquire6000_ion_trap_mass_spectrometer">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom rdf:resource="#Bruker_esquire6000_ion_trap_ms_raw_data"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#generates_raw_data"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A type of tandem mass spectrometer.

[James &amp; Satya: 03/27/05]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#ion_trap_mass_spectrometer"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#MS_instrument_setup_parameter_collection">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A collection of instrumental parameters required to record mass spectral data

[James &amp; Satya: 03/27/05]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom rdf:resource="#MS_instrumental_operating_parameter"/>
        <owl:onProperty>
          <owl:TransitiveProperty rdf:about="#has_data_part"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#MS_operating_parameter_collection"/>
  </owl:Class>
  <owl:Class rdf:about="#ABI_4700_TOF_TOF_ms_raw_data">
    <rdfs:subClassOf rdf:resource="#MS_raw_data_native_format"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The raw data output from this instrument.

[James &amp; Satya: 03/22/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#molecular_aggregate">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An aggregate of molecules, which may or may not be homogeneous.  E.G.:
 a liter of water (homogeneous)
 a pound of wheat flour (heterogeneous)
 a milligram of extracted protein (heterogeneous)

[will &amp; satya 03/02/06]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#chemical_entity"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#substance_parameter">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#parameter"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter that describes a physical substance such as a buffer, gas etc.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#experimentally_measured_parameter">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#parameter"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An experimentally measured parameter, either raw or processed. (E.G., signal intensity)
    A collection of such parameters can serve as the input to a data processing task or the output 
    of an experimental measurement or computational task.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Bruker_BioTOF_Q_quadrupole_time_of_flight_mass_spectrometer">
    <rdfs:subClassOf rdf:resource="#quadrupole_time_of_flight_mass_spectrometer"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A type of tandem mass spectrometer.

[James &amp; Satya: 03/27/05]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom>
          <owl:Class rdf:ID="Bruker_BioTOF_Q_quadrupole_time_of_flight_ms_raw_data"/>
        </owl:allValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#generates_raw_data"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="MS_maxent3_number_of_ensemble_members">
    <rdfs:subClassOf rdf:resource="#MS_data_processing_parameter"/>
  </owl:Class>
  <owl:Class rdf:ID="separate_by_dialysis">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Separate components of a mixture by dialysis.  The dialysis membrane allows some components to pass through while retaining other components.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#separate_components"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#hybrid_tandem_mass_spectrometer">
    <rdfs:subClassOf rdf:resource="#tandem_mass_spectrometer"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A type of tandem_mass_spectrometer.

[James &amp; Satya: 03/27/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="MALDI_matrix">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom>
          <owl:Class rdf:ID="small_molecule"/>
        </owl:allValuesFrom>
        <owl:onProperty>
          <owl:TransitiveProperty rdf:about="#has_material_part"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#molecular_aggregate"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A molecular aggragate that is used in a MALDI source.  The MALDI matrix absorbs energy from the laser, and this energy promotes transfer to the gas phase and ionizaton of the analyte.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="CHEBI_ID">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#substance_accession_number"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter that corresponds to the CHEBI ID from the ChEBI Ontology
http://www.ebi.ac.uk/chebi/</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="MS_maxent3_compress_value_option">
    <rdfs:subClassOf rdf:resource="#MS_data_processing_parameter"/>
  </owl:Class>
  <owl:Class rdf:about="#procaryotic_organism">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An organism whose cells do not have a nucleus or internal membranes.

[Dr. York &amp; Satya: 06/28/05]</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#organism"/>
  </owl:Class>
  <owl:Class rdf:about="#Bruker_APEX_Q_FT_ms_raw_data">
    <rdfs:subClassOf rdf:resource="#MS_raw_data_native_format"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The raw data output from this intrument.

[James &amp; Satya: 03/27/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="separate_by_HPLC">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The process of separating components by high-performance liquid chromatography.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#separate_by_chromatography"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#mzXML_ms_raw_data">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A collection of mass spectral data that has NOT been computationally processed, except that it has been converted to mzXML format</rdfs:comment>
    <owl:equivalentClass>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#has_SemURI_concept_ID"/>
        </owl:onProperty>
        <owl:hasValue>
          <SemURI_concept_ID rdf:ID="mzXML_ms_raw_data_tsuka"/>
        </owl:hasValue>
      </owl:Restriction>
    </owl:equivalentClass>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="MS_raw_data_converted_format"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="fragment_peptide_N_terminus_index">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter describing the index (within the parent protein) of the N- terminus of a fragment peptide.

[will &amp; satya 04/25/06]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#molecular_parameter"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="MS_analyzer_mass_range_max">
    <rdfs:subClassOf rdf:resource="#MS_analyzer_parameter"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter that defines the maximum mass range associated with a MS experiment. Mass range is determined by the user and the instrument. It typically has a value from 0 to 500,000.


[James &amp; Satya: 02/24/05]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#has_units"/>
        </owl:onProperty>
        <owl:allValuesFrom rdf:resource="#mass_units"/>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#HPLC_gradient_time_point">
    <rdfs:subClassOf rdf:resource="#HPLC_operating_parameter_collection"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A collection of parameters that defines a HPLC run time and the associated buffer mixture that comprises the eluent at that time. It can have multiple values of component portion for that time value.

[Dr. York &amp; Satya: 06/28/05]</rdfs:comment>
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Restriction>
            <owl:someValuesFrom rdf:resource="#HPLC_time_parameter"/>
            <owl:onProperty>
              <owl:TransitiveProperty rdf:about="#has_data_part"/>
            </owl:onProperty>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty>
              <owl:TransitiveProperty rdf:about="#has_data_part"/>
            </owl:onProperty>
            <owl:someValuesFrom rdf:resource="#mixture_component_descriptor"/>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:about="#Proteinlynx_micromass_MALDI_data_processing_parameters_collection">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The collection of processing parameters used by Proteinlynx when converting a MALDI '.raw' file into a '.pkl' or a '.dta' file, when using Proteinlynx.

[James &amp; Satya: 04/01/05]</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#MS_data_processing_parameter_collection"/>
  </owl:Class>
  <owl:Class rdf:ID="volume_percent">
    <rdfs:subClassOf rdf:resource="#component_amount"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter describing the amount of a particular substance in a mixture. 
    The volume percent of the substance is its percent contribution to the  
    total volume of the mixture.  Sometimes volume percent is called volume/volume 
    percent, and abbreviated %v/v.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#molecular_parameter">
    <rdfs:subClassOf rdf:resource="#substance_parameter"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter describing the identity or a physical property of a molecule.

[James &amp; Satya: 04/01/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#HPLC_parameter">
    <rdfs:subClassOf rdf:resource="#process_associated_parameter"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter that is used/created/generated during the acquisition or processing of HPLC data</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#annotation_associated_data_collection">
    <rdfs:subClassOf rdf:resource="#data_collection"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >a data collection that is used to annotate other data</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="HPLC_flowrate">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter that describes the eluant flow rate for an HPLC experiment.

[James &amp; Satya: 01/31/05]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#has_units"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class rdf:ID="flowrate_units"/>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#HPLC_instrumental_operating_parameter"/>
  </owl:Class>
  <owl:Class rdf:about="#MS_raw_data_converted_format">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#ms_raw_data"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A collection of mass spectral data that has NOT been computationally processed, except that its digital format has been modified</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="glycan">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:complementOf>
              <owl:Class rdf:about="#polynucleotide_accession_number"/>
            </owl:complementOf>
          </owl:Class>
        </owl:allValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#is_described_by"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A biomolecule composed of glycosyl residues.  A glycan is a type of carbohydrate molecule.

[Dr. York &amp; Satya: 06/10/05]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:complementOf>
              <owl:Class rdf:about="#protein_accession_number"/>
            </owl:complementOf>
          </owl:Class>
        </owl:allValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#is_described_by"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:complementOf rdf:resource="#molecular_sequence"/>
          </owl:Class>
        </owl:allValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#is_described_by"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#molecule"/>
  </owl:Class>
  <owl:Class rdf:ID="Bruker_microQTOF_quadrupole_time_of_flight_mass_spectrometer">
    <rdfs:subClassOf rdf:resource="#quadrupole_time_of_flight_mass_spectrometer"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#generates_raw_data"/>
        </owl:onProperty>
        <owl:allValuesFrom rdf:resource="#Bruker_microQTOF_quadrupole_time_of_flight_ms_raw_data"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A type of tandem mass spectrometer.

[James &amp; Satya: 03/27/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#substance_associated_data_collection">
    <rdfs:subClassOf rdf:resource="#data_collection"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >a data collection that describes the physical substances such as buffers, gases etc.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#HPLC_fraction_collector">
    <rdfs:subClassOf rdf:resource="#HPLC_component"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An HPLC instrument component  that directs the eluant from the HPLC column to a series of separate vessels (tubes of wells).  The collector may direct the eluant to different vessels based on elution time, detector response, or some other criterion.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#HPLC_variable_wavelength_detector">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#HPLC_detector"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A type of HPLC detector.

[James &amp; Satya: 01/31/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="ms_processed_data">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A collection of mass spectral data that has been computationally processed - E.G. a peak list

[James &amp; Satya: 03/22/05]</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#ms_output_data_collection"/>
  </owl:Class>
  <owl:Class rdf:about="#MS_component">
    <rdfs:subClassOf rdf:resource="#instrument_component"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A component of a mass spectrometer</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#proteolytic_enzyme">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A  protein that catalyzes the cleavage of peptide bonds in proteins to generate peptides.

[Dr. York &amp; Satya: 06/28/05]</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#enzyme"/>
  </owl:Class>
  <owl:Class rdf:ID="Micromass_MALDI_micro_MX_MALDI_TOF_mass_spectrometer">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom rdf:resource="#Micromass_MALDI_micro_MX_MALDI_TOF_ms_raw_data"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#generates_raw_data"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A type of MALDI-TOF mass spectrometer.

[James &amp; Satya: 03/27/05]</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#MALDI-TOF_mass_spectrometer"/>
  </owl:Class>
  <owl:Class rdf:about="#HPLC_multiwavelength_detector">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A type of HPLC detector.

[James &amp; Satya: 01/31/05]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#HPLC_detector"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="MS_min_peak_width_at_half_height_mass_measure_value">
    <rdfs:subClassOf rdf:resource="#MS_data_processing_parameter"/>
  </owl:Class>
  <owl:Class rdf:ID="Bruker_HCT_ion_trap_mass_spectrometer">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A type of tandem mass spectrometer.

[James &amp; Satya: 03/27/05]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#ion_trap_mass_spectrometer"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom rdf:resource="#Bruker_HCT_ion_trap_ms_raw_data"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#generates_raw_data"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Turbo_Sequest_application">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Application software developed by ThermoElectron for processing mass spectrometer data.

[James &amp; Satya: 03/27/05]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="ThermoElectron_mass_spectrometer_data_processing_application"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="weak_anion_exchange_HPLC_column">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A type of HPLC column</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#HPLC_column"/>
  </owl:Class>
  <owl:Class rdf:ID="Sciex_API_III_ms-ms_peak_list">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#ms-ms_peak_list"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A data collection consisting of a list of precursor ion masses and associated fragment ion masses from an ms/ms experiment.

Peak lists exported from PE Sciex API III contain data from a single MS/MS spectrum. Since the file format does not include details of the precursor peptide m/z, this information must be entered manually into the PRECURSOR and CHARGE form fields. This limitation also means that multiple spectra cannot be merged into a single data file.
(Reference: http://www.matrixscience.com/help/data_file_help.html#QTOF)

[James &amp; Satya: 03/27/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="MS_smoothing_algorithm">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#has_value"/>
        </owl:onProperty>
        <owl:allValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#MS_data_processing_parameter"/>
  </owl:Class>
  <owl:Class rdf:about="#fourier_transform_mass_spectrometer">
    <rdfs:subClassOf rdf:resource="#tandem_mass_spectrometer"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The type of tandem_mass_spectrometer.

[James &amp; Satya: 03/27/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#substance_accession_number">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#refers_to_material_continuant"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class rdf:about="#chemical_entity"/>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#substance_identifier"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#has_value"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter that specifies the unique identifier in a database that refers to a particular molecule or gene. The name of each accession number instance should contain the accession number itself.

[Dr. York &amp; Satya: 06/13/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#ion_trap_mass_spectrometer">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A type of tandem_mass_spectrometer.

[James &amp; Satya: 03/27/05]</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#tandem_mass_spectrometer"/>
  </owl:Class>
  <owl:Class rdf:about="#HPLC_data_processing_application">
    <rdfs:subClassOf rdf:resource="#data_processing_application"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Application software used in processing/manipulating HPLC data.

[James &amp; Satya: 03/27/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#Applied_Bio_Systems_mass_spectrometer_data_processing_application">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Application software developed by Applied Bio Systems for processing mass spectrometer data.

[James &amp; Satya: 03/27/05]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#MS_data_processing_application"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="chemical_abstracts_accession_number">
    <rdfs:subClassOf rdf:resource="#substance_accession_number"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter that corresponds to the Chemical Abstrracts Accession number of a molecule.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#has_units"/>
        </owl:onProperty>
        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >0</owl:cardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="source_organism">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter that specifies the organism from which the biological sample is taken.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom rdf:resource="#organism"/>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#refers_to_material_continuant"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#biological_source_parameter"/>
  </owl:Class>
  <owl:Class rdf:ID="MS_source_MALDI_parameter_collection">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:ID="MS_source_parameter_collection"/>
          <owl:Restriction>
            <owl:allValuesFrom>
              <owl:Class rdf:about="#MS_source_MALDI_parameter"/>
            </owl:allValuesFrom>
            <owl:onProperty>
              <owl:TransitiveProperty rdf:about="#has_data_part"/>
            </owl:onProperty>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A collection of parameters controlling the operation of a matrix-assisted laser-desorption ionization source of a mass spectrometer

[Will &amp; Satya 02/15/06]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#physical_units">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#has_value"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#parameter"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >0</owl:cardinality>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#has_units"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter defining the physical units of a parameter (measurement of setting)

[will &amp;satya 04/14/06]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="separate_by_lectin_affinity_chromatography">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#separate_by_chromatography"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The process of separating components by lectin-affinity chromatography.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="denovo_sequencing_data_collection">
    <rdfs:subClassOf rdf:resource="#process_associated_data_collection"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A data collection used or generated by a denovo sequencing process with ms-ms data.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Masslynx_Micromass_application">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Application software developed by Micromass for processing mass spectrometer data.

[James &amp; Satya: 03/27/05]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Micromass_mass_spectrometer_data_processing_application"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="quantify_data">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The computational processing in which a quantity (e.g. amount) is associated with various data elements.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#process_data"/>
  </owl:Class>
  <owl:Class rdf:about="#pure_substance">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom rdf:resource="#molecule"/>
        <owl:onProperty>
          <owl:TransitiveProperty rdf:about="#has_material_part"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#molecular_aggregate"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A molecular aggregate composed of many copies of same molecule.

[will &amp; satya 03/02/06]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#Micromass_mass_spectrometer_data_processing_application">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Application software developed by Micromass for processing mass spectrometer data.

[James &amp; Satya: 03/27/05]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#MS_data_processing_application"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#organ">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#biological_continuant"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A specific biological organ, such as heart or leaf.

Several OBO ontologies model anatomical features of organsims, including their organs, tissues, cells, etc.  and additional semantic information can be specified by cross reference to these other ontologies.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Finnigan_LTQ_FT_ms_raw_data">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The raw data output from this intrument.

[James &amp; Satya: 03/27/05]</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#MS_raw_data_native_format"/>
  </owl:Class>
  <owl:Class rdf:ID="KEGG_ID">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter that specifies the unique glycan identifier in the  KEGG database.
URL: http://www.genome.jp/kegg/

[Dr. York &amp; Satya: 06/14/05]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#glycan_accession_number"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#separate_by_chromatography">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The process of separating components by chromatography.

[Dr. York &amp; Satya: 11/21/05]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#separate_components"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#process_time_parameter">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter that describes the time within a process that an event occured.  E.G., a "retention time" in HPLC or a "scan acquisition time" in mass spectrometry.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#process_associated_parameter"/>
  </owl:Class>
  <owl:Class rdf:about="#mass_spectrometer">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A mass spectrometer separates and counts ions based on their mass to charge ratios.

[James &amp; Satya: 03/27/05]</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#analytical_instrument"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:TransitiveProperty rdf:about="#has_material_part"/>
        </owl:onProperty>
        <owl:allValuesFrom rdf:resource="#MS_component"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom rdf:resource="#MS_raw_data_native_format"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#generates_raw_data"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="MS_source_cone_voltage">
    <owl:equivalentClass>
      <owl:Restriction>
        <owl:allValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#has_value"/>
        </owl:onProperty>
      </owl:Restriction>
    </owl:equivalentClass>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter that defines the voltage applied to the inlet cone.

[James &amp; Satya: 02/24/05]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom rdf:resource="#electrical_potential_units"/>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#has_units"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#MS_source_ESI_parameter"/>
  </owl:Class>
  <owl:Class rdf:about="#glycan_accession_number">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter that specifies the unique identifierfor a glycan.

[Dr. York &amp; Satya: 06/13/05]</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#substance_accession_number"/>
  </owl:Class>
  <owl:Class rdf:about="#task">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A process that is initiated or implemented by an agent.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="HPLC_refractive_index_detector">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A type of HPLC detector.

[James &amp; Satya: 01/31/05]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#HPLC_detector"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#Bruker_APEX_IV_ms_raw_data">
    <rdfs:subClassOf rdf:resource="#MS_raw_data_native_format"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The raw data output from this instrument.

[James &amp; Satya: 03/27/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="MS_source_MALDI_matrix">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#substance_identifier"/>
          <owl:Class rdf:about="#MS_source_MALDI_parameter"/>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter that defines  the matrix used in the MALDI analysis. It may be of multiple types like:
a) DHB
b) Alpha-Cyano

[James &amp; Satya: 02/24/05]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom rdf:resource="#MALDI_matrix"/>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#refers_to_material_continuant"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#gel_electrophoresis_data_collection">
    <rdfs:subClassOf rdf:resource="#process_associated_data_collection"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A data collection used or generated by gel electrophoresis experiments</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#Finnigan_Sequest_DTA_ms-ms_peak_list">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A data collection consisting of a list of precursor ion masses and associated fragment ion masses from an ms/ms experiment.

The DTA format is very simple. The first line contains the singly protonated peptide mass (MH+) and the peptide charge state as a pair of space separated values. Subsequent lines contain space separated pairs of fragment ion m/z and intensity values. 

(Reference: http://www.matrixscience.com/help/data_file_help.html#QTOF)

[James &amp; Satya: 03/27/05]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#ms-ms_peak_list"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="UNIPROT_accession_number">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter that specifies the unique identifier for a particular protein in the UNIPROT (formerly SWISSPROT) database.
URL: www.uniprot.org/

[Dr. York &amp; Satya: 06/14/05]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#protein_accession_number"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="theoretical_mass_to_charge_ratio">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#mass_to_charge_ratio"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter describing the theoretical mass-to-charge ratio (m/z) of a particular ion.

[will &amp; satya 03/02/06]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Micromass_Q_TOF_micro_quadrupole_time_of_flight_mass_spectrometer">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom rdf:resource="#Micromass_Q_TOF_micro_quadrupole_time_of_flight_ms_raw_data"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#generates_raw_data"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A type of tandem mass spectrometer.

[James &amp; Satya: 03/27/05]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:unionOf rdf:parseType="Collection">
              <owl:Class rdf:about="#micromass_pkl_ms-ms_peak_list"/>
              <owl:Class rdf:about="#Finnigan_Sequest_DTA_ms-ms_peak_list"/>
            </owl:unionOf>
          </owl:Class>
        </owl:allValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#generates_ms-ms_peak_list"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#quadrupole_time_of_flight_mass_spectrometer"/>
  </owl:Class>
  <owl:Class rdf:about="#flowrate_units">
    <rdfs:subClassOf rdf:resource="#physical_units"/>
  </owl:Class>
  <owl:Class rdf:ID="HPLC_chromatogram_text_format_data">
    <rdfs:subClassOf rdf:resource="#HPLC_chromatogram"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A data collection (chromatogram) generated by an HPLC experiment - This describes, two-column data which are signal vs time. The data columns are generally tab, space or comma separated.

[James &amp; Satya: 03/29/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="experimental_monoisotopic_mass">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter describing the measured monoisotopic mass of a particularmolecule or  ion.

[Dr. York &amp; Satya: 06/13/05]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#experimental_mass"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Bruker_ultraflex_TOF_TOF_mass_spectrometer">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#generates_raw_data"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class rdf:ID="Bruker_ultraflex_TOF_TOF_ms_raw_data"/>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A type of tandem mass spectrometer.

[James &amp; Satya: 03/27/05]</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#tandem_time_of_flight_mass_spectrometer"/>
  </owl:Class>
  <owl:Class rdf:ID="denovo_sequencing_processing_parameter_collection">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A collection of parameters required to perform a denovo sequencing with ms-ms data.

[James &amp; Satya: 03/27/05]</rdfs:comment>
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#operating_parameter_collection"/>
          <owl:Class rdf:about="#denovo_sequencing_data_collection"/>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:ID="database_search_result_Mascot_protein_summary_dataset">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The body of the report contains a tabular summary of the best matching proteins. 

[Dr. York &amp; Satya: 07/19/05]</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#database_search_result_Mascot_HTML_dataset"/>
  </owl:Class>
  <owl:Class rdf:about="#parameter">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#data"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >In ProPreO, a parameter is a single, indivisible datum (i.e., parameters cannot be further subdivided.) Collections of parameters are called data_collections in ProPreO.

Note that in ProPreO, a parameter (such as a substance_identifier or biological_source_parameter) may refer to a specific object (such as an organism or a molecule), but the parameter and the object that it refers to are separate.  In these cases, the parameter is piece of information that may be found, for example, in a data file and the object it points to is a real world object of class of objects.  These two entities are related by the property "refers_to_material_continuant".

[satya 02/15/06]</rdfs:comment>
    <owl:equivalentClass>
      <owl:Restriction>
        <owl:onProperty>
          <owl:TransitiveProperty rdf:about="#has_data_part"/>
        </owl:onProperty>
        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >0</owl:cardinality>
      </owl:Restriction>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:ID="MS_analyzer_mass_range_min">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter that defines the minimum mass range associated with a MS experiment.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#MS_analyzer_parameter"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom rdf:resource="#mass_units"/>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#has_units"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#life-cycle_form">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#biological_continuant"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An organism in the form it adopts at a specific stage in its life-cycle.  For example, an epimastigote is a life-cycle form of a Trypanosome.
Ontologies that more fully model life-cycle stages are in development, for example,
http://obo.sourceforge.net/cgi-bin/detail.cgi?plasmodium_life_cycle</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#MS_data_processing_application">
    <rdfs:subClassOf rdf:resource="#data_processing_application"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Application software used in processing/manipulating ms or ms-ms data.

[James &amp; Satya: 03/27/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="source_cell">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter that specifies the cell type from which the biological sample is taken.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#biological_source_parameter"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#refers_to_material_continuant"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class rdf:ID="cell"/>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Micromass_Quatro_premier_triple_quadrupole_mass_spectrometer">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#generates_raw_data"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class rdf:ID="Micromass_Quatro_premier_triple_quadrupole_ms_raw_data"/>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A type of tandem mass spectrometer.

[James &amp; Satya: 03/27/05]</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#triple_quadrupole_mass_spectrometer"/>
  </owl:Class>
  <owl:Class rdf:ID="Micromass_Q_TOF_ultima_quadrupole_time_of_flight_ms_raw_data">
    <rdfs:subClassOf rdf:resource="#MS_raw_data_native_format"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The raw data output from this intrument.

[James &amp; Satya: 03/22/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#length_units">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter defining the physical units of length</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#physical_units"/>
  </owl:Class>
  <owl:Class rdf:ID="Micromass_Q_TOF_ultima_quadrupole_time_of_flight_mass_spectrometer">
    <rdfs:subClassOf rdf:resource="#quadrupole_time_of_flight_mass_spectrometer"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:unionOf rdf:parseType="Collection">
              <owl:Class rdf:about="#Finnigan_Sequest_DTA_ms-ms_peak_list"/>
              <owl:Class rdf:about="#micromass_pkl_ms-ms_peak_list"/>
            </owl:unionOf>
          </owl:Class>
        </owl:allValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#generates_ms-ms_peak_list"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#generates_raw_data"/>
        </owl:onProperty>
        <owl:allValuesFrom rdf:resource="#Micromass_Q_TOF_ultima_quadrupole_time_of_flight_ms_raw_data"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A type of tandem mass spectrometer.

[James &amp; Satya: 03/27/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#MS_source_MALDI_parameter">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A  parameter associated with a matrix assisted laser induced ionization source.

[James &amp; Satya: 02/24/05]</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#MS_source_parameter"/>
  </owl:Class>
  <owl:Class rdf:about="#ms_raw_data">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A collection of mass spectral data that has NOT been computationally processed other than to change its digital format</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#ms_output_data_collection"/>
  </owl:Class>
  <owl:Class rdf:ID="reversed-phase_HPLC_column">
    <rdfs:subClassOf rdf:resource="#HPLC_column"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A type of HPLC column</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="weak_cation_exchange_HPLC_column">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A type of HPLC column</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#HPLC_column"/>
  </owl:Class>
  <owl:Class rdf:ID="database_search_result_Mascot_peptide_summary_dataset">
    <rdfs:subClassOf rdf:resource="#database_search_result_Mascot_HTML_dataset"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The body of the Peptide Summary report contains a tabular listing of the proteins, sorted by descending protein score. 

[Dr. York &amp; Satya: 07/19/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="MS_time_parameter">
    <rdfs:subClassOf rdf:resource="#process_time_parameter"/>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#MS_parameter"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter that describes the time within a mass spectrometry that an event occurs.  E.G., the time (measured from the start of the experiment) that a particular mass spectrum was recorded.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#MS_parameter">
    <rdfs:subClassOf rdf:resource="#process_associated_parameter"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter that is used/created/generated during the acquisition or processing of MS  data

[Will &amp; Satya: 01/19/06]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="absolute_mass">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter describing the total mass of a particular substance (e.g., 5 grams of NaCl) in a molecular aggregate</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#absolute_amount"/>
  </owl:Class>
  <owl:Class rdf:about="#Micromass_QTOF_2_quadrupole_time_of_flight_ms_raw_data">
    <rdfs:subClassOf rdf:resource="#MS_raw_data_native_format"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The raw data output from this intrument.

[James &amp; Satya: 03/22/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#Bruker_ultraflex_TOF_TOF_ms_raw_data">
    <rdfs:subClassOf rdf:resource="#MS_raw_data_native_format"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The raw data output from this intrument.

[James &amp; Satya: 03/22/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="molarity">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter describing the amount of a substance in a solution.  The molarity is the number of moles of the substance that is dissolved in one Liter of the solution.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#component_amount"/>
  </owl:Class>
  <owl:Class rdf:ID="experimental_ion_abundance">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter describing the measured abundance of a particular ion.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#MS_experimentally_measured_parameter"/>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#ion_abundance"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#operating_parameter_collection">
    <rdfs:subClassOf rdf:resource="#data_collection"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A data collection that is used to control the execution of a task, such as the physical parameters required for recording a mass spectrum or the computational parameters for processing a data set.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="meta_data_file_URL">
    <rdfs:subClassOf rdf:resource="#URL_parameter"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A string parameter that contains the URL of a meta-data file.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#protein_accession_number">
    <rdfs:subClassOf rdf:resource="#substance_accession_number"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter that specifies the unique identifier for a particular protein in a database.

[Dr. York &amp; Satya: 06/13/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#small_molecule">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A molecule that is very generally classified by its small size.  This class is intended to allow the classification of molecules that are encountered in proteomics analysis (such as a solvent molecule or a MALDI matrix component), but are not classified as a major type of biomolecule.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#molecule"/>
  </owl:Class>
  <owl:Class rdf:about="#DNA_nucleotide_sequence">
    <rdfs:subClassOf rdf:resource="#molecular_sequence"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter describing the sequence of deoxynucleotides in a DNA molecule.  Nucleotides are listed from the 5' end to the 3' end.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="experimental_mass_to_charge_ratio">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter describing the measured mass to charge ratio (m/z) of a particular ion.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#mass_to_charge_ratio"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#MS_experimentally_measured_parameter"/>
  </owl:Class>
  <owl:Class rdf:about="#HPLC_pump">
    <rdfs:subClassOf rdf:resource="#HPLC_component"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An HPLC component that pumps the eluant through the HPLC column, usually at high pressure and at a tightly controlled flow rate.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#agent">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An agent is a real world object that causes something to happen, i.e., it initiates or implements a process.  Examples are human operators, analytical instruments, enzymes, and software applications</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="material_continuant"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#substance_amount">
    <rdfs:subClassOf rdf:resource="#substance_parameter"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter describing the amount of a substance.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#material_continuant">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A material continuant is a real-world object.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#tranform_representation_format">
    <rdfs:subClassOf rdf:resource="#transform_data_format"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The transformation of the representational format of data. For example, FASTA format to GCG format.

[Dr. York &amp; Satya: 11/21/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#HPLC_detector">
    <rdfs:subClassOf rdf:resource="#HPLC_component"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An HPLC instrument component that detects molecules that are eluted from the HPLC column.

[James &amp; Satya: 01/31/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="SemURI">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The semantic Universal Resource Identifier (semURI) for a specific instance defined in ProPreO or other aligned ontology.

By semantic URI we mean an URI that lexically incorporates semantic description by succinctly representing a chronologically ordered list of concepts that are defined in ProPreO or other ontologies.  These concepts can include both (physical and computational) tasks and the (physical and digital) objects that these tasks use and generate.  Thus, each task or object class is assigned a SemURI_concept_ID, which is appended (along with a SemURI_instance_ID) to the SemURI of the the object's predecessor to generate a new SemURI that identifies the new task or object.  Thus, the SemURI constitutes a very succinct representation of the entire provenance of an object, including all of the tasks and intermediate objects in its history.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#SemURI_parameter"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#has_value"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#Micromass_Quatro_premier_triple_quadrupole_ms_raw_data">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The raw data output from this intrument.

[James &amp; Satya: 03/22/05]</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#MS_raw_data_native_format"/>
  </owl:Class>
  <owl:Class rdf:about="#ms-ms_peak_list">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A data collection consisting of a list of precursor ion masses and associated fragment ion masses from an ms/ms experiment. Often, the abundance of the ion is included in the peak list.  The ms/ms peak list can be used to perform database searching or denovo sequencing.

[James &amp; Satya: 03/27/05]</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#ms_processed_data"/>
  </owl:Class>
  <owl:Class rdf:about="#HPLC_autosampler">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An HPLC component that is programmed to automatically inject samples into the HPLC column. 

[James &amp; Satya: 01/31/05]</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#HPLC_component"/>
  </owl:Class>
  <owl:Class rdf:ID="cyclotron_analyzer">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A type of MS analyzer</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#MS_analyzer"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="strong_cation_exchange_HPLC_column">
    <rdfs:subClassOf rdf:resource="#HPLC_column"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A type of HPLC column</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="simulate_analytical_data">
    <rdfs:subClassOf rdf:resource="#simulate_data"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The simulation of the output of an analytical instrument like NMR, ms or chromatography. It is computed based on a set of input parametres.

[Dr. York &amp; Satya: 11/21/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="MS_analyzer_interscan_delay">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter that defines the time period between MS and MS-MS scans.

[James &amp; Satya: 02/24/05]</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#MS_analyzer_parameter"/>
  </owl:Class>
  <owl:Class rdf:ID="Bruker_HCTplus_ion_trap_mass_spectrometer">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#generates_raw_data"/>
        </owl:onProperty>
        <owl:allValuesFrom rdf:resource="#Bruker_HCTplus_ion_trap_ms_raw_data"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#ion_trap_mass_spectrometer"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A type of tandem mass spectrometer.

[James &amp; Satya: 03/27/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#experimental_mass">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter describing the measured  mass of a particular molecule or ion.

[Dr. York &amp; Satya: 06/28/05]</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#mass"/>
  </owl:Class>
  <owl:Class rdf:ID="experimental_isoelectric_point">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Measured from an experiment.

[Dr. York &amp; Satya: 06/28/05]</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#isoelectric_point"/>
  </owl:Class>
  <owl:Class rdf:ID="Bruker_microflex_MALDI_TOF_ms_raw_data">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The raw data output from this intrument.

[James &amp; Satya: 03/22/05]</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#MS_raw_data_native_format"/>
  </owl:Class>
  <owl:Class rdf:about="#data">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Data constitute the basic units of information. Data can include collections of information or individual units of information.  Data can be experimental (measured) or theoretical (calculated).

[satya 02/15/06]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#ion_abundance">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#has_value"/>
        </owl:onProperty>
        <owl:allValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter describing the (measured or theoretical) abundance of a particular ion.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#ion_parameter"/>
  </owl:Class>
  <owl:Class rdf:about="#MS_analyzer">
    <rdfs:subClassOf rdf:resource="#MS_component"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A mass spectromete component that separates ions according to their mass to charge ratio.  Ions are produced in the ion source.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#Finnigan_LCQ_classic_ms_raw_data">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The raw data output from this intrument.

[James &amp; Satya: 03/22/05]</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#MS_raw_data_native_format"/>
  </owl:Class>
  <owl:Class rdf:ID="lectin_affinity_HPLC_column">
    <rdfs:subClassOf rdf:resource="#HPLC_column"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A type of HPLC column</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="HPLC_vacuum_degasser">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An HPLC instrument component that uses a vacuum to remove dissolved gas from a sample or eluant before it is pumped through the HPLC column.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#HPLC_component"/>
  </owl:Class>
  <owl:Class rdf:ID="electric_sector_analyzer">
    <rdfs:subClassOf rdf:resource="#MS_analyzer"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A type of MS analyzer</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="fluorescence_activated_cell_sorter">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An instrument that performs a type of flow cytometry (cell counting), sorting cells in a suspension according to their fluorescence properties.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#analytical_instrument"/>
  </owl:Class>
  <owl:Class rdf:about="#TOF_analyzer">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A type of MS analyzer</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#MS_analyzer"/>
  </owl:Class>
  <owl:Class rdf:ID="HPLC_micro_autosampler">
    <rdfs:subClassOf rdf:resource="#HPLC_autosampler"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A type of HPLC autosampler.

[James &amp; Satya: 01/31/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#cell">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A cell, such as a neutrophil or a stem cell.  These are more fully modeled in the cell ontology
http://obo.sourceforge.net/cgi-bin/detail.cgi?cell</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#biological_continuant"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Bruker_autoflex_TOF_TOF_ms_raw_data">
    <rdfs:subClassOf rdf:resource="#MS_raw_data_native_format"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The raw data output from this intrument.

[James &amp; Satya: 03/22/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#polynucleotide_accession_number">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter that specifies the unique identifier in a database that refers to a particular gene or other nucleotide sequence. 

 [Dr. York &amp; Satya: 06/24/05]</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#substance_accession_number"/>
  </owl:Class>
  <owl:Class rdf:about="#high_performance_liquid_chromatograph">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:TransitiveProperty rdf:about="#has_material_part"/>
        </owl:onProperty>
        <owl:allValuesFrom rdf:resource="#HPLC_component"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An instrument that separates molecules by passing a solution of the molecules through a column containing a solid matrix that differentially interacts with the molecules.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#analytical_instrument"/>
  </owl:Class>
  <owl:Class rdf:ID="biochemical_sample">
    <rdfs:subClassOf rdf:resource="#molecular_aggregate"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A molecular aggregate that has been prepared in the laboratory from a biological continuant.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#is_described_by"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:complementOf>
              <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                  <owl:Class rdf:about="#ion_parameter"/>
                  <owl:Class rdf:about="#molecular_parameter"/>
                </owl:unionOf>
              </owl:Class>
            </owl:complementOf>
          </owl:Class>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom rdf:resource="#substance_parameter"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#is_described_by"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#small_organic_molecule">
    <rdfs:subClassOf rdf:resource="#small_molecule"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A small molecule that contains the element carbon.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#chemical_entity">
    <rdfs:subClassOf rdf:resource="#material_continuant"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A material continuant that is described chiefly with respect to its chemical composition.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="tryptic_peptide">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom rdf:resource="#trypsin"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="generated_by_proteolytic_enzyme"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A peptide that is generated by treatment of a protein with the proteolytic enzyme trypsin .

[Dr. York &amp; Satya: 06/28/05]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="oligopeptide"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Bruker_microflex_MALDI_TOF_mass_spectrometer">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A type of MALDI-TOF mass spectrometer.

[James &amp; Satya: 03/27/05]</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#MALDI-TOF_mass_spectrometer"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom rdf:resource="#Bruker_microflex_MALDI_TOF_ms_raw_data"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#generates_raw_data"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#Finnigan_ASC_ms-ms_peak_list">
    <rdfs:subClassOf rdf:resource="#ms-ms_peak_list"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A data collection consisting of a list of precursor ion masses and associated fragment ion masses from an ms/ms experiment.

Files in this format are created by the LIST command on the ICIS data system. The header block for each MS/MS dataset begins with a "LIST:" field. The text in this field is used by Mascot to identify the query, equivalent to an embedded TITLE parameter. 

The ASC file header does not specify a charge state for the precursor peptide. This can be specified (globally) on the search form, or by an embedded CHARGE parameter at the head of the data file. 

The precursor peptide m/z value is parsed from the "Mode:" field. Mascot uses the prevailing CHARGE value to calculate Mr from the observed m/z. 

A blank line to delimit MS/MS datasets is optional. 
(Reference: http://www.matrixscience.com/help/data_file_help.html#QTOF)

[James &amp; Satya: 03/27/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="theoretical_chemical_mass">
    <rdfs:subClassOf rdf:resource="#theoretical_mass"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter describing the theoretical (calculated)  chemical mass of a particular molecule or ion.

[Dr. York &amp; Satya: 06/28/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Finnigan_LTQ_FT_mass_spectrometer">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A type of tandem mass spectrometer.

[James &amp; Satya: 03/27/05]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:unionOf rdf:parseType="Collection">
              <owl:Class rdf:about="#Finnigan_ASC_ms-ms_peak_list"/>
              <owl:Class rdf:about="#Finnigan_Sequest_DTA_ms-ms_peak_list"/>
            </owl:unionOf>
          </owl:Class>
        </owl:allValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#generates_ms-ms_peak_list"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#generates_raw_data"/>
        </owl:onProperty>
        <owl:allValuesFrom rdf:resource="#Finnigan_LTQ_FT_ms_raw_data"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#hybrid_tandem_mass_spectrometer"/>
  </owl:Class>
  <owl:Class rdf:about="#biological_continuant">
    <rdfs:subClassOf rdf:resource="#material_continuant"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >This class includes organisms at various stages of development or life-cycle (e.g., spore, seed, blastula, embryo, adult, epimastigote) and parts of these organisms (e.g., organs, tissues and cells).  It also includes cultured cells and tissues (e.g., cultured embryonic stem cells).
The ProPreO is not meant to explicitly describe all of these objects.  Rather, it is meant to provide access to ontological descriptions of these objects by defining broad classes that are more fully modeled in other ontologies.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#mass_to_charge_ratio">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter describing the (measured or theoretical) mass-to-charge ratio (m/z) of a particular ion.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#ion_parameter"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#has_value"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Finnigan_LTQ_linear_ion_trap_mass_spectrometer">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A type of tandem mass spectrometer.

[James &amp; Satya: 03/27/05]</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#ion_trap_mass_spectrometer"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom rdf:resource="#Finnigan_LTQ_linear_ion_trap_ms_raw_data"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#generates_raw_data"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#generates_ms-ms_peak_list"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:unionOf rdf:parseType="Collection">
              <owl:Class rdf:about="#Finnigan_ASC_ms-ms_peak_list"/>
              <owl:Class rdf:about="#Finnigan_Sequest_DTA_ms-ms_peak_list"/>
            </owl:unionOf>
          </owl:Class>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#transform_data">
    <rdfs:subClassOf rdf:resource="#process_data"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >One of a diverse collection of computational processing tasks including:
a) Changing the format
b) Search and Replace (e.g., modification of DataBase)
c) Sort

[Dr. York &amp; Satya: 11/21/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#solvent_molecule">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#is_described_by"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:complementOf rdf:resource="#substance_accession_number"/>
          </owl:Class>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A molecule that exists as a liquid in the laboratory, and that can dissolve other molecules.  E.G. water, methanol.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:complementOf rdf:resource="#isoelectric_point"/>
          </owl:Class>
        </owl:allValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#is_described_by"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#small_molecule"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#is_described_by"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:complementOf rdf:resource="#molecular_sequence"/>
          </owl:Class>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="HPLC_microscale_MALDI_spotter">
    <rdfs:subClassOf rdf:resource="#HPLC_fraction_collector"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An HPLC fraction collector that directs the eluant from an micro scale HPLC experiment onto specific locatons on a MALDI target for subsequent MALDI MS analysis.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="MS_maxent3_peak_width">
    <rdfs:subClassOf rdf:resource="#MS_data_processing_parameter"/>
  </owl:Class>
  <owl:Class rdf:ID="Bruker_autoflex_MALDI_TOF_mass_spectrometer">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom rdf:resource="#Bruker_autoflex_MALDI_TOF_ms_raw_data"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#generates_raw_data"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A type of MALDI-TOF mass spectrometer.

[James &amp; Satya: 03/27/05]</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#MALDI-TOF_mass_spectrometer"/>
  </owl:Class>
  <owl:Class rdf:ID="solid_mixture">
    <rdfs:subClassOf rdf:resource="#mixture"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A mixture that is in the solid state, for example, dry baking powder, composed of solid NaHCO3 and tartaric acid.

[Satya &amp; Will 03/02/06]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="MS_smooth_window_mass_measure_value">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#has_value"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#MS_data_processing_parameter"/>
  </owl:Class>
  <owl:Class rdf:ID="simulate_ms_data">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Tthe simulation of mass spectra. For example, calculation of an isotopic distribution based on elemental composition and subsequent simulation of a mass spectum based on the calculated isotopic distribution.

[Dr. York &amp; Satya: 11/21/05]</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#simulate_analytical_data"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_input_data"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:unionOf rdf:parseType="Collection">
              <owl:Class rdf:about="#mass"/>
              <owl:Class rdf:about="#molecular_sequence"/>
              <owl:Class rdf:about="#elemental_composition"/>
            </owl:unionOf>
          </owl:Class>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="theoretical_isoelectric_point">
    <rdfs:subClassOf rdf:resource="#isoelectric_point"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Calculated from the molecular structure.

[Dr. York &amp; Satya: 06/28/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#separate_components">
    <rdfs:subClassOf rdf:resource="#physical_task"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The task of physcially spearating the components of a mixture.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#MS_source_parameter_collection">
    <rdfs:subClassOf rdf:resource="#MS_instrument_setup_parameter_collection"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom rdf:resource="#MS_source_parameter"/>
        <owl:onProperty>
          <owl:TransitiveProperty rdf:about="#has_data_part"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A collection of parameters controlling the operation of the ion source of a mass spectrometer

[James &amp; Satya: 02/24/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="MS_source_MALDI_laser_intensity">
    <rdfs:subClassOf rdf:resource="#MS_source_MALDI_parameter"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#has_units"/>
        </owl:onProperty>
        <owl:allValuesFrom rdf:resource="#laser_pulse_intensity_units"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter that defines the intensity of the laser used in the MS experiment.

[James &amp; Satya: 02/24/05]</rdfs:comment>
    <owl:equivalentClass>
      <owl:Restriction>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#has_value"/>
        </owl:onProperty>
        <owl:allValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
      </owl:Restriction>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:ID="absolute_volume">
    <rdfs:subClassOf rdf:resource="#absolute_amount"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter describing the total volume of a particular substance (e.g., 5 Liters of water) in a molecular aggregate</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#Bruker_BioTOF_Q_quadrupole_time_of_flight_ms_raw_data">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The raw data output from this intrument.

[James &amp; Satya: 03/22/05]</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#MS_raw_data_native_format"/>
  </owl:Class>
  <owl:Class rdf:ID="MS_polynomial_order_mass_measure_value">
    <rdfs:subClassOf rdf:resource="#MS_data_processing_parameter"/>
  </owl:Class>
  <owl:Class rdf:about="#SemURI_parameter">
    <rdfs:subClassOf rdf:resource="#annotation_parameter"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >By semantic URI (SemURI) we mean an URI that lexically incorporates semantic description by succinctly representing a chronologically ordered list of concepts that are defined in ProPreO or other ontologies.  These concepts can include both (physical and computational) tasks and the (physical and digital) objects that these tasks use and generate.  Thus, each task or object class is assigned a SemURI_concept_ID, which is appended (along with a SemURI_instance_ID) to the SemURI of the the object's predecessor to generate a new SemURI that identifies the new task or object.  Thus, the SemURI constitutes a very succinct representation of the entire provenance of an object, including all of the tasks and intermediate objects in its history.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#denovo_sequencing_output_data_collection">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A data collection generated by a denovo sequencing process with ms-ms data.

[James &amp; Satya: 03/27/05]</rdfs:comment>
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#denovo_sequencing_data_collection"/>
          <owl:Class rdf:about="#experimentally_measured_data_collection"/>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:ID="MS_maxent3_value">
    <rdfs:subClassOf rdf:resource="#MS_data_processing_parameter"/>
  </owl:Class>
  <owl:Class rdf:ID="HPLC_analytical_scale_fraction_collector">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An HPLC fraction collector that directs the eluant from an analytical scale HPLC experiment.

[James &amp; Satya: 01/31/05]</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#HPLC_fraction_collector"/>
  </owl:Class>
  <owl:Class rdf:about="#oligopeptide">
    <rdfs:subClassOf rdf:resource="#molecule"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:complementOf>
              <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                  <owl:Class rdf:about="#DNA_nucleotide_sequence"/>
                  <owl:Class rdf:about="#RNA_nucleotide_sequence"/>
                </owl:unionOf>
              </owl:Class>
            </owl:complementOf>
          </owl:Class>
        </owl:allValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#is_described_by"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >peptide</rdfs:label>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:complementOf rdf:resource="#polynucleotide_accession_number"/>
          </owl:Class>
        </owl:allValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#is_described_by"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#is_described_by"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:complementOf rdf:resource="#glycan_accession_number"/>
          </owl:Class>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A biomolecule composed of amino acids connected by amide bonds.  A peptide can be generated by fragmentation of a protein by a protease (e.g. trypsin).  In ProPreO, peptides are distinguished from proteins mainly by size (oligopeptides are smaller, and thereby distinct from polypeptides).

[Dr. York &amp; Satya: 06/10/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="HPLC_micro_well_plate_autosampler">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A type of HPLC autosampler.

[James &amp; Satya: 01/31/05]</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#HPLC_autosampler"/>
  </owl:Class>
  <owl:Class rdf:ID="Bruker_autoflex_TOF_TOF_mass_spectrometer">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A type of tandem mass spectrometer.

[James &amp; Satya: 03/27/05]</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#tandem_time_of_flight_mass_spectrometer"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#generates_raw_data"/>
        </owl:onProperty>
        <owl:allValuesFrom rdf:resource="#Bruker_autoflex_TOF_TOF_ms_raw_data"/>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#ThermoElectron_mass_spectrometer_data_processing_application">
    <rdfs:subClassOf rdf:resource="#MS_data_processing_application"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Application software developed by ThermoElectron for processing mass spectrometer data.

[James &amp; Satya: 03/27/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="xml_ms-ms_peak_list">
    <rdfs:subClassOf rdf:resource="#ms-ms_peak_list"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A data collection (in XML format) consisting of a list of precursor ion masses and associated fragment ion masses from an ms/ms experiment.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="MS_source_ESI_parameter_collection">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A collection of parameters controlling the operation of an electrospray ionization source of a mass spectrometer

[Will &amp; Satya 02/15/06]</rdfs:comment>
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Restriction>
            <owl:onProperty>
              <owl:TransitiveProperty rdf:about="#has_data_part"/>
            </owl:onProperty>
            <owl:allValuesFrom rdf:resource="#MS_source_ESI_parameter"/>
          </owl:Restriction>
          <owl:Class rdf:about="#MS_source_parameter_collection"/>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:ID="mole_fraction">
    <rdfs:subClassOf rdf:resource="#component_amount"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter describing the amount of a substance in a solution.  The mole fraction is the number of moles of a particular solute divided by the total number of moles of in the solution.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#micromass_pkl_ms-ms_peak_list">
    <rdfs:subClassOf rdf:resource="#ms-ms_peak_list"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A data collection consisting of a list of precursor ion masses and associated fragment ion masses from an ms/ms experiment.

QTof users can export peak list data in either DTA or PKL format using the Micromass ProteinLynx package. 

The PKL format is similar to the DTA file format, but supports multiple MS/MS datasets in a single file. The first line of a PKL dataset contains the observed m/z, intensity, and charge state of the precursor peptide as a triplet of space separated values. Subsequent lines contain space separated pairs of fragment ion m/z and intensity values. 

Multiple MS/MS datasets are delimited by at least one blank line. 
(Reference: http://www.matrixscience.com/help/data_file_help.html#QTOF)

[James &amp; Satya: 03/27/05]</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="N-glycosylation_consensus_presence">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A boolean parameter that describes whether a N-glycosylation consensus sequence is present in a peptide or protein.

[will &amp; satya 04/25/06]</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#molecular_parameter"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:about="#has_value"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:ObjectProperty rdf:ID="has_solvent">
    <rdfs:range rdf:resource="#solvent"/>
    <rdfs:domain rdf:resource="#solution"/>
    <rdfs:subPropertyOf>
      <owl:TransitiveProperty rdf:about="#has_material_part"/>
    </rdfs:subPropertyOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="has_meta_data_file_URL">
    <rdfs:domain rdf:resource="#data_collection"/>
    <rdfs:range rdf:resource="#meta_data_file_URL"/>
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:ID="has_provenance_property"/>
    </rdfs:subPropertyOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="has_parent_protein">
    <rdfs:domain rdf:resource="#oligopeptide"/>
    <rdfs:range rdf:resource="#protein"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Defines the protein from which the peptide was cleaved. The peptide is a specific entity and not a generic sequence.

[Dr. York &amp; Satya: 06/10/05]</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_output_data">
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:ID="is_cause_of"/>
    </rdfs:subPropertyOf>
    <rdfs:range rdf:resource="#experimentally_measured_data_collection"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >This object property is subsumed by "has_participant" object property as defined in Barry Smith et. al. "Relations in biomedical ontologies", Genome Biology, Vol 6, Article R46.</rdfs:comment>
    <rdfs:domain>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#task"/>
          <owl:Class rdf:about="#analytical_instrument"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:domain>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="has_part">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >This object property describes the canonical composition of all data collection - they are made up of either parameters or data collection itself.

[Satya - 02/23/06]</rdfs:comment>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
    <owl:inverseOf>
      <owl:TransitiveProperty rdf:ID="part_of"/>
    </owl:inverseOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="generates_processed_data">
    <rdfs:subPropertyOf rdf:resource="#has_output_data"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="generates_ms_peak_list">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >All mass spectrometers can produce peak lists containing masses and intensities. Different types of mass spectrometers can produce different formats of ms peak lists.

[James &amp; Satya: 03/27/05]</rdfs:comment>
    <rdfs:domain rdf:resource="#mass_spectrometer"/>
    <rdfs:subPropertyOf rdf:resource="#generates_processed_data"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="is_effect_of">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >This is an 'abstract' property that subsumes properties that denote causality in the  passive voice.

[Will &amp; Satya: 01/19/06]</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_input_experimental_data_collection">
    <rdfs:range rdf:resource="#experimentally_measured_data_collection"/>
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:about="#has_input_data"/>
    </rdfs:subPropertyOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_SemURI_concept_ID">
    <rdfs:range rdf:resource="#SemURI_concept_ID"/>
    <rdfs:domain>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#data"/>
          <owl:Class rdf:about="#task"/>
          <owl:Class rdf:about="#material_continuant"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:domain>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:about="#has_provenance_property"/>
    </rdfs:subPropertyOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >This property enables mapping of each concept in ProPreO to a concept in the SemURI framework.

[will &amp; satya 03/03/06]</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#is_described_by">
    <rdfs:domain rdf:resource="#chemical_entity"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >This property describes the chemical entity in terms of either a collection of parameters (substance_associated_data_collection) or an individual parameter (substance_parameter).
[Dr. York &amp; Satya: 04/11/06]</rdfs:comment>
    <rdfs:range>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#substance_associated_data_collection"/>
          <owl:Class rdf:about="#substance_parameter"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:range>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#generates_raw_data">
    <rdfs:range rdf:resource="#experimentally_measured_data_collection"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    ></rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#has_output_data"/>
    <rdfs:domain>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#record_raw_data"/>
          <owl:Class rdf:about="#analytical_instrument"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:domain>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="has_participant"/>
  <owl:ObjectProperty rdf:ID="has_agent">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >This object property is subsumed by "has_agent" object property as defined in Barry Smith et. al. "Relations in biomedical ontologies", Genome Biology, Vol 6, Article R46.</rdfs:comment>
    <rdfs:range rdf:resource="#agent"/>
    <rdfs:domain rdf:resource="#task"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#is_cause_of">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >This is an 'abstract' property that subsumes properties that denote causality in the active voice.

[Will &amp; Satya: 01/19/06]</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="has_task_part">
    <rdfs:subPropertyOf rdf:resource="#has_part"/>
    <rdfs:range rdf:resource="#task"/>
    <rdfs:domain rdf:resource="#task"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="has_biological_source">
    <rdfs:range rdf:resource="#biological_continuant"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Associates a biomolecule with its biological source.

[Dr. York &amp; Satya: 06/28/05]</rdfs:comment>
    <rdfs:domain>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#molecule"/>
          <owl:Class rdf:about="#biochemical_sample"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:domain>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="has_input_operating_parameter_collection">
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:about="#has_input_data"/>
    </rdfs:subPropertyOf>
    <rdfs:range rdf:resource="#operating_parameter_collection"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="data_part_of">
    <rdfs:range rdf:resource="#data"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >This specialization of the 'part-of' relation is to relate immaterial continuants (as defined in 'Relations in biomedical ontologies', Barry Smith et. al.).

[Satya &amp; Will 03/02/06]</rdfs:comment>
    <rdfs:domain rdf:resource="#data"/>
    <rdfs:subPropertyOf>
      <owl:TransitiveProperty rdf:about="#part_of"/>
    </rdfs:subPropertyOf>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_provenance_property">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An abstract object property subsuming object properties that map to an objectified and classified parameter.  The objectified parameter wraps a datum value associated with it.
For example, has_mass maps to objects of the class "mass", which have the data property "has_value".
Then, "has_value" is restricted to float values (amu) for the class "mass"</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="task_part_of">
    <rdfs:domain rdf:resource="#task"/>
    <rdfs:subPropertyOf>
      <owl:TransitiveProperty rdf:about="#part_of"/>
    </rdfs:subPropertyOf>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >This specialization of the 'part-of' relation is to relate immaterial continuants (as defined in 'Relations in biomedical ontologies', Barry Smith et. al.).

[Satya &amp; Will 03/02/06]</rdfs:comment>
    <rdfs:range rdf:resource="#task"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_input_data">
    <rdfs:domain rdf:resource="#task"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >This object property is subsumed by "has_participant" object property as defined in Barry Smith et. al. "Relations in biomedical ontologies", Genome Biology, Vol 6, Article R46.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#has_participant"/>
    <rdfs:range rdf:resource="#data_collection"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="has_data_file_URL">
    <rdfs:domain rdf:resource="#data_collection"/>
    <rdfs:range rdf:resource="#data_file_URL"/>
    <rdfs:subPropertyOf rdf:resource="#has_provenance_property"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#generated_by_proteolytic_enzyme">
    <rdfs:range rdf:resource="#proteolytic_enzyme"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >associates the peptide with the enzyme that released it.

[Dr. York &amp; Satya: 06/28/05]</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#is_effect_of"/>
    <rdfs:domain rdf:resource="#oligopeptide"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#generates_ms-ms_peak_list">
    <rdfs:subPropertyOf rdf:resource="#generates_processed_data"/>
    <rdfs:domain rdf:resource="#tandem_mass_spectrometer"/>
    <rdfs:range rdf:resource="#ms-ms_peak_list"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Peak list produced from tandem ms experiments. 

[James &amp; Satya: 03/27/05]</rdfs:comment>
  </owl:ObjectProperty>
  <owl:TransitiveProperty rdf:about="#has_data_part">
    <rdfs:subPropertyOf rdf:resource="#has_part"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:range rdf:resource="#data"/>
    <rdfs:domain rdf:resource="#data"/>
  </owl:TransitiveProperty>
  <owl:TransitiveProperty rdf:about="#has_material_part">
    <rdfs:subPropertyOf rdf:resource="#has_part"/>
    <rdfs:domain rdf:resource="#material_continuant"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:range rdf:resource="#material_continuant"/>
  </owl:TransitiveProperty>
  <owl:TransitiveProperty rdf:about="#material_part_of">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >This specialization of the 'part-of' relation is to relate material continuants (as defined in 'Relations in biomedical ontologies', Barry Smith et. al.).

[Satya &amp; Will 03/02/06]</rdfs:comment>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:subPropertyOf>
      <owl:TransitiveProperty rdf:about="#part_of"/>
    </rdfs:subPropertyOf>
    <rdfs:range rdf:resource="#material_continuant"/>
    <rdfs:domain rdf:resource="#material_continuant"/>
  </owl:TransitiveProperty>
  <owl:TransitiveProperty rdf:about="#part_of">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >One of the top level relations, as defined in the 'Relations in biomedical ontologies', Barry Smith et. al. Genome Biology 2005, 6:R46. Thsi relation has been defined for all the top level classes in ProPreO (through subsumption from owl:Thing) i.e. all classes in ProPreO have a or are a 'part-of' another ProPreO class.

[Satya &amp; Will 03/01/2006]</rdfs:comment>
    <owl:inverseOf rdf:resource="#has_part"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </owl:TransitiveProperty>
  <owl:FunctionalProperty rdf:ID="has_semURI">
    <rdfs:domain>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#data"/>
          <owl:Class rdf:about="#task"/>
          <owl:Class rdf:about="#material_continuant"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:domain>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:range rdf:resource="#SemURI"/>
    <rdfs:subPropertyOf rdf:resource="#has_provenance_property"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:about="#refers_to_material_continuant">
    <rdfs:domain rdf:resource="#parameter"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A parameter may describe a chemical entity such as a HPLC solvent or a MALDI matrix. This property relates such a parameterto a specific chemical entity which is not a parameter but a continuant.

[will &amp; satya 04/10/06]</rdfs:comment>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:range rdf:resource="#material_continuant"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:about="#has_units">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:domain rdf:resource="#parameter"/>
    <rdfs:range rdf:resource="#physical_units"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:about="#has_value">
    <rdfs:domain rdf:resource="#parameter"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Defines the general concept of the value of a class of data.  The explicit restrictions of this value (i.e., its primitive data type, cardinality, etc) are separately defined for each class in the domain. 

[Dr. York &amp; Satya: 06/13/05]</rdfs:comment>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </owl:FunctionalProperty>
  <eucaryotic_organism rdf:ID="Homo_sapiens">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Homo sapiens</rdfs:label>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Man</rdfs:label>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Man

[Dr. York &amp; Satya: 06/28/05]</rdfs:comment>
  </eucaryotic_organism>
  <electrical_charge_units rdf:ID="elementary_electrical_charge">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The elementary electrical charge is the charge of a single electron</rdfs:comment>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >e</rdfs:label>
    <has_value rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >e</has_value>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >q</rdfs:label>
  </electrical_charge_units>
  <chemical_abstracts_accession_number rdf:ID="CAS_28166-41-8">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The CAS number of alpha-cyano-4-hydroxycinnamic  acid</rdfs:comment>
    <has_value rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >28166-41-8</has_value>
    <refers_to_material_continuant>
      <small_organic_molecule rdf:ID="alpha-cyano-4-hydroxycinnamic_acid">
        <is_described_by rdf:resource="#CAS_28166-41-8"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >An aromatic molecule (alpha-cyano-4-hydroxycinnamic acid) used as a MALDI matrix</rdfs:comment>
      </small_organic_molecule>
    </refers_to_material_continuant>
  </chemical_abstracts_accession_number>
  <MS_analyzer_mode rdf:ID="negative_MS_mode">
    <has_value rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >negative mode</has_value>
  </MS_analyzer_mode>
  <mass_units rdf:ID="atomic_mass_units">
    <has_value rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >amu</has_value>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >1 amu ≈ 1.66053886 × 10E-27 kg</rdfs:comment>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >amu</rdfs:label>
  </mass_units>
  <mass_units rdf:ID="kilograms">
    <has_value rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >kilograms</has_value>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >kg</rdfs:label>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >the physical units of mass in kilograms</rdfs:comment>
  </mass_units>
  <time_units rdf:ID="hours">
    <has_value rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >hours</has_value>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >the physical units of time in hours</rdfs:comment>
  </time_units>
  <chemical_abstracts_accession_number rdf:ID="CAS_490-79-9">
    <refers_to_material_continuant>
      <small_organic_molecule rdf:ID="_2-5-dihydroxybenzoic_acid">
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >An aromatic molecule (2-5-dihydroxybenzoic_acid) used as a MALDI matrix</rdfs:comment>
        <is_described_by rdf:resource="#CAS_490-79-9"/>
      </small_organic_molecule>
    </refers_to_material_continuant>
    <has_value rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >490-79-9</has_value>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The CAS number of 2,5-dihydroxybenzoic acid</rdfs:comment>
  </chemical_abstracts_accession_number>
  <source_organism rdf:ID="human_source">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Homo sapiens</rdfs:label>
    <has_value rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Homo sapiens</has_value>
    <refers_to_material_continuant rdf:resource="#Homo_sapiens"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Man</rdfs:label>
  </source_organism>
  <N-glycosylation_consensus_presence rdf:ID="N-glycosylation_consensus_presence_true">
    <has_value rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >true</has_value>
  </N-glycosylation_consensus_presence>
  <MS_source_MALDI_matrix rdf:ID="alpha-cyano_MALDI_matrix_parameter">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >alpha-cyano-4-hydroxycinnamic acid</rdfs:label>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A MALDI matrix composed of alpha-cyano-4-hydroxycinnamic acid</rdfs:comment>
    <has_value rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >alpha-cyano-4-hydroxycinnamic acid</has_value>
    <refers_to_material_continuant>
      <MALDI_matrix rdf:ID="alpha-cyano-4-hydroxycinnamic_acid_MALDI_matrix">
        <has_material_part rdf:resource="#alpha-cyano-4-hydroxycinnamic_acid"/>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >Defines a matrix composed of alpha-Cyano-4-hydxoxycinnamic_acid, used for MALDI MS</rdfs:comment>
      </MALDI_matrix>
    </refers_to_material_continuant>
  </MS_source_MALDI_matrix>
  <mass_units rdf:ID="nanograms">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ng</rdfs:label>
    <has_value rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >nanograms</has_value>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >the physical units of mass in nanograms</rdfs:comment>
  </mass_units>
  <electrical_potential_units rdf:ID="millivolts">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The units of electrical potential defined as millivolts, or thousandths of a volt.</rdfs:comment>
    <has_value rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >millivolts</has_value>
  </electrical_potential_units>
  <N-glycosylation_consensus_presence rdf:ID="N-glycosylation_consensus_presence_false">
    <has_value rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >false</has_value>
  </N-glycosylation_consensus_presence>
  <MS_analyzer_TOF_type rdf:ID="reflectron_TOF_MS_analyzer">
    <has_value rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >reflectron TOF analyzer</has_value>
  </MS_analyzer_TOF_type>
  <flowrate_units rdf:ID="milliliters_per_minute">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >the physical units of flowrate in milliliters per minute</rdfs:comment>
    <has_value rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >milliliters per minute</has_value>
  </flowrate_units>
  <owl:DataRange>
    <owl:oneOf rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
  </owl:DataRange>
  <MALDI_matrix rdf:ID="DHB_MALDI_matrix">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Defines a matrix composed of 2,5-dihydroxybenzoic acid, used for MALDI MS</rdfs:comment>
    <has_material_part rdf:resource="#_2-5-dihydroxybenzoic_acid"/>
  </MALDI_matrix>
  <volume_units rdf:ID="liters">
    <has_value rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >liters</has_value>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >the physical units of volume in liters</rdfs:comment>
  </volume_units>
  <time_units rdf:ID="minutes">
    <has_value rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >minutes</has_value>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >the physical units of time in minutes</rdfs:comment>
  </time_units>
  <mass_units rdf:ID="grams">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >the physical units of mass in grams</rdfs:comment>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >g</rdfs:label>
    <has_value rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >grams</has_value>
  </mass_units>
  <mass_units rdf:ID="milligrams">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >mg</rdfs:label>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >the physical units of mass in milligrams</rdfs:comment>
    <has_value rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >milligrams</has_value>
  </mass_units>
  <volume_units rdf:ID="milliliters">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >the physical units of volume in milliliters</rdfs:comment>
    <has_value rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >milliliters</has_value>
  </volume_units>
  <concentration_units rdf:ID="molarity_units">
    <has_value rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >moles per liter</has_value>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >the physical units of concentration in moles per liter</rdfs:comment>
  </concentration_units>
  <electrical_charge_units rdf:ID="Coulombs">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >C</rdfs:label>
    <has_value rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >coulombs</has_value>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The units of electrical charge defined as coulombs, which can also be expresses as Amperes seconds.   One coulomb is equivalent to the charge of 6.24151E18 electrons.</rdfs:comment>
  </electrical_charge_units>
  <length_units rdf:ID="millimeters">
    <has_value rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >millimeters</has_value>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >the physical units of length in millimeters, or 0.001 meters</rdfs:comment>
  </length_units>
  <chemical_abstracts_accession_number rdf:ID="CAS_7732-18-5">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The CAS number of water</rdfs:comment>
    <has_value rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >7732-18-5</has_value>
    <refers_to_material_continuant>
      <inorganic_solvent_molecule rdf:ID="water_molecule">
        <is_described_by>
          <CHEBI_ID rdf:ID="CHEBI_15377">
            <has_value rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >CHEBI:15377</has_value>
            <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >The ChEBI ID for water</rdfs:comment>
            <refers_to_material_continuant rdf:resource="#water_molecule"/>
          </CHEBI_ID>
        </is_described_by>
        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >A molecule of water, the most common solvent for HPLC</rdfs:comment>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >water</rdfs:label>
        <is_described_by rdf:resource="#CAS_7732-18-5"/>
      </inorganic_solvent_molecule>
    </refers_to_material_continuant>
  </chemical_abstracts_accession_number>
  <MS_analyzer_mode rdf:ID="positive_MS_mode"/>
  <solvent rdf:ID="water_solvent">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A collection of water molecules, acting as a solvent</rdfs:comment>
    <has_material_part rdf:resource="#water_molecule"/>
  </solvent>
  <time_units rdf:ID="seconds">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >the physical units of time in seconds</rdfs:comment>
    <has_value rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >seconds</has_value>
  </time_units>
  <electrical_potential_units rdf:ID="volts">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The units of electrical potential defined as volts, which can also be expressed as Joules per coulomb</rdfs:comment>
    <has_value rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >volts</has_value>
  </electrical_potential_units>
  <time_units rdf:ID="milliseconds">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >the physical units of time in milliseconds</rdfs:comment>
    <has_value rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >milliseconds</has_value>
  </time_units>
  <mass_units rdf:ID="micrograms">
    <has_value rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >micrograms</has_value>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >the physical units of mass in micrograms</rdfs:comment>
  </mass_units>
  <MS_analyzer_TOF_type rdf:ID="linear_TOF_MS_analyzer">
    <has_value rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >linear TOF analyzer</has_value>
  </MS_analyzer_TOF_type>
  <length_units rdf:ID="nanometers">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >the physical units of length in nanometers, or 0.000000001 meters</rdfs:comment>
    <has_value rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >nanometers</has_value>
  </length_units>
  <flowrate_units rdf:ID="nanoliters_per_minute">
    <has_value rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >nanoliters per minute</has_value>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >the physical units of flowrate in nanoliters per minute</rdfs:comment>
  </flowrate_units>
  <MS_source_MALDI_matrix rdf:ID="DHB_MALDI_matrix_parameter">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A MALDI matrix composed of dihydroxybenzoic acid</rdfs:comment>
    <has_value rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >DHB</has_value>
    <refers_to_material_continuant rdf:resource="#DHB_MALDI_matrix"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >DHB</rdfs:label>
  </MS_source_MALDI_matrix>
  <flowrate_units rdf:ID="microliters_per_minute">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >the physical units of flowrate in microliters per minute</rdfs:comment>
    <has_value rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >microliters per minute</has_value>
  </flowrate_units>
  <volume_units rdf:ID="microliters">
    <has_value rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >microliters</has_value>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >the physical units of volume in microliters</rdfs:comment>
  </volume_units>
  <length_units rdf:ID="micrometers">
    <has_value rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >micrometers</has_value>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >the physical units of length in micrometers, or 0.000001 meters</rdfs:comment>
  </length_units>
  <rdf:Description rdf:ID="__deleted__">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The ChEBI ID of alpha-cyano-4-hydroxycinnamic  acid</rdfs:comment>
  </rdf:Description>
</rdf:RDF>

<!-- Created with Protege (with OWL Plugin 2.2, Build 307)  http://protege.stanford.edu -->

