<?xml version="1.0"?>
<rdf:RDF
  xmlns:protege="http://protege.stanford.edu/plugins/owl/protege#"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
  xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
  xmlns:owl="http://www.w3.org/2002/07/owl#"
  xmlns:nav="http://www.cuahsi.org/navigation#"
  xmlns:com-watqual="http://www.cuahsi.org/watqualcompound#"
  xmlns="http://www.cuahsi.org/watqualcore2#"
  xml:base="http://www.cuahsi.org/watqualcore2">

<!-- Import Upper Level OWL Files -->
  <owl:Ontology rdf:about="">
  </owl:Ontology>
<!-- <owl:imports rdf:resource="http://hydroseek.org/search/ontology/navigation.owl"/> -->
<!-- <owl:imports rdf:resource="http://hydroseek.org/search/ontology/watqualcompound.owl"/> -->

  <owl:Class rdf:ID="chlorine">
    <rdfs:label xml:lang="en">Chlorine</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/navigation#chemicalParameters"/>
  </owl:Class>

  <owl:Class rdf:ID="phenolicCompounds">
    <rdfs:label xml:lang="en">Phenolic Compounds</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/navigation#chemicalParameters"/>
  </owl:Class>

  <owl:Class rdf:ID="pH">
    <rdfs:label xml:lang="en">pH</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#hydrogenIonActivity"/>
  </owl:Class>
  <owl:Class rdf:ID="acidity">
    <rdfs:label xml:lang="en">acidity</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#hydrogenIonActivity"/>
  </owl:Class>

  <owl:Class rdf:ID="salinity">
    <rdfs:label xml:lang="en">Salinity</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/navigation#chemicalParameters"/>
  </owl:Class>



  
  <owl:Class rdf:ID="carlsonTSI">
    <rdfs:label xml:lang="en">Carlson Trophic State Index</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/navigation#biologicalParameters"/>
    <rdfs:comment xml:lang="en">Carlson Trophic State Index is a measurement of eutrophication based on Secchi depth</rdfs:comment>
  </owl:Class>

  <owl:Class rdf:ID="primaryProductivity">
    <rdfs:label xml:lang="en">Primary Productivity</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/navigation#biologicalParameters"/>
    <rdfs:comment xml:lang="en">Primary Productivity</rdfs:comment>
  </owl:Class>

<!-- Core Level ->  Compound Layer Indicator Organisms  -->
  <owl:Class rdf:ID="enterococci">
    <rdfs:label xml:lang="en">Enterococci</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#indicatorOrganisms"/>
  </owl:Class>
  <owl:Class rdf:ID="fecalColiform">
    <rdfs:label xml:lang="en">Fecal Coliform</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#indicatorOrganisms"/>
  </owl:Class>
  <owl:Class rdf:ID="ecoli">
    <rdfs:label xml:lang="en">Escherichia coli</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#indicatorOrganisms"/>
  </owl:Class>
  <owl:Class rdf:ID="totalColiform">
    <rdfs:label xml:lang="en">Total Coliform</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#indicatorOrganisms"/>
  </owl:Class>
  <owl:Class rdf:ID="fecalStreptococci">
    <rdfs:label xml:lang="en">Fecal streptococci</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#indicatorOrganisms"/>
  </owl:Class>
  <owl:Class rdf:ID="clostridiumPerfringens">
    <rdfs:label xml:lang="en">Clostridium Perfringens</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#indicatorOrganisms"/>
  </owl:Class>
  <owl:Class rdf:ID="indicatorOrg_other">
    <rdfs:label xml:lang="en">Other</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#indicatorOrganisms"/>
  </owl:Class>


<!-- Core Level ->  Compound Layer Biochemical Oxygen Demand  -->
  <owl:Class rdf:ID="BOD5">
    <rdfs:label xml:lang="en">BOD5</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#biochemicalOxygenDemand"/>
  </owl:Class>

  <owl:Class rdf:ID="BODultimate">
    <rdfs:label xml:lang="en">BOD ultimate</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#biochemicalOxygenDemand"/>
  </owl:Class>

  <owl:Class rdf:ID="BODuCarb">
    <rdfs:label xml:lang="en">BOD ultimate, carbonaceous</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#biochemicalOxygenDemand"/>
  </owl:Class>

  <owl:Class rdf:ID="BOD5carb">
    <rdfs:label xml:lang="en">BOD5, carbonaceous</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#biochemicalOxygenDemand"/>
  </owl:Class>

  <owl:Class rdf:ID="BOD5nitro">
    <rdfs:label xml:lang="en">BOD5, nitrogenous</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#biochemicalOxygenDemand"/>
  </owl:Class>

  <owl:Class rdf:ID="BOD20nitro">
    <rdfs:label xml:lang="en">BOD20, nitrogenous</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#biochemicalOxygenDemand"/>
  </owl:Class>

  <owl:Class rdf:ID="BOD20">
    <rdfs:label xml:lang="en">BOD20</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#biochemicalOxygenDemand"/>
  </owl:Class>

  <owl:Class rdf:ID="BODuNitro">
    <rdfs:label xml:lang="en">BOD ultimate, nitrogenous</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#biochemicalOxygenDemand"/>
  </owl:Class>

  <owl:Class rdf:ID="BOD_other">
    <rdfs:label xml:lang="en">Other</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#biochemicalOxygenDemand"/>
  </owl:Class>



