<?xml version="1.0"?>
<rdf:RDF
    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:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns="http://metadata.net/WildNET/Sites.owl"
  xml:base="http://metadata.net/WildNET/Sites.owl">
  <owl:Ontology rdf:about=""/>

  <geo:Site rdf:ID="Site_1">
	<geo:hasName>Cane Cutters Beach off Shute</geo:hasName>	
	<geo:hasLocation>
		<geo:Location>
			<geo:hasLongitude rdf:datatype="http://www.w3.org/2001/XMLSchema#float">-25.0714</geo:hasLongitude>
			<geo:hasLatitude rdf:datatype="http://www.w3.org/2001/XMLSchema#float">152.5465</geo:hasLatitude>
		</geo:Location>
	</geo:hasLocation>	
	<geo:hasSiteNumber rdf:datatype="http://www.w3.org/2001/XMLSchema#string">20078-D-RF</geo:hasSiteNumber>
  </geo:Site>	


<!-- SITE WITHOUT NAME -->
  <geo:Site rdf:ID="Site_2">
	<geo:hasLocation>
		<geo:Location>
			<geo:hasLongitude rdf:datatype="http://www.w3.org/2001/XMLSchema#float">-25.0714</geo:hasLongitude>
			<geo:hasLatitude rdf:datatype="http://www.w3.org/2001/XMLSchema#float">152.5465</geo:hasLatitude>
		</geo:Location>
	</geo:hasLocation>	
  </geo:Site>	


</rdf:RDF>

<!-- Created with Protege (with OWL Plugin 2.2, Build 311)  http://protege.stanford.edu -->

