<?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-abio="http://www.cuahsi.org/aquabiocompound#"
  xmlns="http://www.cuahsi.org/aquabiocore#"
  xml:base="http://www.cuahsi.org/aquabiocore">

  <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: Fish Species  -->
  <owl:Class rdf:ID="fishLength">
    <rdfs:label xml:lang="en">Fish Length</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/aquabiocompound#specificFishSpecies"/>
  </owl:Class>

  <owl:Class rdf:ID="fishWeight">
    <rdfs:label xml:lang="en">Fish Weight</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/aquabiocompound#specificFishSpecies"/>
  </owl:Class>

  <owl:Class rdf:ID="fishSubstrate">
    <rdfs:label xml:lang="en">Fish Substrate</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/aquabiocompound#fishHabitat"/>
  </owl:Class>

  <owl:Class rdf:ID="fishCover">
    <rdfs:label xml:lang="en">Cover</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/aquabiocompound#fishHabitat"/>
  </owl:Class>

  <owl:Class rdf:ID="habitateType">
    <rdfs:label xml:lang="en">Habitat Type</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/aquabiocompound#fishHabitat"/>
  </owl:Class>

  <owl:Class rdf:ID="velocity">
    <rdfs:label xml:lang="en">Velocity</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/aquabiocompound#fishHabitat"/>
  </owl:Class>

  <owl:Class rdf:ID="depth">
    <rdfs:label xml:lang="en">Depth</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/aquabiocompound#fishHabitat"/>
  </owl:Class>

  <owl:Class rdf:ID="embededness">
    <rdfs:label xml:lang="en">Embededness</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/aquabiocompound#fishHabitat"/>
  </owl:Class>

  <owl:Class rdf:ID="shockDistance">
    <rdfs:label xml:lang="en">Shock Distance</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/aquabiocompound#fishHabitat"/>
  </owl:Class>

  <owl:Class rdf:ID="shockTime">
    <rdfs:label xml:lang="en">Shock Time</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/aquabiocompound#fishHabitat"/>
  </owl:Class>

  <owl:Class rdf:ID="haulLength">
    <rdfs:label xml:lang="en">Haul Length</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/aquabiocompound#fishHabitat"/>
  </owl:Class>

  <owl:Class rdf:ID="seineLength">
    <rdfs:label xml:lang="en">Seine Length</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.cuahsi.org/aquabiocompound#fishHabitat"/>
  </owl:Class>




</rdf:RDF>

<!-- Created with Protege (with OWL Plugin 3.2.1, Build 365)  http://protege.stanford.edu -->