<!-- Core Level ->  Compound Layer Chlorophyll -->
  <owl:Class rdf:ID="chlorophyllABC">
    <rdfs:label xml:lang="en">Chlorophyll (a+b+c)</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#chlorophyll"/>
  </owl:Class>

  <owl:Class rdf:ID="chlorophyllA">
    <rdfs:label xml:lang="en">Chlorophyll a</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#chlorophyll"/>
  </owl:Class>

  <owl:Class rdf:ID="chlorophyllAallomer">
    <rdfs:label xml:lang="en">Chlorophyll a Allomer</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#chlorophyll"/>
  </owl:Class>

  <owl:Class rdf:ID="chlorophyllB">
    <rdfs:label xml:lang="en">Chlorophyll b</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#chlorophyll"/>
  </owl:Class>

  <owl:Class rdf:ID="chlorophyllFluoresence">
    <rdfs:label xml:lang="en">Chlorophyll Fluoresence</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#chlorophyll"/>
  </owl:Class>

  <owl:Class rdf:ID="chlorophyllC1C2">
    <rdfs:label xml:lang="en">Chlorophyll C1 + C2</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#chlorophyll"/>
  </owl:Class>

  <owl:Class rdf:ID="chlorophyllC">
    <rdfs:label xml:lang="en">Chlorophyll c</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#chlorophyll"/>
  </owl:Class>

  <owl:Class rdf:ID="pheophytin">
    <rdfs:label xml:lang="en">Pheophytin</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#chlorophyll"/>
  </owl:Class>

  <owl:Class rdf:ID="chlorophyll_other">
    <rdfs:label xml:lang="en">Other</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#chlorophyll"/>
  </owl:Class>



<!-- Core Level ->  Compound Layer Phytoplankton -->
  <owl:Class rdf:ID="cryptophytes">
    <rdfs:label xml:lang="en">Cryptophytes</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#phytoplankton"/>
  </owl:Class>

  <owl:Class rdf:ID="dinoflagellates">
    <rdfs:label xml:lang="en">Dinoflagellates</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#phytoplankton"/>
  </owl:Class>

  <owl:Class rdf:ID="nineteenHexanoyloxyfucoxanthin">
    <rdfs:label xml:lang="en">19-Hexanoyloxyfucoxanthin</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#phytoplankton"/>
  </owl:Class>

  <owl:Class rdf:ID="nineCisNeoxanthin">
    <rdfs:label xml:lang="en">9 cis-Neoxanthin</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#phytoplankton"/>
  </owl:Class>

  <owl:Class rdf:ID="alloxanthin">
    <rdfs:label xml:lang="en">Alloxanthin</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#phytoplankton"/>
  </owl:Class>

  <owl:Class rdf:ID="canthaxanthin">
    <rdfs:label xml:lang="en">Canthaxanthin</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#phytoplankton"/>
  </owl:Class>

  <owl:Class rdf:ID="diadinoxanthin">
    <rdfs:label xml:lang="en">Diadinoxanthin</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#phytoplankton"/>
  </owl:Class>

  <owl:Class rdf:ID="diatoxanthin">
    <rdfs:label xml:lang="en">Diatoxanthin</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#phytoplankton"/>
  </owl:Class>

  <owl:Class rdf:ID="peridinin">
    <rdfs:label xml:lang="en">Peridinin</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#phytoplankton"/>
  </owl:Class>

  <owl:Class rdf:ID="zeaxanthin">
    <rdfs:label xml:lang="en">Zeaxanthin</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#phytoplankton"/>
  </owl:Class>



<!-- Core Level ->  Compound Layer Priority Pollutants -->
  <owl:Class rdf:ID="acenaphthene">
    <rdfs:label xml:lang="en">Acenaphthene</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#priorityPollutants"/>
  </owl:Class>

  <owl:Class rdf:ID="acenaphthylene">
    <rdfs:label xml:lang="en">Acenaphthylene</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#priorityPollutants"/>
  </owl:Class>

  <owl:Class rdf:ID="acrolein">
    <rdfs:label xml:lang="en">Acrolein</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#priorityPollutants"/>
  </owl:Class>

  <owl:Class rdf:ID="acrylonitrile">
    <rdfs:label xml:lang="en">Acrylonitrile</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#priorityPollutants"/>
  </owl:Class>

  <owl:Class rdf:ID="aldrin">
    <rdfs:label xml:lang="en">Aldrin</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#priorityPollutants"/>
  </owl:Class>

  <owl:Class rdf:ID="antimony">
    <rdfs:label xml:lang="en">Antimony</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#priorityPollutants"/>
  </owl:Class>

  <owl:Class rdf:ID="arsenic">
    <rdfs:label xml:lang="en">Arsenic</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#priorityPollutants"/>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#heavyMetals"/>
  </owl:Class>

  <owl:Class rdf:ID="asbestos">
    <rdfs:label xml:lang="en">Asbestos</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#priorityPollutants"/>
  </owl:Class>

  <owl:Class rdf:ID="beryllium">
    <rdfs:label xml:lang="en">Beryllium</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#priorityPollutants"/>
  </owl:Class>

  <owl:Class rdf:ID="cadmium">
    <rdfs:label xml:lang="en">Cadmium</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#priorityPollutants"/>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#heavyMetals"/>
  </owl:Class>

  <owl:Class rdf:ID="priorityPollutant_other">
    <rdfs:label xml:lang="en">Other</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#priorityPollutants"/>
  </owl:Class>



