<?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:com-land="http://www.cuahsi.org/landcompound#"
  xmlns="http://www.cuahsi.org/landcore#"
  xml:base="http://www.cuahsi.org/landcore">

  <owl:Ontology rdf:about="">
  </owl:Ontology>
<!--    <owl:imports rdf:resource="http://hydroseek.org/search/ontology/gcmd.owl"/> -->
<!--    <owl:imports rdf:resource="http://hydroseek.org/search/ontology/navigation.owl"/> -->

<!-- Core Layer -> Compound Layer: Vegetation  -->
  <owl:Class rdf:ID="leafAreaIndex">
    <rdfs:label xml:lang="en">Leaf Area Index</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/landcompound#vegetation"/>
  </owl:Class>

  <owl:Class rdf:ID="leafWetness">
    <rdfs:label xml:lang="en">Leaf Wetness</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/landcompound#vegetation"/>
  </owl:Class>

  <owl:Class rdf:ID="vegetationDensity">
    <rdfs:label xml:lang="en">Vegetation Density</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/landcompound#vegetation"/>
  </owl:Class>

  <owl:Class rdf:ID="vegetationHeight">
    <rdfs:label xml:lang="en">Vegetation Height</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/landcompound#vegetation"/>
  </owl:Class>

  <owl:Class rdf:ID="treeTrunkDia">
    <rdfs:label xml:lang="en">Tree Trunk Diameter</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/landcompound#vegetation"/>
  </owl:Class>

  <owl:Class rdf:ID="basalArea">
    <rdfs:label xml:lang="en">Basal Area</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/landcompound#vegetation"/>
  </owl:Class>

  <owl:Class rdf:ID="vegetation_other">
    <rdfs:label xml:lang="en">Other</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/landcompound#vegetation"/>
  </owl:Class>




</rdf:RDF>

<!-- Created with Protege (with OWL Plugin 3.2.1, Build 365)  http://protege.stanford.edu -->

