<?xml version="1.0"?>
<rdf:RDF
    xmlns:climatereadings="http://metadata.net/WildNET/ClimateReadings.owl#"
    xmlns="http://metadata.net/WildNET/Animal.owl#"
    xmlns:climatesensors="http://metadata.net/WildNET/ClimateSensors.owl#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:p1="http://metadata.net/WildNET/geography.owl#"
    xmlns:climate="http://metadata.net/WildNET/Climate.owl#"
    xmlns:geo="http://metadata.net/WildNET/Geography.owl#"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:daml="http://www.daml.org/2001/03/daml+oil#"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sighting="http://metadata.net/WildNET/AnimalSighting.owl#"
  xml:base="http://metadata.net/WildNET/Animal.owl">
  <owl:Ontology rdf:about="">
    <owl:imports rdf:resource="http://metadata.net/WildNET/Geography.owl"/>
  </owl:Ontology>
  <rdfs:Class rdf:about="http://metadata.net/WildNET/geography.owl#Location"/>
  <owl:Class rdf:ID="Animal"/>
  <owl:Class rdf:ID="Snake">
    <rdfs:subClassOf rdf:resource="#Animal"/>
  </owl:Class>

  <owl:Class rdf:ID="Bird">
    <rdfs:subClassOf rdf:resource="#Animal"/>
  </owl:Class>

  <owl:DatatypeProperty rdf:ID="hasCommonName">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Common name of the animal</rdfs:comment>
    <rdfs:domain rdf:resource="#Animal"/>
  </owl:DatatypeProperty>

  <owl:DatatypeProperty rdf:ID="hasScientificName">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Scientific name of the animal</rdfs:comment>
    <rdfs:domain rdf:resource="#Animal"/>
  </owl:DatatypeProperty>

</rdf:RDF>