<!-- Core Level ->  Compound Layer Light Metals -->
  <owl:Class rdf:ID="lithium">
    <rdfs:label xml:lang="en">Lithium</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#lightMetals"/>
  </owl:Class>
  <owl:Class rdf:ID="strontium">
    <rdfs:label xml:lang="en">Strontium</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#lightMetals"/>
  </owl:Class>
  <owl:Class rdf:ID="barium">
    <rdfs:label xml:lang="en">Barium</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#lightMetals"/>
  </owl:Class>
  <owl:Class rdf:ID="lightMetal_other">
    <rdfs:label xml:lang="en">Other</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#lihtMetals"/>
  </owl:Class>
<!-- Core Level ->  Compound Layer Aluminum -->
  <owl:Class rdf:ID="orgMonomericAluminum">
    <rdfs:label xml:lang="en">Organci Monomeric Aluminum</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#aluminum"/>
  </owl:Class>
  <owl:Class rdf:ID="totalAluminum">
    <rdfs:label xml:lang="en">Total Aluminum</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#aluminum"/>
  </owl:Class>



<!-- Core Level ->  Compound Layer Heavy Metals -->
  <owl:Class rdf:ID="thallium">
    <rdfs:label xml:lang="en">Thallium</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#heavyMetals"/>
  </owl:Class>
  <owl:Class rdf:ID="nickel">
    <rdfs:label xml:lang="en">Nickel</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#heavyMetals"/>
  </owl:Class>
  <owl:Class rdf:ID="vanadium">
    <rdfs:label xml:lang="en">Vanadium</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#heavyMetals"/>
  </owl:Class>
  <owl:Class rdf:ID="lead">
    <rdfs:label xml:lang="en">Lead</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#heavyMetals"/>
  </owl:Class>
  <owl:Class rdf:ID="gold">
    <rdfs:label xml:lang="en">Gold</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#heavyMetals"/>
  </owl:Class>
  <owl:Class rdf:ID="silver">
    <rdfs:label xml:lang="en">Silver</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#heavyMetals"/>
  </owl:Class>
  <owl:Class rdf:ID="uranium">
    <rdfs:label xml:lang="en">Uranium</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#heavyMetals"/>
  </owl:Class>
  <owl:Class rdf:ID="mercury">
    <rdfs:label xml:lang="en">Mercury</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#heavyMetals"/>
  </owl:Class>
  <owl:Class rdf:ID="methylMercury">
    <rdfs:label xml:lang="en">Methyl Mercury</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#heavyMetals"/>
  </owl:Class>
  <owl:Class rdf:ID="selenium">
    <rdfs:label xml:lang="en">Selenium</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#heavyMetals"/>
  </owl:Class>
  <owl:Class rdf:ID="heavyMetals_other">
    <rdfs:label xml:lang="en">Other</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#heavyMetals"/>
  </owl:Class>
  <owl:Class rdf:ID="cobalt">
    <rdfs:label xml:lang="en">Cobalt</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#heavyMetals"/>
  </owl:Class>



<!-- Core Level ->  Compound Layer MicroNutrients & HeavyMetal -->
  <owl:Class rdf:ID="manganese">
    <rdfs:label xml:lang="en">Manganese</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#heavyMetals"/>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#micronutrients"/>
  </owl:Class>

  <owl:Class rdf:ID="molybdenum">
    <rdfs:label xml:lang="en">Molybdenum</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#heavyMetals"/>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#micronutrients"/>
  </owl:Class>

  <owl:Class rdf:ID="iron">
    <rdfs:label xml:lang="en">Iron</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#heavyMetals"/>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#micronutrients"/>
  </owl:Class>

  <owl:Class rdf:ID="copper">
    <rdfs:label xml:lang="en">Copper</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#heavyMetals"/>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#micronutrients"/>
  </owl:Class>

  <owl:Class rdf:ID="zinc">
    <rdfs:label xml:lang="en">Zinc</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#heavyMetals"/>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#micronutrients"/>
  </owl:Class>



<!-- Core Level ->  Compound Layer Chromium -->
  <owl:Class rdf:ID="chromiumTri">
    <rdfs:label xml:lang="en">Trivalent Chromium</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#chromium"/>
  </owl:Class>

  <owl:Class rdf:ID="chromiumTotal">
    <rdfs:label xml:lang="en">Chromium, all forms</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#chromium"/>
  </owl:Class>

  <owl:Class rdf:ID="chromiumHex">
    <rdfs:label xml:lang="en">Hexavalent Chromium</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#chromium"/>
  </owl:Class>

  <owl:Class rdf:ID="chromium_other">
    <rdfs:label xml:lang="en">Other</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#chromium"/>
  </owl:Class>


<!-- Core Level ->  Compound Layer Hardness -->
  <owl:Class rdf:ID="carbonateHardness">
    <rdfs:label xml:lang="en">Carbonate Hardness</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#hardness"/>
  </owl:Class>

  <owl:Class rdf:ID="totalHardness">
    <rdfs:label xml:lang="en">Total Hardness</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#hardness"/>
  </owl:Class>

  <owl:Class rdf:ID="nonCarbonateHardness">
    <rdfs:label xml:lang="en">Non-carbonate Hardness</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#hardness"/>
  </owl:Class>

  <owl:Class rdf:ID="langelierSatuIndex">
    <rdfs:label xml:lang="en">Langelier Saturation Index</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#hardness"/>
    <rdfs:comment xml:lang="en">Langelier Saturation Index is an indicator of the degree of saturation of water with respect to calcium carbonate</rdfs:comment>
  </owl:Class>

  <owl:Class rdf:ID="hardness_other">
    <rdfs:label xml:lang="en">Other</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#hardness"/>
  </owl:Class>



