<?xml version="1.0"?>
<rdf:RDF
    xmlns:animal="http://metadata.net/WildNET/Animal.owl#"
    xmlns:snakes="http://metadata.net/WildNET/Snakes.owl#"
    xmlns:birds="http://metadata.net/WildNET/Birds.owl#"
    xmlns:geo="http://metadata.net/WildNET/Geography.owl#"
    xmlns:sighting="http://metadata.net/WildNET/AnimalSighting.owl#"
    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:daml="http://www.daml.org/2001/03/daml+oil#"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns="http://metadata.net/WildNET/AnimalSighting.owl#"
    xml:base="http://metadata.net/WildNET/AnimalSighting.owl">
  <owl:Ontology rdf:about=""/>
  <owl:Class rdf:ID="AnimalSighting"/>

  <owl:Class rdf:ID="SnakeSighting"/>

  <owl:DatatypeProperty rdf:ID="hasDate">
    <rdfs:domain rdf:resource="#AnimalSighting"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Date/Time the sighting was made</rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="adultCount">
    <rdfs:domain rdf:resource="#AnimalSighting"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Number of adults counted during sighting</rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="adolescentCount">
    <rdfs:domain rdf:resource="#AnimalSighting"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Number of adolescents counted during sighting</rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="youngCount">
    <rdfs:domain rdf:resource="#AnimalSighting"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Number of young counted during sighting</rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="chickCount">
    <rdfs:domain rdf:resource="#AnimalSighting"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Number of chicks counted during sighting</rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="hasFieldNotes">
    <rdfs:domain rdf:resource="#AnimalSighting"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Notes taken by observer</rdfs:comment>
  </owl:DatatypeProperty>
  <owl:ObjectProperty rdf:ID="hasSite">
    <rdfs:domain rdf:resource="#AnimalSighting"/>
    <rdfs:range rdf:resource="http://metadata.net/WildNET/Geography.owl#Site"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="ofAnimal">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Type of animal sighted</rdfs:comment>
    <rdfs:domain rdf:resource="#AnimalSighting"/>
    <rdfs:range rdf:resource="#Animal"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="hasObserver">
    <rdfs:range rdf:resource="http://metadata.net/WildNET/Observers.owl#Observer"/>
    <rdfs:domain rdf:resource="#AnimalSighting"/>
  </owl:ObjectProperty>

</rdf:RDF>
