<?xml version="1.0"?>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
  xml:base="http://metadata.net/WildNET/Geography.owl">
  <owl:Ontology rdf:about=""/>



  <owl:Class rdf:ID="Location"/>


  <owl:Class rdf:ID="Site">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The location where an Animal sighting occured</rdfs:comment>
  </owl:Class>

  <owl:DatatypeProperty rdf:ID="hasName">
    <rdfs:domain rdf:resource="#Site"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Name of the site</rdfs:comment>
  </owl:DatatypeProperty>
  <owl:ObjectProperty rdf:ID="hasLocation">
    <rdfs:domain rdf:resource="#Site"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The location of the site</rdfs:comment>
    <rdfs:range rdf:resource="http://metadata.net/WildNET/Geography.owl#Location"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="hasSiteNumber">
    <rdfs:domain rdf:resource="#Site"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Sight Number</rdfs:comment>
  </owl:DatatypeProperty>
  <owl:ObjectProperty rdf:ID="hasSubSite">
    <rdfs:domain rdf:resource="#Site"/>
    <rdfs:range rdf:resource="#Site"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A sub-site within the actual site, where the sighting occured</rdfs:comment>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="hasLongitude">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Longitude</rdfs:comment>
    <rdfs:domain rdf:resource="#Location"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="hasLatitude">
    <rdfs:domain rdf:resource="#Location"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Latitude</rdfs:comment>
  </owl:DatatypeProperty>
</rdf:RDF>

<!-- Created with Protege (with OWL Plugin 2.2, Build 311)  http://protege.stanford.edu -->