<!-- Core Level ->  Compound Layer Alkalinity -->
  <owl:Class rdf:ID="carbonateAlkalinity">
    <rdfs:label xml:lang="en">Carbonate Alkalinity</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#alkalinity"/>
  </owl:Class>

  <owl:Class rdf:ID="bicarbonateAlkalinity">
    <rdfs:label xml:lang="en">Bicarbonate Alkalinity</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#alkalinity"/>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#majorWeatheringProducts"/>
  </owl:Class>

  <owl:Class rdf:ID="hydroxideAlkalinity">
    <rdfs:label xml:lang="en">Hydroxide Alkalinity</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#alkalinity"/>
  </owl:Class>

  <owl:Class rdf:ID="alkalinity_total">
    <rdfs:label xml:lang="en">Alkalinity Total</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#alkalinity"/>
  </owl:Class>

  <owl:Class rdf:ID="acidNeutraCapacity">
    <rdfs:label xml:lang="en">Acid Neutralizing Capacity</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#alkalinity"/>
  </owl:Class>

  <owl:Class rdf:ID="alkalinity_other">
    <rdfs:label xml:lang="en">Other</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#alkalinity"/>
  </owl:Class>






<!-- Core Level ->  Navigation Layer Chemical Parameters -->
  <owl:Class rdf:ID="oxidationReductionPotential">
    <rdfs:label xml:lang="en">Oxidation-Reduction Potential</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/navigation#chemicalParameters"/>
  </owl:Class>

  <owl:Class rdf:ID="chemO2demand">
    <rdfs:label xml:lang="en">Chemical Oxygen Demand (COD)</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/navigation#chemicalParameters"/>
  </owl:Class>

  <owl:Class rdf:ID="dissolvedOxygenConc">
    <rdfs:label xml:lang="en">DO Concentration</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#dissolvedOxygen"/>
  </owl:Class>
  <owl:Class rdf:ID="dissolvedOxygenSaturation">
    <rdfs:label xml:lang="en">DO percent Saturation</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#dissolvedOxygen"/>
  </owl:Class>
  <owl:Class rdf:ID="dissolvedOxygenTransSignal">
    <rdfs:label xml:lang="en">DO Transducer Signal</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#dissolvedOxygen"/>
  </owl:Class>
  <owl:Class rdf:ID="dissolvedOxygenEighteen">
    <rdfs:label xml:lang="en">Oxygen-18</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#dissolvedOxygen"/>
  </owl:Class>



<!-- Core Level ->  Compound Layer Nutrients/MicroNutrients -->
  <owl:Class rdf:ID="silicon">
    <rdfs:label xml:lang="en">Silicon</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#micronutrients"/>
  </owl:Class>

  <owl:Class rdf:ID="boron">
    <rdfs:label xml:lang="en">Boron</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#micronutrients"/>
  </owl:Class>

  <owl:Class rdf:ID="micronutrients_other">
    <rdfs:label xml:lang="en">Other</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#micronutrients"/>
  </owl:Class>



<!-- Core Level ->  Compound Layer Nutrients/MacroNutrients -->
  <owl:Class rdf:ID="macronutrients_other">
    <rdfs:label xml:lang="en">Other</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#macronutrients"/>
  </owl:Class>


 
<!-- Core Level ->  Compound Layer Nutrients/MacroNutrients/Carbon -->
  <owl:Class rdf:ID="carbon_other">
    <rdfs:label xml:lang="en">Other</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#carbonAsNutrient"/>
  </owl:Class>


  
<!-- Core Level ->  Compound Layer Carbon -->
  <owl:Class rdf:ID="totalCarbon">
    <rdfs:label xml:lang="en">Total Carbon</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#carbonAsNutrient"/>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#carbon"/>
  </owl:Class>
  <owl:Class rdf:ID="dissolvedTotalCarbon">
    <rdfs:label xml:lang="en">Total Dissolved Carbon</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#carbon"/>
  </owl:Class>
  <owl:Class rdf:ID="suspendedTotalCarbon">
    <rdfs:label xml:lang="en">Total Suspended Carbon</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#carbon"/>
  </owl:Class>
  <owl:Class rdf:ID="carbonToNitrogenRatio">
    <rdfs:label xml:lang="en">C:N Mole Ratio</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#carbon"/>
  </owl:Class>

  
<!-- Core Level ->  Compound Layer Carbon -> Organic Carbon -->
  <owl:Class rdf:ID="specificUVabsorbance">
    <rdfs:label xml:lang="en">Specific UV Absorbance</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#organicCarbonIndicators"/>
  </owl:Class>
  <owl:Class rdf:ID="totalOrganicCarbon">
    <rdfs:label xml:lang="en">Total Organic Carbon</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#carbonAsNutrient"/>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#organicCarbonIndicators"/>
  </owl:Class>
  <owl:Class rdf:ID="dissolvedOrganicCarbon">
    <rdfs:label xml:lang="en">Dissolved Organic Carbon</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#carbonAsNutrient"/>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#organicCarbonIndicators"/>
  </owl:Class>
  <owl:Class rdf:ID="suspendedOrganicCarbon">
    <rdfs:label xml:lang="en">Suspended Organic Carbon</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#carbonAsNutrient"/>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#organicCarbonIndicators"/>
  </owl:Class>


