<?xml version="1.0"?>
<rdf:RDF
    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:j.0="http://metadata.net/WildNET/Climate.owl#"
  xml:base="http://metadata.net/WildNET/Climate.owl">
  <owl:Ontology rdf:about="">
    <owl:imports rdf:resource="http://metadata.net/WildNET/Geography.owl"/>
  </owl:Ontology>
  <owl:Class rdf:ID="ClimateSensor"/>
  <owl:Class rdf:ID="ClimateReading"/>
  <owl:DatatypeProperty rdf:ID="hasDate">
    <rdfs:domain rdf:resource="#ClimateReading"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Date/Time the sensor reading was taken</rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="hasClimateSensor">
    <rdfs:range rdf:resource="#ClimateSensor"/>
    <rdfs:domain rdf:resource="#ClimateReading"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="hasRainfall">
    <rdfs:domain rdf:resource="#ClimateReading"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Rainfall, in millimetres</rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="hasName">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Name of the climate station/sensor</rdfs:comment>
    <rdfs:domain rdf:resource="#ClimateSensor"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="hasMaximumTemp">
    <rdfs:domain rdf:resource="#ClimateReading"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Maximum temperature recorded, in degrees celcius</rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="hasStationID">
    <rdfs:domain rdf:resource="#ClimateSensor"/>
  </owl:DatatypeProperty>
  <owl:ObjectProperty rdf:ID="hasLocation">
    <rdfs:range rdf:resource="http://metadata.net/WildNET/geography.owl#Location"/>
    <rdfs:domain rdf:resource="#ClimateSensor"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Location of the climate station/sensor</rdfs:comment>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="hasMinimumTemp">
    <rdfs:domain rdf:resource="#ClimateReading"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Minimum temperature recorded, in degrees celcius</rdfs:comment>
  </owl:DatatypeProperty>
  <j.0:ClimateReading>
    <j.0:hasRainfall rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    ></j.0:hasRainfall>
  </j.0:ClimateReading>
</rdf:RDF>

<!-- Created with Protege (with OWL Plugin 2.2, Build 311)  http://protege.stanford.edu -->
