<?xml version="1.0"?>
<rdf:RDF
    xmlns:p1="http://xmlns.com/foaf/0.1/"
    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#"
    xmlns="http://metadata.net/WildNET/Observers.owl#"
    xmlns:daml="http://www.daml.org/2001/03/daml+oil#"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:climate="http://metadata.net/WildNET/Climate.owl#"
  xml:base="http://metadata.net/WildNET/Observers.owl">
  <owl:Ontology rdf:about=""/>
  <owl:Class rdf:about="http://xmlns.com/foaf/0.1/Person"/>
  <owl:Class rdf:ID="Observer">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The person who observed the a particular sighting</rdfs:comment>
  </owl:Class>
  <owl:DatatypeProperty rdf:ID="hasName">
    <rdfs:domain rdf:resource="#Observer"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Observer's name</rdfs:comment>
  </owl:DatatypeProperty>
  <owl:ObjectProperty rdf:ID="hasFOAFProfile">
    <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
    <rdfs:domain rdf:resource="#Observer"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Observer's FOAF profile</rdfs:comment>
  </owl:ObjectProperty>


</rdf:RDF>

<!-- Created with Protege (with OWL Plugin 2.2, Build 311)  http://protege.stanford.edu -->