<!-- Core Level ->  Compound Layer Carbon -> InOrganic Carbon -->
  <owl:Class rdf:ID="totalInorganicCarbon">
    <rdfs:label xml:lang="en">Total Inorganic Carbon</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#carbonAsNutrient"/>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#inOrganicCarbon"/>
  </owl:Class>
  <owl:Class rdf:ID="dissolvedInorganicCarbon">
    <rdfs:label xml:lang="en">Dissolved Inorganic Carbon</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#inOrganicCarbon"/>
  </owl:Class>
  <owl:Class rdf:ID="suspendedInorganicCarbon">
    <rdfs:label xml:lang="en">Suspended Inorganic Carbon</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#inOrganicCarbon"/>
  </owl:Class>


<!-- Core Level ->  Compound Layer Carbon -> Carbon Dioxide -->
  <owl:Class rdf:ID="co2Flux">
    <rdfs:label xml:lang="en">CO2 Flux</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#carbonDioxide"/>
  </owl:Class>

  <owl:Class rdf:ID="co2StorageFlux">
    <rdfs:label xml:lang="en">CO2 Storage Flux</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#carbonDioxide"/>
  </owl:Class>

  <owl:Class rdf:ID="co2Concentration">
    <rdfs:label xml:lang="en">CO2 Concentration</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#carbonDioxide"/>
  </owl:Class>

  <owl:Class rdf:ID="co2TransducerSignal">
    <rdfs:label xml:lang="en">CO2 Transducer Signal</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#carbonDioxide"/>
  </owl:Class>



<!-- Core Level ->  Compound Layer Synthetic Organic Compounds -->
  <owl:Class rdf:ID="herbicides">
    <rdfs:label xml:lang="en">Herbicides</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#pesticides"/>
  </owl:Class>

  <owl:Class rdf:ID="insecticides">
    <rdfs:label xml:lang="en">Insecticides</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#pesticides"/>
  </owl:Class>

  <owl:Class rdf:ID="otherherbicdes">
    <rdfs:label xml:lang="en">Other_Herbicides</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#pesticides"/>
  </owl:Class>

  <owl:Class rdf:ID="neutralVolatileSynOrgComp">
    <rdfs:label xml:lang="en">Neutral Volatile</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#synOrganicCompounds"/>
  </owl:Class>

  <owl:Class rdf:ID="semivolaHydrophillicSynOrgCOmp">
    <rdfs:label xml:lang="en">Semi Volatile Hydrophillic</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#synOrganicCompounds"/>
  </owl:Class>

  <owl:Class rdf:ID="semivolaHydrophobicSynOrgComp">
    <rdfs:label xml:lang="en">Semi Volatile Hydrophobic</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#synOrganicCompounds"/>
  </owl:Class>

  <owl:Class rdf:ID="anionicSynOrgComp">
    <rdfs:label xml:lang="en">Anionic</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#synOrganicCompounds"/>
  </owl:Class>

  <owl:Class rdf:ID="cationicSynOrgComp">
    <rdfs:label xml:lang="en">Cationic</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#synOrganicCompounds"/>
  </owl:Class>

  <owl:Class rdf:ID="zwitterionicSynOrgComp">
    <rdfs:label xml:lang="en">Zwitterionic</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#synOrganicCompounds"/>
  </owl:Class>

  <owl:Class rdf:ID="otherSynOrgCom">
    <rdfs:label xml:lang="en">Other Uses</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#synOrganicCompounds"/>
  </owl:Class>


<!-- Core Level ->  Compound Layer Forms of Water -->
  <owl:Class rdf:ID="tritium">
    <rdfs:label xml:lang="en">Tritium</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#formsOfWater"/>
  </owl:Class>
  <owl:Class rdf:ID="deuterium">
    <rdfs:label xml:lang="en">Deuterium</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#formsOfWater"/>
  </owl:Class>


<!-- Core Level ->  Compound Layer Radioactive Isotopes -->
  <owl:Class rdf:ID="radioactiveAlpha">
    <rdfs:label xml:lang="en">Alpha Emitters</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#radioactiveIsotopes"/>
  </owl:Class>
  <owl:Class rdf:ID="radioactiveBeta">
    <rdfs:label xml:lang="en">Beta Emitters</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#radioactiveIsotopes"/>
  </owl:Class>
<!-- There is also -->
<!-- Radon -->
<!-- Tritium -->


<!-- Core Level ->  Compound Layer Noble Gases -->
  <owl:Class rdf:ID="helium">
    <rdfs:label xml:lang="en">Helium</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#nobleGases"/>
  </owl:Class>
  <owl:Class rdf:ID="neon">
    <rdfs:label xml:lang="en">Neon</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#nobleGases"/>
  </owl:Class>
  <owl:Class rdf:ID="argon">
    <rdfs:label xml:lang="en">Argon</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#nobleGases"/>
  </owl:Class>
  <owl:Class rdf:ID="krypton">
    <rdfs:label xml:lang="en">Kypton</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#nobleGases"/>
  </owl:Class>
  <owl:Class rdf:ID="xenon">
    <rdfs:label xml:lang="en">Xenon</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#nobleGases"/>
  </owl:Class>
  <owl:Class rdf:ID="radon">
    <rdfs:label xml:lang="en">Radon</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#nobleGases"/>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#radioactiveIsotopes"/>
  </owl:Class>




