<?xml version="1.0"?>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns="http://www.cesn.umb.edu/sensor/cesn#"
    xmlns:p2="http://www.owl-ontologies.com/assert.owl#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:p1="http://www.cesn.umb.edu/sensor/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
  xml:base="http://www.cesn.umb.edu/sensor/cesn">
  <owl:Ontology rdf:about=""/>
  <owl:Class rdf:ID="YSI_ConductivitySensor">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="ConductivitySensor"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="YSI_TemperatureSensor">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Thermometer"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Location"/>
  <owl:Class rdf:ID="PressureMeasurement">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="PhysicalPropertyMeasurement"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="HOBO_S-BPA-CM10_BarometricPressureSensor">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="AtmosphericPressureSensor"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="PhysicalProperty"/>
  <owl:Class rdf:ID="TimeMeasurement">
    <rdfs:subClassOf rdf:resource="#PhysicalPropertyMeasurement"/>
  </owl:Class>
  <owl:Class rdf:ID="PressureSensor">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Sensor"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="canMeasure"/>
        </owl:onProperty>
        <owl:hasValue>
          <PhysicalProperty rdf:ID="Pressure">
            <name rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >Pressure</name>
          </PhysicalProperty>
        </owl:hasValue>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom rdf:resource="#PressureMeasurement"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="hasTaken"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="YSI_Membrane_DOSensor">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="DOSensor"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="HOBO_S-TMA-M002_TemperatureSensor">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Thermometer"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="ConductivityMeasurement">
    <rdfs:subClassOf rdf:resource="#PhysicalPropertyMeasurement"/>
  </owl:Class>
  <owl:Class rdf:ID="Clock">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Sensor"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:hasValue>
          <PhysicalProperty rdf:ID="Time"/>
        </owl:hasValue>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#canMeasure"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasTaken"/>
        </owl:onProperty>
        <owl:allValuesFrom rdf:resource="#TimeMeasurement"/>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="HOBO_S-THB-M002_RelHumiditySensor">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Hygrometer"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="SWAN_InstrumentPlatform_1.0.1">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Instrument"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Deployment">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The deployment models a phisical deployment of an instrument at a particular place and time.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="DOMeasurement">
    <rdfs:subClassOf rdf:resource="#PhysicalPropertyMeasurement"/>
  </owl:Class>
  <owl:Class rdf:about="#DOSensor">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Sensor"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:hasValue>
          <PhysicalProperty rdf:ID="DissolvedOxygen"/>
        </owl:hasValue>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#canMeasure"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasTaken"/>
        </owl:onProperty>
        <owl:allValuesFrom rdf:resource="#DOMeasurement"/>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="YSI_600_InternalClock">
    <rdfs:subClassOf rdf:resource="#Clock"/>
  </owl:Class>
  <owl:Class rdf:ID="HumidityMeasurement">
    <rdfs:subClassOf rdf:resource="#PhysicalPropertyMeasurement"/>
  </owl:Class>
  <owl:Class rdf:ID="Offset"/>
  <owl:Class rdf:about="#Sensor">
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:cardinality>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#canMeasure"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >0</owl:minCardinality>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="hasOffset"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="HOBO_H21-001_InternalClock">
    <rdfs:subClassOf rdf:resource="#Clock"/>
  </owl:Class>
  <owl:Class rdf:ID="TemperatureMeasurement">
    <rdfs:subClassOf rdf:resource="#PhysicalPropertyMeasurement"/>
  </owl:Class>
  <owl:Class rdf:about="#AtmosphericPressureSensor">
    <rdfs:subClassOf rdf:resource="#PressureSensor"/>
  </owl:Class>
  <owl:Class rdf:ID="PARMeasurement">
    <rdfs:subClassOf rdf:resource="#PhysicalPropertyMeasurement"/>
  </owl:Class>
  <owl:Class rdf:about="#Hygrometer">
    <rdfs:subClassOf rdf:resource="#Sensor"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#canMeasure"/>
        </owl:onProperty>
        <owl:hasValue>
          <PhysicalProperty rdf:ID="Humidity">
            <name xml:lang="en">Humidity</name>
          </PhysicalProperty>
        </owl:hasValue>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom rdf:resource="#HumidityMeasurement"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasTaken"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="PARSensor">
    <rdfs:subClassOf rdf:resource="#Sensor"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:hasValue>
          <PhysicalProperty rdf:ID="PAR"/>
        </owl:hasValue>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#canMeasure"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasTaken"/>
        </owl:onProperty>
        <owl:allValuesFrom rdf:resource="#PARMeasurement"/>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#Thermometer">
    <rdfs:subClassOf rdf:resource="#Sensor"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:hasValue>
          <PhysicalProperty rdf:ID="Temperature">
            <name rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >Temperature</name>
          </PhysicalProperty>
        </owl:hasValue>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#canMeasure"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom rdf:resource="#TemperatureMeasurement"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasTaken"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#ConductivitySensor">
    <rdfs:subClassOf rdf:resource="#Sensor"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#canMeasure"/>
        </owl:onProperty>
        <owl:hasValue>
          <PhysicalProperty rdf:ID="Conductivity">
            <name rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >Salinity</name>
          </PhysicalProperty>
        </owl:hasValue>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasTaken"/>
        </owl:onProperty>
        <owl:allValuesFrom rdf:resource="#ConductivityMeasurement"/>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="HOBO_S-LIA-M003_PARSensor">
    <rdfs:subClassOf rdf:resource="#PARSensor"/>
  </owl:Class>
  <owl:Class rdf:ID="HOBO_S-THB-M002_TemperatureSensor">
    <rdfs:subClassOf rdf:resource="#Thermometer"/>
  </owl:Class>
  <owl:Class rdf:ID="UnderwaterPressureSensor">
    <rdfs:subClassOf rdf:resource="#PressureSensor"/>
  </owl:Class>
  <owl:Class rdf:ID="YSI600">
    <rdfs:subClassOf rdf:resource="#Instrument"/>
  </owl:Class>
  <owl:ObjectProperty rdf:ID="hasSensor">
    <rdfs:range rdf:resource="#Sensor"/>
    <rdfs:domain rdf:resource="#Instrument"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#hasOffset">
    <rdfs:domain rdf:resource="#Sensor"/>
    <rdfs:range rdf:resource="#Offset"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#canMeasure">
    <rdfs:range rdf:resource="#PhysicalProperty"/>
    <rdfs:domain rdf:resource="#Sensor"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="location">
    <rdfs:range rdf:resource="#Location"/>
    <rdfs:domain rdf:resource="#Deployment"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#hasTaken">
    <rdfs:range rdf:resource="#PhysicalPropertyMeasurement"/>
    <rdfs:domain rdf:resource="#Sensor"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="instrument">
    <rdfs:range rdf:resource="#Instrument"/>
    <rdfs:domain rdf:resource="#Deployment"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="isValid">
    <rdfs:domain rdf:resource="#PhysicalPropertyMeasurement"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="x">
    <rdfs:domain rdf:resource="#Offset"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="endTime">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
    <rdfs:domain rdf:resource="#Deployment"/>
    <rdfs:comment xml:lang="en">When the instrument was removed from the field.  NULL if the instrument is still deployed.</rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="value">
    <rdfs:domain rdf:resource="#PhysicalPropertyMeasurement"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="lon">
    <rdfs:domain rdf:resource="#Location"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="z">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    ></rdfs:comment>
    <rdfs:domain rdf:resource="#Offset"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="timestamp">
    <rdfs:domain rdf:resource="#PhysicalPropertyMeasurement"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="y">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
    <rdfs:domain rdf:resource="#Offset"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="lat">
    <rdfs:domain rdf:resource="#Location"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="name">
    <rdfs:domain>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#PhysicalProperty"/>
          <owl:Class rdf:about="#Location"/>
          <owl:Class rdf:about="#Instrument"/>
          <owl:Class rdf:about="#Sensor"/>
          <rdf:Description rdf:about="http://www.w3.org/2002/07/owl#Thing"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:domain>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="startTime">
    <rdfs:domain rdf:resource="#Deployment"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
    <rdfs:comment xml:lang="en">When the instruemtn was deployed</rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="alt">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
    <rdfs:domain rdf:resource="#Location"/>
  </owl:DatatypeProperty>
  <HOBO_S-TMA-M002_TemperatureSensor rdf:ID="HOBO_S-TMA-M002_TemperatureSensor_001">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Deep temp Sensor</rdfs:comment>
    <hasOffset>
      <Offset rdf:ID="Offset_10feetbelow">
        <z rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
        >0.0</z>
        <y rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
        >0.0</y>
        <x rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
        >-10.0</x>
      </Offset>
    </hasOffset>
  </HOBO_S-TMA-M002_TemperatureSensor>
  <HOBO_S-THB-M002_RelHumiditySensor rdf:ID="HOBO_S-THB-M002_RelHumiditySensor_001"/>
  <rdf:Description rdf:ID="__deleted__">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >sf</rdfs:comment>
  </rdf:Description>
  <HOBO_S-TMA-M002_TemperatureSensor rdf:ID="HOBO_S-TMA-M002_TemperatureSensor_002">
    <hasOffset>
      <Offset rdf:ID="Offset_onefootbelow">
        <z rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
        >0.0</z>
        <x rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
        >0.0</x>
        <y rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
        >0.0</y>
      </Offset>
    </hasOffset>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Subsurface Temp</rdfs:comment>
  </HOBO_S-TMA-M002_TemperatureSensor>
  <Deployment rdf:ID="Deployment_001">
    <startTime rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime"
    >2007-06-10T10:31:34</startTime>
    <instrument>
      <SWAN_InstrumentPlatform_1.0.1 rdf:ID="SWAN_InstrumentPlatform_1.0.1_001">
        <hasSensor>
          <HOBO_H21-001_InternalClock rdf:ID="HOBO_H21-001_InternalClock_001"/>
        </hasSensor>
        <hasSensor rdf:resource="#HOBO_S-THB-M002_RelHumiditySensor_001"/>
        <hasSensor>
          <HOBO_S-LIA-M003_PARSensor rdf:ID="HOBO_S-LIA-M003_PARSensor_001"/>
        </hasSensor>
        <hasSensor>
          <HOBO_S-THB-M002_TemperatureSensor rdf:ID="HOBO_S-THB-M002_TemperatureSensor_001">
            <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >Air Temperature</rdfs:comment>
          </HOBO_S-THB-M002_TemperatureSensor>
        </hasSensor>
        <hasSensor rdf:resource="#HOBO_S-TMA-M002_TemperatureSensor_001"/>
        <hasSensor rdf:resource="#HOBO_S-TMA-M002_TemperatureSensor_002"/>
      </SWAN_InstrumentPlatform_1.0.1>
    </instrument>
    <location>
      <Location rdf:ID="Turners_Pond">
        <lat rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
        >0.0</lat>
        <alt rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
        >26.0</alt>
        <lon rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
        >0.0</lon>
      </Location>
    </location>
  </Deployment>
</rdf:RDF>

<!-- Created with Protege (with OWL Plugin 3.3.1, Build 430)  http://protege.stanford.edu -->

