<?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: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="http://www.cuahsi.org/atmohydrocompound#"
  xml:base="http://www.cuahsi.org/atmohydrocompound">

<!-- Import Upper Level OWL files -->
  <owl:Ontology rdf:about="">
  </owl:Ontology>
<!--    <owl:imports rdf:resource="navigation.owl"/> -->

<!-- Compound Layer: Winds  -->
  <owl:Class rdf:ID="winds">
    <rdfs:label xml:lang="en">Winds</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/navigation#atmosphericHydrology"/>
  </owl:Class>

  <owl:Class rdf:ID="windGustVelocity">
    <rdfs:label xml:lang="en">Wind Gust Velocity</rdfs:label>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#winds"/>
    </rdfs:subClassOf>
  </owl:Class>

  <owl:Class rdf:ID="windVelocity">
    <rdfs:label xml:lang="en">Wind Velocity</rdfs:label>
    <rdfs:subClassOf> 
      <owl:Class rdf:about="#winds"/>
    </rdfs:subClassOf>
    <rdfs:comment xml:lang="en">Wind Velocity and Wind Force (e.g. in Beaufort scale) can be classified under this category.</rdfs:comment>
  </owl:Class>





<!-- Compound Layer: Precipitation  -->
  <owl:Class rdf:ID="precipitation">
    <rdfs:label xml:lang="en">Precipitation</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/navigation#atmosphericHydrology"/>
  </owl:Class>

  <owl:Class rdf:ID="snowGround">
    <rdfs:label xml:lang="en">Snow on Ground</rdfs:label>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#precipitation"/>
    </rdfs:subClassOf>
  </owl:Class>

  <owl:Class rdf:ID="snowAir">
    <rdfs:label xml:lang="en">Snow as Precipitation</rdfs:label>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#precipitation"/>
    </rdfs:subClassOf>
  </owl:Class>



<!-- Compound Layer: Heat Flux  -->
  <owl:Class rdf:ID="heatFluxes">
    <rdfs:label xml:lang="en">Heat Fluxes</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/navigation#atmosphericHydrology"/>
  </owl:Class>



<!-- Compound Layer: Chemical Atmosphere  -->
  <owl:Class rdf:ID="chemicalAtmosphere">
    <rdfs:label xml:lang="en">Chemical Atmosphere</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/navigation#atmosphericHydrology"/>
  </owl:Class>



<!-- Compound Layer: Radiation  -->
  <owl:Class rdf:ID="radiation">
    <rdfs:label xml:lang="en">Radiation</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/navigation#atmosphericHydrology"/>
  </owl:Class>

  <owl:Class rdf:ID="terrestrialRadiation">
    <rdfs:label xml:lang="en">Terrestrial Rad; Long Wave</rdfs:label>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#radiation"/>
    </rdfs:subClassOf>
    <rdfs:comment xml:lang="en">The total infrared radiation emitted by earth. Most of it is absorbed by the atmosphere, less than ten percent is radiated directly into space</rdfs:comment>
  </owl:Class>

  <owl:Class rdf:ID="totalRadiation">
    <rdfs:label xml:lang="en">Total Rad, Short + Long Wave</rdfs:label>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#radiation"/>
    </rdfs:subClassOf>
    <rdfs:comment xml:lang="en">The sum of solar and terrestrial radiation</rdfs:comment>
  </owl:Class>

  <owl:Class rdf:ID="incidentRadiation">
    <rdfs:label xml:lang="en">Incident Radiation</rdfs:label>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#radiation"/>
    </rdfs:subClassOf>
    <rdfs:comment xml:lang="en">The total combined radiation impinging on matter (Sun is primary source; Moon is secondary)</rdfs:comment>
  </owl:Class>

  <owl:Class rdf:ID="solarRadiation">
    <rdfs:label xml:lang="en">Solar Rad, Short Wave</rdfs:label>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#radiation"/>
    </rdfs:subClassOf>
    <rdfs:comment xml:lang="en">Solar radiation is radiant energy emitted by a sun</rdfs:comment>
  </owl:Class>

  <owl:Class rdf:ID="photosyntheticallyActiveRadiation">
    <rdfs:label xml:lang="en">Photosynthetically Active Radiation</rdfs:label>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#solarRadiation"/>
    </rdfs:subClassOf>
    <rdfs:comment xml:lang="en">The range of light between 400-700nm that can be used in photosynthesis by plants</rdfs:comment>
  </owl:Class>







<!-- Compound Layer: Humidity  -->
  <owl:Class rdf:ID="humidity">
    <rdfs:label xml:lang="en">Humidity</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/navigation#atmosphericHydrology"/>
  </owl:Class>




</rdf:RDF>

<!-- Created with Protege (with OWL Plugin 3.2.1, Build 365)  http://protege.stanford.edu -->