<!-- Core Level ->  Compound Layer Major Weathering Products -->
  <owl:Class rdf:ID="dissolvedSilica">
    <rdfs:label xml:lang="en">Dissolved Silica</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#majorWeatheringProducts"/>
  </owl:Class>
  <owl:Class rdf:ID="calcium">
    <rdfs:label xml:lang="en">Calcium</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#majorWeatheringProducts"/>
  </owl:Class>
  <owl:Class rdf:ID="magnesium">
    <rdfs:label xml:lang="en">Magnesium</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#majorWeatheringProducts"/>
  </owl:Class>
  <owl:Class rdf:ID="potassium">
    <rdfs:label xml:lang="en">Potassium</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#majorWeatheringProducts"/>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#lightMetals"/>
  </owl:Class>
  <owl:Class rdf:ID="sodium">
    <rdfs:label xml:lang="en">Sodium</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#majorWeatheringProducts"/>
  </owl:Class>
  <owl:Class rdf:ID="sodiumPlusPotassium">
    <rdfs:label xml:lang="en">Sodium + Potassium</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#majorWeatheringProducts"/>
  </owl:Class>
  <owl:Class rdf:ID="sodiumAdsorpRatio">
    <rdfs:label xml:lang="en">Sodium Adsorption Ratio</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#majorWeatheringProducts"/>
  </owl:Class>
  <owl:Class rdf:ID="chloride">
    <rdfs:label xml:lang="en">chloride</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#majorWeatheringProducts"/>
  </owl:Class>
  <owl:Class rdf:ID="sulfate">
    <rdfs:label xml:lang="en">Sulfate</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#majorWeatheringProducts"/>
  </owl:Class>
  <owl:Class rdf:ID="flouride">
    <rdfs:label xml:lang="en">fluoride</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#majorWeatheringProducts"/>
  </owl:Class>









<!-- Core Level ->  Compound Layer Nutrients/MacroNutrients/Phosphate -->
  <owl:Class rdf:ID="polyphosphate">
    <rdfs:label xml:lang="en">Polyphosphate</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#phosphorus"/>
  </owl:Class>

  <owl:Class rdf:ID="hydrolyzablePhopshorus">
    <rdfs:label xml:lang="en">Hydrolyzable Phosphorus</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#phosphorus"/>
  </owl:Class>

  <owl:Class rdf:ID="totalPhosphorus">
    <rdfs:label xml:lang="en">Total Phosphorus</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#phosphorus"/>
  </owl:Class>

  <owl:Class rdf:ID="organicPhosphorus">
    <rdfs:label xml:lang="en">Organic Phosphorus</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#phosphorus"/>
  </owl:Class>

  <owl:Class rdf:ID="orthophosphate">
    <rdfs:label xml:lang="en">Orthophosphate PO4</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#phosphorus"/>
  </owl:Class>

  <owl:Class rdf:ID="hydrolyzablePlusOrthophosphate">
    <rdfs:label xml:lang="en">Inorganic Phosphorus</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#phosphorus"/>
  </owl:Class>

  <owl:Class rdf:ID="totalPhosphate">
    <rdfs:label xml:lang="en">Phosphate</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#phosphorus"/>
  </owl:Class>



<!-- Core Level ->  Compound Layer Nutrients/MacroNutrients/Nitrogen -->
  <owl:Class rdf:ID="totalKjeldahlNitrogen">
    <rdfs:label xml:lang="en">Total Kjeldahl Nitrogen</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#nitrogen"/>
  </owl:Class>

  <owl:Class rdf:ID="nitriteNitrogen">
    <rdfs:label xml:lang="en">Nitrite Nitrogen</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#nitrogen"/>
  </owl:Class>

  <owl:Class rdf:ID="nitritePlusNitrate">
    <rdfs:label xml:lang="en">Nitrite + Nitrate</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#nitrogen"/>
  </owl:Class>

  <owl:Class rdf:ID="totalInorganicNitrogen">
    <rdfs:label xml:lang="en">Total Inorganic Nitrogen</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#nitrogen"/>
  </owl:Class>
  <owl:Class rdf:ID="dissolvedInorganicNitrogen">
    <rdfs:label xml:lang="en">Dissolved Inorg Nitrogen</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#nitrogen"/>
  </owl:Class>

  <owl:Class rdf:ID="totalOrganicNitrogen">
    <rdfs:label xml:lang="en">Total Organic Nitrogen</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#nitrogen"/>
  </owl:Class>
  <owl:Class rdf:ID="dissolvedOrganicNitrogen">
    <rdfs:label xml:lang="en">Dissolved Org Nitrogen</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#nitrogen"/>
  </owl:Class>
  <owl:Class rdf:ID="particulateOrganicNitrogen">
    <rdfs:label xml:lang="en">Particulate Org Nitrogen</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#nitrogen"/>
  </owl:Class>

  <owl:Class rdf:ID="totalNitrogen">
    <rdfs:label xml:lang="en">Total Nitrogen</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#nitrogen"/>
  </owl:Class>

  <owl:Class rdf:ID="albuminoidNitrogen">
    <rdfs:label xml:lang="en">Albuminoid Nitrogen</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#nitrogen"/>
  </owl:Class>

  <owl:Class rdf:ID="gaseousNitrogen">
    <rdfs:label xml:lang="en">Nitrogen Gas (N2)</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#nitrogen"/>
  </owl:Class>

  <owl:Class rdf:ID="nitrateNitrogen">
    <rdfs:label xml:lang="en">Nitrate Nitrogen</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#nitrogen"/>
  </owl:Class>

  <owl:Class rdf:ID="freeAmmonia">
    <rdfs:label xml:lang="en">Free Ammonia (NH3)</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#ammoniaNitrogen"/>
  </owl:Class>
  <owl:Class rdf:ID="ammonium">
    <rdfs:label xml:lang="en">Ammonium (NH4)</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#ammoniaNitrogen"/>
  </owl:Class>
  <owl:Class rdf:ID="totalAmmoniaNitrogen">
    <rdfs:label xml:lang="en">NH3 + NH4</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#ammoniaNitrogen"/>
  </owl:Class>
  <owl:Class rdf:ID="ammoniumAmmoniaRatio">
    <rdfs:label xml:lang="en">NH4 / NH3 ratio</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#ammoniaNitrogen"/>
  </owl:Class>
  
  <owl:Class rdf:ID="nitrogen_other">
    <rdfs:label xml:lang="en">Other</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#nitrogen"/>
  </owl:Class>


<!-- Core Level ->  Navigation Layer Physical Parameters/Solids -->
  <owl:Class rdf:ID="totalDissolvedSolids">
    <rdfs:label xml:lang="en">Total Dissolved Solids</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#dissolvedSolids"/>
    <rdfs:comment xml:lang="en">Total dissolved solids (often abbreviated TDS) is an expression for the combined content of all inorganic and organic substances contained in a liquid which are present in a molecular, ionized or micro-granular (colloidal sol) suspended form</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="fixedDissolvedSolids">
    <rdfs:label xml:lang="en">Fixed Dissolved Solids</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#dissolvedSolids"/>
  </owl:Class>
  <owl:Class rdf:ID="volatileDissolvedSolids">
    <rdfs:label xml:lang="en">Volatile Dissolved Solids</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#dissolvedSolids"/>
  </owl:Class>

  <owl:Class rdf:ID="fixedSuspendedSolids">
    <rdfs:label xml:lang="en">Fixed Suspended Solids</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#suspendedSolids"/>
  </owl:Class>
  <owl:Class rdf:ID="totalSuspendedSolids">
    <rdfs:label xml:lang="en">Total Suspended Solids</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#suspendedSolids"/>
  </owl:Class>
  <owl:Class rdf:ID="volatileSuspendedSolids">
    <rdfs:label xml:lang="en">Volatile Suspended Solids</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#suspendedSolids"/>
  </owl:Class>
  <owl:Class rdf:ID="suspendedSediments">
    <rdfs:label xml:lang="en">Suspended Sediments</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#suspendedSolids"/>
  </owl:Class>

  <owl:Class rdf:ID="bedSediments">
    <rdfs:label xml:lang="en">bed Sediments</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#solids"/>
  </owl:Class>

  <owl:Class rdf:ID="totalSolids">
    <rdfs:label xml:lang="en">Total Solids</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#solids"/>
  </owl:Class>

  <owl:Class rdf:ID="totalSolidsFixed">
    <rdfs:label xml:lang="en">Total Solids Fixed</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#solids"/>
  </owl:Class>




<!-- Core Level ->  Navigation Layer Physical Parameters -->
  <owl:Class rdf:ID="color">
    <rdfs:label xml:lang="en">Color</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/navigation#physicalParameters"/>
  </owl:Class>

  <owl:Class rdf:ID="colorDissOrgMatter">
    <rdfs:label xml:lang="en">Humic Substance</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/navigation#physicalParameters"/>
  </owl:Class>

  <owl:Class rdf:ID="temperatureWater">
    <rdfs:label xml:lang="en">Water Temperature</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/navigation#physicalParameters"/>
  </owl:Class>

  <owl:Class rdf:ID="specificConductance">
    <rdfs:label xml:lang="en">Specific Conductance</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#conductivity"/>
  </owl:Class>

  <owl:Class rdf:ID="bulkElectricalConductivity">
    <rdfs:label xml:lang="en">Bulk Electrical Conductivity</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#conductivity"/>
  </owl:Class>


  
  <owl:Class rdf:ID="moistureSoil">
    <rdfs:label xml:lang="en">Soil Moisture</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#soilPhyPara"/>
  </owl:Class>

  <owl:Class rdf:ID="silicateSoil">
    <rdfs:label xml:lang="en">Silicate</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#soilPhyPara"/>
  </owl:Class>

  <owl:Class rdf:ID="sulfurOrganic">
    <rdfs:label xml:lang="en">Organic Sulfur</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#soilPhyPara"/>
  </owl:Class>

  <owl:Class rdf:ID="sulfurPyritic">
    <rdfs:label xml:lang="en">Pyritic Sulfur</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#soilPhyPara"/>
  </owl:Class>

  <owl:Class rdf:ID="temperatureSoil">
    <rdfs:label xml:lang="en">Soil Temperature</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#soilPhyPara"/>
  </owl:Class>

  <owl:Class rdf:ID="porositySoil">
    <rdfs:label xml:lang="en">Soil Porosity</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#soilPhyPara"/>
  </owl:Class>

  <owl:Class rdf:ID="hydroconductSoil">
    <rdfs:label xml:lang="en">Hydraulic Conductivity</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#soilPhyPara"/>
  </owl:Class>

  <owl:Class rdf:ID="piezometricHeadSoil">
    <rdfs:label xml:lang="en">Poezometric Head</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#soilPhyPara"/>
  </owl:Class>

  <owl:Class rdf:ID="matricPotentialSoil">
    <rdfs:label xml:lang="en">Matric Potential</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#soilPhyPara"/>
  </owl:Class>

  <owl:Class rdf:ID="soil_other">
    <rdfs:label xml:lang="en">Other</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#soilPhyPara"/>
  </owl:Class>


  
  <owl:Class rdf:ID="turbidity">
    <rdfs:label xml:lang="en">Turbidity</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/navigation#physicalParameters"/>
  </owl:Class>

  <owl:Class rdf:ID="secchiDepth">
    <rdfs:label xml:lang="en">Secchi Depth</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#transparency"/>
  </owl:Class>

  <owl:Class rdf:ID="timeDomainReflex">
    <rdfs:label xml:lang="en">TDR Wavefrom Rel Length</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/navigation#physicalParameters"/>
    <rdfs:comment xml:lang="en">Time domain reflextometry, apparent length divided by probe length. Square root of dielectric</rdfs:comment>
  </owl:Class>

  <owl:Class rdf:ID="lightAttenuationCoefficient">
    <rdfs:label xml:lang="en">Light Attenuation Coefficient</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#transparency"/>
  </owl:Class>





<!-- Core Level ->  Navigation Infrastructure -->
  <owl:Class rdf:ID="latitude">
    <rdfs:label xml:lang="en">Latitude</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#instrumentInfo"/>
    <rdfs:comment xml:lang="en">Latitude as a parameter, for example recording moving instrument locations</rdfs:comment>
  </owl:Class>

  <owl:Class rdf:ID="longitude">
    <rdfs:label xml:lang="en">Longitude</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#instrumentInfo"/>
    <rdfs:comment xml:lang="en">Longitude as a parameter, for example recording moving instrument locations</rdfs:comment>
  </owl:Class>

  <owl:Class rdf:ID="batteryVoltage">
    <rdfs:label xml:lang="en">Battery Voltage</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#instrumentInfo"/>
    <rdfs:comment xml:lang="en">The battery voltage of a datalogger or sensing system, often recorded as an indicator of data reliability</rdfs:comment>
  </owl:Class>

  <owl:Class rdf:ID="flashMemoryErrorCount">
    <rdfs:label xml:lang="en">Flash Memory Error Count</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#instrumentInfo"/>
    <rdfs:comment xml:lang="en">A counter which counts the number of datalogger flash memory errors</rdfs:comment>
  </owl:Class>

  <owl:Class rdf:ID="tableOverrunErrorCount">
    <rdfs:label xml:lang="en">Table Overrun Error Count</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#instrumentInfo"/>
    <rdfs:comment xml:lang="en">A counter which counts the number of datalogger table overrun errors</rdfs:comment>
  </owl:Class>

  <owl:Class rdf:ID="sampleCount">
    <rdfs:label xml:lang="en">Sample Count</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#instrumentInfo"/>
    <rdfs:comment xml:lang="en">Recorder for how many samples were taken at a time</rdfs:comment>
  </owl:Class>

  <owl:Class rdf:ID="watchDogErrorCount">
    <rdfs:label xml:lang="en">WatchDog Error Count</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#instrumentInfo"/>
    <rdfs:comment xml:lang="en">A counter which counts the number of total datalogger watchdog errors</rdfs:comment>
  </owl:Class>

  <owl:Class rdf:ID="signalToNoiseRatio">
    <rdfs:label xml:lang="en">Signal-To-Noise Ratio</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/watqualcompound#instrumentInfo"/>
    <rdfs:comment xml:lang="en">Signal-to-noise ratio (often abbreviated SNR or S/N) is defined as the ratio of a signal power to the noise power corrupting the signal. The higher the ratio, the less obtrusive the background noise is.</rdfs:comment>
  </owl:Class>

  <owl:Class rdf:ID="dischargePoints">
    <rdfs:label xml:lang="en">Discharge Points</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/navigation#infrastructure"/>
    <rdfs:comment xml:lang="en">Number of Discharge pts reported per sampling or census event</rdfs:comment>
  </owl:Class>

  <owl:Class rdf:ID="intakes">
    <rdfs:label xml:lang="en">Intakes</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/navigation#infrastructure"/>
    <rdfs:comment xml:lang="en">Number of Intake pts reported per sampling or census event</rdfs:comment>
  </owl:Class>





<!--  <owl:Class rdf:ID="Axiom_1">
    <owl:equivalentClass>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#nutrients"/>
          <owl:Class rdf:about="#organicNitrogen"/>
        </owl:unionOf>
      </owl:Class>
    </owl:equivalentClass>
    <rdfs:comment xml:lang="en"> In traditional logic, an axiom or postulate is a proposition that is not proved or demonstrated but considered to be self-evident. Therefore, its truth is taken for granted, and serves as a starting point for deducing and inferring other (theory dependent) truths. </rdfs:comment>
  </owl:Class> -->


</rdf:RDF>

<!-- Created with Protege (with OWL Plugin 3.2.1, Build 365)  http://protege.stanford.edu -->

