@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix sosa: <http://www.w3.org/ns/sosa/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix foo: <http://w3id.org/def/foo#> .
@prefix ns1: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix ns2: <http://data.bioontology.org/metadata/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix ns3: <http://purl.oclc.org/NET/UNIS/fiware/iot-lite#> .
@prefix schema: <http://schema.org/> .
@prefix wo: <https://bbc.co.uk/ontologies/wildlife-ontology#> .
@prefix xhv: <http://www.w3.org/1999/xhtml/vocab#> .

<http://w3id.org/def/foo#C:P>
  a owl:DatatypeProperty, owl:NamedIndividual, sosa:ObservableProperty ;
  rdfs:domain sosa:ObservableProperty ;
  rdfs:range xsd:float ;
  sosa:hasSimpleResult "0.12"^^xsd:float ;
  skos:definition "carbon to inorganic phosphorus ratio of the soil sample" .

<http://w3id.org/def/foo#DV1243>
  a sosa:Observation ;
  foo:Site "Danum Valley Conservation Area" ;
  foo:Land_Use "Unlogged Forest" ;
  foo:Plot_Name "DV1" ;
  foo:Subplot "24" ;
  foo:NO3_N "216.28" ;
  foo:NH4_N "14.14" ;
  foo:Total_N "230.42" ;
  foo:Ca "1242.47" ;
  foo:Mg "209.06" ;
  foo:K "129.2" ;
  foo:P "2.82" ;
  foo:Fe "17.65" ;
  foo:Mn "12.65" ;
  foo:Cu "0.41" ;
  foo:Zn "0.43" ;
  foo:B "0.35" ;
  foo:S "32.25" ;
  foo:Pb "0" ;
  foo:AI "10.3" ;
  foo:Cd "0" .

skos:definition
  a owl:AnnotationProperty ;
  skos:definition "FOO stands for the Forest Observatory Ontology. The term ontology is defined as a collection of related terms and their formal defination. FOO, therefore, comprises a novel upper-level ontology that describes wildlife data generated by remote sensing devices. FOO adopts and merges existing ontological resources (e.g., SOSA and BBC wildlife Ontology) from two domains (i.e., Internet of Things (IoT) and Wildlife)." .

<http://www.schema.org/dgfc/elephant#Liun>
  a owl:NamedIndividual, sosa:Sensor ;
  sosa:observedProperty foo:DateTime, foo:Direction, foo:PDOP, foo:Speed, foo:Temperature ;
  rdfs:comment "A female asian elephant called Liun, here, the GPS collar (sensor) is named after her." .

foo:MS141
  a sosa:Observation ;
  foo:Site "Maliau Basin Conservation Area" ;
  foo:Land_Use "Unlogged Forest" ;
  foo:Plot_Name "Seraya" ;
  foo:Subplot "14" ;
  foo:NO3_N "130.92" ;
  foo:NH4_N "6.48" ;
  foo:Total_N "137.4" ;
  foo:Ca "168.78" ;
  foo:Mg "460.91" ;
  foo:K "66.33" ;
  foo:P "0.55" ;
  foo:Fe "10.82" ;
  foo:Mn "17.19" ;
  foo:Cu "0.15" ;
  foo:Zn "1.23" ;
  foo:B "0" ;
  foo:S "8.53" ;
  foo:Pb "0.31" ;
  foo:AI "44.08" ;
  foo:Cd "0" .

<http://www.schema.org/dgfc/python#Juling>
  a owl:NamedIndividual, sosa:Sensor ;
  owl:sameAs <http://www.schema.org/dgfc/python> ;
  sosa:hasFeatureOfInterest <http://www.schema.org/dgfc/python> ;
  sosa:observedProperty foo:DateTime, foo:HDOP, foo:Speed ;
  rdfs:comment "A python (snake) called Juling- with tracking device called Juling" .

foo:hasSpeed
  a owl:DatatypeProperty ;
  rdfs:domain sosa:ObservableProperty ;
  rdfs:range xsd:float .

foo:SBN253
  a sosa:Observation ;
  foo:Site "SAFE Project - Kalabakan Forest Reserve" ;
  foo:Land_Use "Logged Forest" ;
  foo:Plot_Name "B North" ;
  foo:Subplot "25" ;
  foo:NO3_N "74.48" ;
  foo:NH4_N "2.34" ;
  foo:Total_N "76.82" ;
  foo:Ca "184.1" ;
  foo:Mg "244.21" ;
  foo:K "131.46" ;
  foo:P "0.28" ;
  foo:Fe "11.49" ;
  foo:Mn "16.23" ;
  foo:Cu "0.19" ;
  foo:Zn "1.92" ;
  foo:B "0.46" ;
  foo:S "2.58" ;
  foo:Pb "0.06" ;
  foo:AI "25.59" ;
  foo:Cd "0.16" .

foo:SOP82
  a sosa:Observation ;
  foo:Site "SAFE Project - Kalabakan Forest Reserve" ;
  foo:Land_Use "Oil Palm" ;
  foo:Plot_Name "OP" ;
  foo:Subplot "8" ;
  foo:NO3_N "95.5" ;
  foo:NH4_N "7.5" ;
  foo:Total_N "103" ;
  foo:Ca "76.76" ;
  foo:Mg "211.59" ;
  foo:K "512.94" ;
  foo:P "12.88" ;
  foo:Fe "10.08" ;
  foo:Mn "50.11" ;
  foo:Cu "0.15" ;
  foo:Zn "1.48" ;
  foo:B "0" ;
  foo:S "110.41" ;
  foo:Pb "0.32" ;
  foo:AI "64.7" ;
  foo:Cd "0" .

foo:MB221
  a sosa:Observation ;
  foo:Site "Maliau Basin Conservation Area" ;
  foo:Land_Use "Unlogged Forest" ;
  foo:Plot_Name "Belian" ;
  foo:Subplot "22" ;
  foo:NO3_N "69.96" ;
  foo:NH4_N "7.76" ;
  foo:Total_N "77.72" ;
  foo:Ca "285.02" ;
  foo:Mg "87.56" ;
  foo:K "149.94" ;
  foo:P "0.03" ;
  foo:Fe "4.04" ;
  foo:Mn "15.55" ;
  foo:Cu "0.06" ;
  foo:Zn "1.06" ;
  foo:B "0.03" ;
  foo:S "9.99" ;
  foo:Pb "0" ;
  foo:AI "26.76" ;
  foo:Cd "0" .

foo:hasDistance
  a owl:DatatypeProperty ;
  rdfs:domain sosa:ObservableProperty ;
  rdfs:range xsd:float .

foo:hasSite_plot_code
  a owl:DatatypeProperty ;
  rdfs:domain sosa:ObservableProperty ;
  rdfs:range rdfs:Literal .

foo:DV281
  a sosa:Observation ;
  foo:Site "Danum Valley Conservation Area" ;
  foo:Land_Use "Unlogged Forest" ;
  foo:Plot_Name "DV2" ;
  foo:Subplot "8" ;
  foo:NO3_N "5.92" ;
  foo:NH4_N "3.32" ;
  foo:Total_N "9.24" ;
  foo:Ca "82.75" ;
  foo:Mg "97.1" ;
  foo:K "33" ;
  foo:P "0" ;
  foo:Fe "4.19" ;
  foo:Mn "1.52" ;
  foo:Cu "0.07" ;
  foo:Zn "0.36" ;
  foo:B "0.13" ;
  foo:S "6.21" ;
  foo:Pb "0.08" ;
  foo:AI "5.11" ;
  foo:Cd "0.04" .

foo:DV2232
  a sosa:Observation ;
  foo:Site "Danum Valley Conservation Area" ;
  foo:Land_Use "Unlogged Forest" ;
  foo:Plot_Name "DV2" ;
  foo:Subplot "23" ;
  foo:NO3_N "12.54" ;
  foo:NH4_N "0.56" ;
  foo:Total_N "13.1" ;
  foo:Ca "337.17" ;
  foo:Mg "41.88" ;
  foo:K "18.23" ;
  foo:P "0" ;
  foo:Fe "6.09" ;
  foo:Mn "0.43" ;
  foo:Cu "0.1" ;
  foo:Zn "0.18" ;
  foo:B "0" ;
  foo:S "10.18" ;
  foo:Pb "0" ;
  foo:AI "4.84" ;
  foo:Cd "0" .

foo:SE122
  a sosa:Observation ;
  foo:Site "SAFE Project - Kalabakan Forest Reserve" ;
  foo:Land_Use "Logged Forest" ;
  foo:Plot_Name "E" ;
  foo:Subplot "12" ;
  foo:NO3_N "310.88" ;
  foo:NH4_N "11.02" ;
  foo:Total_N "321.9" ;
  foo:Ca "31.3" ;
  foo:Mg "42.84" ;
  foo:K "269.75" ;
  foo:P "0.62" ;
  foo:Fe "26.03" ;
  foo:Mn "76.28" ;
  foo:Cu "0.16" ;
  foo:Zn "1.42" ;
  foo:B "0.41" ;
  foo:S "31.8" ;
  foo:Pb "0.23" ;
  foo:AI "66.03" ;
  foo:Cd "0.02" .

foo:DV171
  a sosa:Observation ;
  foo:Site "Danum Valley Conservation Area" ;
  foo:Land_Use "Unlogged Forest" ;
  foo:Plot_Name "DV1" ;
  foo:Subplot "7" ;
  foo:NO3_N "52.74" ;
  foo:NH4_N "1.18" ;
  foo:Total_N "53.92" ;
  foo:Ca "489" ;
  foo:Mg "240.87" ;
  foo:K "14.76" ;
  foo:P "0.22" ;
  foo:Fe "8.01" ;
  foo:Mn "2.88" ;
  foo:Cu "0.09" ;
  foo:Zn "0.18" ;
  foo:B "0.18" ;
  foo:S "14.96" ;
  foo:Pb "0" ;
  foo:AI "10.75" ;
  foo:Cd "0.01" .

foo:MS252
  a sosa:Observation ;
  foo:Site "Maliau Basin Conservation Area" ;
  foo:Land_Use "Unlogged Forest" ;
  foo:Plot_Name "Seraya" ;
  foo:Subplot "25" ;
  foo:NO3_N "82.74" ;
  foo:NH4_N "6.44" ;
  foo:Total_N "89.18" ;
  foo:Ca "60.23" ;
  foo:Mg "115.2" ;
  foo:K "317.32" ;
  foo:P "0.52" ;
  foo:Fe "10.99" ;
  foo:Mn "18.58" ;
  foo:Cu "0.16" ;
  foo:Zn "1.53" ;
  foo:B "0.02" ;
  foo:S "2.84" ;
  foo:Pb "0.23" ;
  foo:AI "29.03" ;
  foo:Cd "0" .

foo:DV192
  a sosa:Observation ;
  foo:Site "Danum Valley Conservation Area" ;
  foo:Land_Use "Unlogged Forest" ;
  foo:Plot_Name "DV1" ;
  foo:Subplot "9" ;
  foo:NO3_N "114.3" ;
  foo:NH4_N "1.14" ;
  foo:Total_N "115.44" ;
  foo:Ca "1384.71" ;
  foo:Mg "412.06" ;
  foo:K "24.53" ;
  foo:P "0.84" ;
  foo:Fe "6.14" ;
  foo:Mn "0.53" ;
  foo:Cu "0.33" ;
  foo:Zn "0.06" ;
  foo:B "0" ;
  foo:S "32.7" ;
  foo:Pb "0" ;
  foo:AI "8.85" ;
  foo:Cd "0" .

foo:SOP91
  a sosa:Observation ;
  foo:Site "SAFE Project - Kalabakan Forest Reserve" ;
  foo:Land_Use "Oil Palm" ;
  foo:Plot_Name "OP" ;
  foo:Subplot "9" ;
  foo:NO3_N "146.14" ;
  foo:NH4_N "141.12" ;
  foo:Total_N "287.26" ;
  foo:Ca "411.3" ;
  foo:Mg "634.93" ;
  foo:K "976.58" ;
  foo:P "13.3" ;
  foo:Fe "15.36" ;
  foo:Mn "115.69" ;
  foo:Cu "0.2" ;
  foo:Zn "2.44" ;
  foo:B "0.09" ;
  foo:S "433.85" ;
  foo:Pb "0.23" ;
  foo:AI "121.17" ;
  foo:Cd "0.01" .

<https://bbc.co.uk/ontologies/wildlife-ontology#species>
  a owl:ObjectProperty ;
  rdfs:domain <https://bbc.co.uk/ontologies/wildlife-ontology#TaxonRank> ;
  rdfs:range <https://bbc.co.uk/ontologies/wildlife-ontology#Species> ;
  rdfs:comment "associates a taxon rank with a species"@en-gb ;
  rdfs:isDefinedBy <https://bbc.co.uk/ontologies/wildlife-ontology#> ;
  rdfs:label "species"@en-gb ;
  ns1:term_status "testing" .

sosa:hosts
  a owl:ObjectProperty ;
  rdfs:domain sosa:Platform ;
  rdfs:range sosa:Sensor ;
  owl:propertyDisjointWith sosa:observes .

foo:DV1242
  a sosa:Observation ;
  foo:Site "Danum Valley Conservation Area" ;
  foo:Land_Use "Unlogged Forest" ;
  foo:Plot_Name "DV1" ;
  foo:Subplot "24" ;
  foo:NO3_N "29.66" ;
  foo:NH4_N "2" ;
  foo:Total_N "31.66" ;
  foo:Ca "1026.74" ;
  foo:Mg "369.09" ;
  foo:K "23.56" ;
  foo:P "0.26" ;
  foo:Fe "5.09" ;
  foo:Mn "0.9" ;
  foo:Cu "0.23" ;
  foo:Zn "0" ;
  foo:B "0.57" ;
  foo:S "16.91" ;
  foo:Pb "0" ;
  foo:AI "10.31" ;
  foo:Cd "0" .

<https://bbc.co.uk/ontologies/wildlife-ontology#class>
  a owl:ObjectProperty ;
  rdfs:domain <https://bbc.co.uk/ontologies/wildlife-ontology#TaxonRank> ;
  rdfs:range <https://bbc.co.uk/ontologies/wildlife-ontology#Class> ;
  rdfs:comment "associates a taxon rank with a class"@en-gb ;
  rdfs:isDefinedBy <https://bbc.co.uk/ontologies/wildlife-ontology#> ;
  rdfs:label "class"@en-gb ;
  ns1:term_status "testing" .

foo:Disturbance
  a owl:NamedIndividual, sosa:ObservableProperty ;
  foo:hasDisturbance "logged" ;
  skos:definition "degree of logging at the site, on of \"Old-growth\", \"Twic logged\", Logged\" (when number of logging operations unknown)" .

foaf:based_near
  a owl:ObjectProperty ;
  rdfs:domain geo:SpatialThing ;
  rdfs:range sosa:FeatureOfInterest ;
  rdfs:comment "A location that something is based near, for some broadly human notion of near." ;
  rdfs:isDefinedBy foaf: ;
  rdfs:label "based near" ;
  ns1:term_status "testing" .

foo:DV172
  a sosa:Observation ;
  foo:Site "Danum Valley Conservation Area" ;
  foo:Land_Use "Unlogged Forest" ;
  foo:Plot_Name "DV1" ;
  foo:Subplot "7" ;
  foo:NO3_N "78.06" ;
  foo:NH4_N "1.6" ;
  foo:Total_N "79.66" ;
  foo:Ca "1025.02" ;
  foo:Mg "362.02" ;
  foo:K "11.65" ;
  foo:P "0.03" ;
  foo:Fe "5.35" ;
  foo:Mn "1.2" ;
  foo:Cu "0.13" ;
  foo:Zn "0.12" ;
  foo:B "0.17" ;
  foo:S "22.3" ;
  foo:Pb "0" ;
  foo:AI "8.68" ;
  foo:Cd "0.02" .

foo:MB41
  a sosa:Observation ;
  foo:Site "Maliau Basin Conservation Area" ;
  foo:Land_Use "Unlogged Forest" ;
  foo:Plot_Name "Belian" ;
  foo:Subplot "4" ;
  foo:NO3_N "28.8" ;
  foo:NH4_N "14.8" ;
  foo:Total_N "43.6" ;
  foo:Ca "72.18" ;
  foo:Mg "104.51" ;
  foo:K "110.14" ;
  foo:P "0.14" ;
  foo:Fe "2.22" ;
  foo:Mn "15.62" ;
  foo:Cu "0.09" ;
  foo:Zn "1.48" ;
  foo:B "0.04" ;
  foo:S "2.81" ;
  foo:Pb "0" ;
  foo:AI "11.99" ;
  foo:Cd "0" .

foo:SBN251
  a sosa:Observation ;
  foo:Site "SAFE Project - Kalabakan Forest Reserve" ;
  foo:Land_Use "Logged Forest" ;
  foo:Plot_Name "B North" ;
  foo:Subplot "25" ;
  foo:NO3_N "2.1" ;
  foo:NH4_N "4.8" ;
  foo:Total_N "6.9" ;
  foo:Ca "227.93" ;
  foo:Mg "138.86" ;
  foo:K "248.68" ;
  foo:P "0" ;
  foo:Fe "10.73" ;
  foo:Mn "15.1" ;
  foo:Cu "0.27" ;
  foo:Zn "1.05" ;
  foo:B "0" ;
  foo:S "15.6" ;
  foo:Pb "0.13" ;
  foo:AI "22.36" ;
  foo:Cd "0" .

geo:SpatialThing
  a owl:Class ;
  rdfs:subClassOf owl:Thing ;
  ns2:prefixIRI "wgs84_pos:SpatialThing" ;
  rdfs:comment """Anything with spatial extent, i.e. size, shape, or position.
 e.g. people, places, bowling balls, as well as abstract areas like cubes.
""" ;
  rdfs:label "Spatial Thing", "SpatialThing" .

<http://www.schema.org/dgfc/elephant#Umas2>
  a owl:NamedIndividual, sosa:Sensor ;
  sosa:observedProperty foo:Count, foo:Cov, foo:Direction, foo:Distance, foo:ExtTemp, foo:GMTDate, foo:GMTTime, foo:HDOP, foo:Speed, foo:Temperature ;
  rdfs:comment "A male asian elephant called Umas2, here, the GPS collar (sensor) is named after him." .

foo:DV1241
  a sosa:Observation ;
  foo:Site "Danum Valley Conservation Area" ;
  foo:Land_Use "Unlogged Forest" ;
  foo:Plot_Name "DV1" ;
  foo:Subplot "24" ;
  foo:NO3_N "124.96" ;
  foo:NH4_N "1.24" ;
  foo:Total_N "126.2" ;
  foo:Ca "2200" ;
  foo:Mg "356.06" ;
  foo:K "162.77" ;
  foo:P "2.4" ;
  foo:Fe "1.11" ;
  foo:Mn "0.62" ;
  foo:Cu "0.14" ;
  foo:Zn "0.26" ;
  foo:B "0" ;
  foo:S "30.38" ;
  foo:Pb "0" ;
  foo:AI "6.63" ;
  foo:Cd "0" .

foo:DV283
  a sosa:Observation ;
  foo:Site "Danum Valley Conservation Area" ;
  foo:Land_Use "Unlogged Forest" ;
  foo:Plot_Name "DV2" ;
  foo:Subplot "8" ;
  foo:NO3_N "2.54" ;
  foo:NH4_N "1.32" ;
  foo:Total_N "3.86" ;
  foo:Ca "63.1" ;
  foo:Mg "156.11" ;
  foo:K "40.43" ;
  foo:P "0.2" ;
  foo:Fe "8.74" ;
  foo:Mn "0.79" ;
  foo:Cu "0.04" ;
  foo:Zn "0.24" ;
  foo:B "0" ;
  foo:S "9.35" ;
  foo:Pb "0.04" ;
  foo:AI "8.37" ;
  foo:Cd "0" .

<http://www.schema.org/dgfc/elephant#Bikang1>
  a owl:NamedIndividual, sosa:Sensor ;
  sosa:observedProperty foo:Count, foo:Cov, foo:Direction, foo:Distance, foo:GMTDate, foo:GMTTime, foo:HDOP, foo:Speed, foo:Temperature ;
  rdfs:comment "A female asian elephant called Bikang1, here, the GPS collar (sensor) is named after her." .

foo:SE32
  a sosa:Observation ;
  foo:Site "SAFE Project - Kalabakan Forest Reserve" ;
  foo:Land_Use "Logged Forest" ;
  foo:Plot_Name "E" ;
  foo:Subplot "3" ;
  foo:NO3_N "172.22" ;
  foo:NH4_N "33.98" ;
  foo:Total_N "206.2" ;
  foo:Ca "64.49" ;
  foo:Mg "114.67" ;
  foo:K "259.55" ;
  foo:P "0.76" ;
  foo:Fe "15.41" ;
  foo:Mn "33.49" ;
  foo:Cu "0.23" ;
  foo:Zn "1.41" ;
  foo:B "0" ;
  foo:S "27.52" ;
  foo:Pb "0.2" ;
  foo:AI "22.58" ;
  foo:Cd "0.02" .

foo:DV2241
  a sosa:Observation ;
  foo:Site "Danum Valley Conservation Area" ;
  foo:Land_Use "Unlogged Forest" ;
  foo:Plot_Name "DV2" ;
  foo:Subplot "24" ;
  foo:NO3_N "13.3" ;
  foo:NH4_N "1.02" ;
  foo:Total_N "14.32" ;
  foo:Ca "127.17" ;
  foo:Mg "82.95" ;
  foo:K "48.5" ;
  foo:P "0.06" ;
  foo:Fe "2.1" ;
  foo:Mn "2.33" ;
  foo:Cu "0.05" ;
  foo:Zn "0.44" ;
  foo:B "0" ;
  foo:S "7.32" ;
  foo:Pb "0" ;
  foo:AI "5.48" ;
  foo:Cd "0" .

<http://www.schema.org/dgfc/elephant#Bikang2>
  a owl:NamedIndividual, sosa:Sensor ;
  sosa:observedProperty foo:Count, foo:Cov, foo:Direction, foo:Distance, foo:GMTDate, foo:GMTTime, foo:HDOP, foo:Speed, foo:Temperature ;
  rdfs:comment "A female asian elephant called Bikang2, here, the GPS collar (sensor) is named after her." .

<https://bbc.co.uk/ontologies/wildlife-ontology#genus>
  a owl:ObjectProperty ;
  rdfs:domain <https://bbc.co.uk/ontologies/wildlife-ontology#TaxonRank> ;
  rdfs:range <https://bbc.co.uk/ontologies/wildlife-ontology#Genus> ;
  rdfs:comment "associates a taxon rank with a genus"@en-gb ;
  rdfs:isDefinedBy <https://bbc.co.uk/ontologies/wildlife-ontology#> ;
  rdfs:label "genus"@en-gb ;
  ns1:term_status "testing" .

sosa:Sensor
  a owl:Class ;
  rdfs:subClassOf owl:Thing ;
  ns2:prefixIRI "sosa:Sensor" ;
  rdfs:comment "Device, agent (including humans), or software (simulation) involved in, or implementing, a Procedure. Sensors respond to a stimulus, e.g., a change in the environment, or input data composed from the results of prior Observations, and generate a Result. Sensors can be hosted by Platforms."@en ;
  rdfs:isDefinedBy sosa: ;
  rdfs:label "Sensor"@en ;
  skos:definition "Device, agent (including humans), or software (simulation) involved in, or implementing, a Procedure. Sensors respond to a stimulus, e.g., a change in the environment, or input data composed from the results of prior Observations, and generate a Result. Sensors can be hosted by Platforms."@en ;
  skos:example "Accelerometers, gyroscopes, barometers, magnetometers, and so forth are Sensors that are typically mounted on a modern smart phone (which acts as Platform). Other examples of sensors include the human eyes."@en .

foo:dgfc_ID
  a owl:NamedIndividual, sosa:ObservableProperty ;
  sosa:hasResult "ID" ;
  skos:definition "An identifier that is unique for GPS collar sensor observation" .

<http://www.schema.org/dgfc/elephant#Puteri>
  a owl:NamedIndividual, sosa:Sensor ;
  sosa:observedProperty foo:Count, foo:Cov, foo:Direction, foo:Distance, foo:ExtTemp, foo:GMTDate, foo:GMTTime, foo:HDOP, foo:Speed, foo:Temperature ;
  rdfs:comment "A female asian elephant called Puteri here, the GPS collar (sensor) is named after her." .

foo:SBN223
  a sosa:Observation ;
  foo:Site "SAFE Project - Kalabakan Forest Reserve" ;
  foo:Land_Use "Logged Forest" ;
  foo:Plot_Name "B North" ;
  foo:Subplot "22" ;
  foo:NO3_N "31.8" ;
  foo:NH4_N "3.1" ;
  foo:Total_N "34.9" ;
  foo:Ca "999.39" ;
  foo:Mg "599.26" ;
  foo:K "198.5" ;
  foo:P "0.42" ;
  foo:Fe "7.06" ;
  foo:Mn "1.21" ;
  foo:Cu "0.18" ;
  foo:Zn "0.28" ;
  foo:B "0.07" ;
  foo:S "7.41" ;
  foo:Pb "0.01" ;
  foo:AI "10.46" ;
  foo:Cd "0" .

foo:MB182
  a sosa:Observation ;
  foo:Site "Maliau Basin Conservation Area" ;
  foo:Land_Use "Unlogged Forest" ;
  foo:Plot_Name "Belian" ;
  foo:Subplot "18" ;
  foo:NO3_N "101.82" ;
  foo:NH4_N "11.96" ;
  foo:Total_N "113.78" ;
  foo:Ca "185.42" ;
  foo:Mg "100.25" ;
  foo:K "176.08" ;
  foo:P "0.08" ;
  foo:Fe "4.32" ;
  foo:Mn "19.88" ;
  foo:Cu "0.04" ;
  foo:Zn "2.81" ;
  foo:B "0" ;
  foo:S "10.87" ;
  foo:Pb "0.04" ;
  foo:AI "14.44" ;
  foo:Cd "0" .

foo:MS142
  a sosa:Observation ;
  foo:Site "Maliau Basin Conservation Area" ;
  foo:Land_Use "Unlogged Forest" ;
  foo:Plot_Name "Seraya" ;
  foo:Subplot "14" ;
  foo:NO3_N "126.6" ;
  foo:NH4_N "4.46" ;
  foo:Total_N "131.06" ;
  foo:Ca "36.51" ;
  foo:Mg "110.1" ;
  foo:K "44.04" ;
  foo:P "0.64" ;
  foo:Fe "18.78" ;
  foo:Mn "10.38" ;
  foo:Cu "0.17" ;
  foo:Zn "1.33" ;
  foo:B "0.01" ;
  foo:S "1.9" ;
  foo:Pb "0.19" ;
  foo:AI "21.27" ;
  foo:Cd "0" .

foo:SE121
  a sosa:Observation ;
  foo:Site "SAFE Project - Kalabakan Forest Reserve" ;
  foo:Land_Use "Logged Forest" ;
  foo:Plot_Name "E" ;
  foo:Subplot "12" ;
  foo:NO3_N "142.14" ;
  foo:NH4_N "4.94" ;
  foo:Total_N "147.08" ;
  foo:Ca "53.54" ;
  foo:Mg "32.4" ;
  foo:K "119.24" ;
  foo:P "0.75" ;
  foo:Fe "8.68" ;
  foo:Mn "17.1" ;
  foo:Cu "0.11" ;
  foo:Zn "0.56" ;
  foo:B "0.48" ;
  foo:S "17.79" ;
  foo:Pb "0.12" ;
  foo:AI "23.71" ;
  foo:Cd "0" .

<https://bbc.co.uk/ontologies/wildlife-ontology#TaxonName/Civettictis>
  a owl:Class ;
  rdfs:subClassOf <https://bbc.co.uk/ontologies/wildlife-ontology#TaxonName> .

foo:SLF71
  a sosa:Observation ;
  foo:Site "SAFE Project - Kalabakan Forest Reserve" ;
  foo:Land_Use "Logged Forest" ;
  foo:Plot_Name "LF" ;
  foo:Subplot "7" ;
  foo:NO3_N "14.9" ;
  foo:NH4_N "27.44" ;
  foo:Total_N "42.34" ;
  foo:Ca "115.14" ;
  foo:Mg "40.01" ;
  foo:K "208.71" ;
  foo:P "1" ;
  foo:Fe "0.47" ;
  foo:Mn "2.2" ;
  foo:Cu "0.1" ;
  foo:Zn "0.63" ;
  foo:B "0" ;
  foo:S "31.84" ;
  foo:Pb "0" ;
  foo:AI "4.18" ;
  foo:Cd "0" .

<http://www.schema.org/dgfc/Otter>
  a owl:NamedIndividual, <https://bbc.co.uk/ontologies/wildlife-ontology#Order/Carnivora>, <https://bbc.co.uk/ontologies/wildlife-ontology#Phylum/Chordata> ;
  rdfs:comment "Otter is a carnivorous mammal." .

<http://www.schema.org/dgfc/elephant#Kasih>
  a owl:NamedIndividual, sosa:Sensor ;
  sosa:observedProperty foo:Count, foo:Cov, foo:Direction, foo:Distance, foo:ExtTemp, foo:GMTDate, foo:GMTTime, foo:HDOP, foo:Speed, foo:Temperature ;
  rdfs:comment "A female asian elephant called Kasih, here, the GPS collar (sensor) is named after her." .

foo:SBS61
  a sosa:Observation ;
  foo:Site "SAFE Project - Kalabakan Forest Reserve" ;
  foo:Land_Use "Logged Forest" ;
  foo:Plot_Name "B South" ;
  foo:Subplot "6" ;
  foo:NO3_N "84.2" ;
  foo:NH4_N "8.74" ;
  foo:Total_N "92.94" ;
  foo:Ca "54.99" ;
  foo:Mg "26.01" ;
  foo:K "64.48" ;
  foo:P "0.62" ;
  foo:Fe "5.3" ;
  foo:Mn "5.58" ;
  foo:Cu "0.06" ;
  foo:Zn "1.48" ;
  foo:B "0.08" ;
  foo:S "2.91" ;
  foo:Pb "0.13" ;
  foo:AI "30.31" ;
  foo:Cd "0" .

foo:localDate
  a owl:NamedIndividual, sosa:ObservableProperty ;
  sosa:resultTime "2014-04-12T13:20:00-05:00"^^xsd:dateTime ;
  skos:definition "The current local date in Sabah, Malaysia when the image collects its readings." .

foo:Site_plot_code
  a owl:NamedIndividual, sosa:ObservableProperty ;
  foo:hasSite_plot_code 3 ;
  skos:definition "code for the study site and plot at the site, in the format FaPb (where a refers to site code, and can be 1-18; and b refers to plot code, and can be 1-3)" .

<http://www.schema.org/dgfc/elephant#Guli>
  a owl:NamedIndividual, sosa:Sensor ;
  sosa:observedProperty foo:Count, foo:Cov, foo:Direction, foo:Distance, foo:ExtTemp, foo:GMTDate, foo:GMTTime, foo:HDOP, foo:Speed, foo:Temperature ;
  rdfs:comment "A male asian elephant called Guli, here, the GPS collar (sensor) is named after him." .

sosa:Observation
  a owl:Class ;
  rdfs:subClassOf owl:Thing ;
  ns2:prefixIRI "sosa:Observation" ;
  rdfs:comment "Act of carrying out an (Observation) Procedure to estimate or calculate a value of a property of a FeatureOfInterest. Links to a Sensor to describe what made the Observation and how; links to an ObservableProperty to describe what the result is an estimate of, and to a FeatureOfInterest to detail what that property was associated with."@en ;
  rdfs:isDefinedBy sosa: ;
  rdfs:label "Observation"@en ;
  skos:definition "Act of carrying out an (Observation) Procedure to estimate or calculate a value of a property of a FeatureOfInterest. Links to a Sensor to describe what made the Observation and how; links to an ObservableProperty to describe what the result is an estimate of, and to a FeatureOfInterest to detail what that property was associated with."@en ;
  skos:example "The activity of estimating the intensity of an Earthquake using the Mercalli intensity scale is an Observation as is measuring the moment magnitude, i.e., the energy released by said earthquake."@en .

<http://www.schema.org/dgfc/elephant#ABAW>
  a owl:NamedIndividual, sosa:Sensor ;
  sosa:observedProperty foo:Cov, foo:ExtTemp, foo:HDOP, foo:Speed, foo:Temperature ;
  sosa:hasResult "" ;
  rdfs:comment "A female asian elephant called  Abaw, here, the GPS collar (sensor) is named after her." .

foo:Years_since_frag
  a owl:NamedIndividual, sosa:ObservableProperty ;
  foo:hasYears_since_frag "2017" ;
  skos:definition "Years since fragmentation at time of data collection. i.e., 2017 \"First_planting_nearest_OP\" (fragmented sites only)" .

foo:SBN221
  a sosa:Observation ;
  foo:Site "SAFE Project - Kalabakan Forest Reserve" ;
  foo:Land_Use "Logged Forest" ;
  foo:Plot_Name "B North" ;
  foo:Subplot "22" ;
  foo:NO3_N "77.12" ;
  foo:NH4_N "14.07" ;
  foo:Total_N "91.19" ;
  foo:Ca "1846.51" ;
  foo:Mg "428" ;
  foo:K "227.57" ;
  foo:P "0.24" ;
  foo:Fe "4.86" ;
  foo:Mn "7.98" ;
  foo:Cu "0.29" ;
  foo:Zn "0.48" ;
  foo:B "0.33" ;
  foo:S "62.15" ;
  foo:Pb "0.03" ;
  foo:AI "9.59" ;
  foo:Cd "0" .

foo:MB222
  a sosa:Observation ;
  foo:Site "Maliau Basin Conservation Area" ;
  foo:Land_Use "Unlogged Forest" ;
  foo:Plot_Name "Belian" ;
  foo:Subplot "22" ;
  foo:NO3_N "64.58" ;
  foo:NH4_N "5.36" ;
  foo:Total_N "69.94" ;
  foo:Ca "132.17" ;
  foo:Mg "87.15" ;
  foo:K "298.04" ;
  foo:P "0.19" ;
  foo:Fe "4.82" ;
  foo:Mn "7.6" ;
  foo:Cu "0.01" ;
  foo:Zn "1.07" ;
  foo:B "0" ;
  foo:S "7.47" ;
  foo:Pb "0" ;
  foo:AI "14.82" ;
  foo:Cd "0" .

foo:SLF41
  a sosa:Observation ;
  foo:Site "SAFE Project - Kalabakan Forest Reserve" ;
  foo:Land_Use "Logged Forest" ;
  foo:Plot_Name "LF" ;
  foo:Subplot "4" ;
  foo:NO3_N "22" ;
  foo:NH4_N "9.82" ;
  foo:Total_N "31.82" ;
  foo:Ca "17.07" ;
  foo:Mg "41.37" ;
  foo:K "327.37" ;
  foo:P "6.01" ;
  foo:Fe "1.94" ;
  foo:Mn "1.47" ;
  foo:Cu "0.07" ;
  foo:Zn "0.68" ;
  foo:B "0" ;
  foo:S "6.69" ;
  foo:Pb "0" ;
  foo:AI "5.31" ;
  foo:Cd "0.02" .

foo:SOP92
  a sosa:Observation ;
  foo:Site "SAFE Project - Kalabakan Forest Reserve" ;
  foo:Land_Use "Oil Palm" ;
  foo:Plot_Name "OP" ;
  foo:Subplot "9" ;
  foo:NO3_N "153.04" ;
  foo:NH4_N "6.98" ;
  foo:Total_N "160.02" ;
  foo:Ca "464.4" ;
  foo:Mg "544.23" ;
  foo:K "601.37" ;
  foo:P "6.62" ;
  foo:Fe "23.79" ;
  foo:Mn "191.15" ;
  foo:Cu "0.5" ;
  foo:Zn "2.38" ;
  foo:B "0.14" ;
  foo:S "342.49" ;
  foo:Pb "1.46" ;
  foo:AI "179.74" ;
  foo:Cd "0" .

foo:CameraTrap
  a owl:NamedIndividual, sosa:Sensor ;
  sosa:hasFeatureOfInterest foo:image ;
  sosa:observedProperty foo:Name, foo:Path, foo:localDate, foo:localTime, foo:make, foo:model ;
  foo:hasMake "\"make\"" ;
  foo:hasModel "model" ;
  foo:hasPath "dfgcimage.org"^^xsd:anyURI ;
  sosa:hasResult "Image" ;
  rdfs:comment "Wildlife cameras with embeded sensors to capture moving objects." .

foo:SBN182
  a sosa:Observation ;
  foo:Site "SAFE Project - Kalabakan Forest Reserve" ;
  foo:Land_Use "Logged Forest" ;
  foo:Plot_Name "B North" ;
  foo:Subplot "18" ;
  foo:NO3_N "117.88" ;
  foo:NH4_N "6.26" ;
  foo:Total_N "124.14" ;
  foo:Ca "61.16" ;
  foo:Mg "62.2" ;
  foo:K "170.99" ;
  foo:P "0.12" ;
  foo:Fe "10.28" ;
  foo:Mn "8.48" ;
  foo:Cu "0.29" ;
  foo:Zn "1.23" ;
  foo:B "0.02" ;
  foo:S "19.12" ;
  foo:Pb "0.14" ;
  foo:AI "31.62" ;
  foo:Cd "0" .

foo:SBS191
  a sosa:Observation ;
  foo:Site "SAFE Project - Kalabakan Forest Reserve" ;
  foo:Land_Use "Logged Forest" ;
  foo:Plot_Name "B South" ;
  foo:Subplot "19" ;
  foo:NO3_N "31.14" ;
  foo:NH4_N "5.84" ;
  foo:Total_N "36.98" ;
  foo:Ca "693.89" ;
  foo:Mg "471.23" ;
  foo:K "214.64" ;
  foo:P "0.79" ;
  foo:Fe "5.44" ;
  foo:Mn "5.28" ;
  foo:Cu "0.14" ;
  foo:Zn "0.4" ;
  foo:B "0.52" ;
  foo:S "18.31" ;
  foo:Pb "0.15" ;
  foo:AI "17.55" ;
  foo:Cd "0" .

foo:hasMake
  a owl:DatatypeProperty ;
  rdfs:domain sosa:ObservableProperty ;
  rdfs:range xsd:string .

<http://web.resource.org/cc/Prohibition>
  a owl:Class ;
  rdfs:subClassOf owl:Thing .

foo:Survey_date
  a owl:NamedIndividual, sosa:ObservableProperty ;
  foo:hasLocalDate "" ;
  skos:definition "date of field data collection at the plot, in the plot, in the format dd/mm/yyyy. Note that in some cases measurements were taken on more than one date for a single plot; see the dates provided in the seperate vegetation datasets for the precise date of particular vegetation data collection." .

foo:SBS192
  a sosa:Observation ;
  foo:Site "SAFE Project - Kalabakan Forest Reserve" ;
  foo:Land_Use "Logged Forest" ;
  foo:Plot_Name "B South" ;
  foo:Subplot "19" ;
  foo:NO3_N "2.2" ;
  foo:NH4_N "4.38" ;
  foo:Total_N "6.58" ;
  foo:Ca "357.03" ;
  foo:Mg "231.01" ;
  foo:K "283.62" ;
  foo:P "5.99" ;
  foo:Fe "5.24" ;
  foo:Mn "32.6" ;
  foo:Cu "0.19" ;
  foo:Zn "0.72" ;
  foo:B "0.57" ;
  foo:S "53.4" ;
  foo:Pb "0.17" ;
  foo:AI "26.47" ;
  foo:Cd "0.02" .

<https://bbc.co.uk/ontologies/wildlife-ontology#Order>
  a owl:Class ;
  rdfs:subClassOf <https://bbc.co.uk/ontologies/wildlife-ontology#TaxonRank> ;
  ns2:prefixIRI "wo:Order" ;
  rdfs:comment "An order is a scientific way to categorise related organisms. An order is a smaller grouping than a class, but bigger than a family or genus. Examples of orders are willows, cockroaches and primates."@en-gb ;
  rdfs:isDefinedBy <https://bbc.co.uk/ontologies/wildlife-ontology#> ;
  rdfs:label "Order"@en-gb ;
  rdfs:seeAlso <http://en.wikipedia.org/wiki/Order_%28biology%29>, <http://www.bbc.co.uk/nature/order> ;
  ns1:term_status "testing" .

foo:Identifier
  a owl:NamedIndividual, sosa:ObservableProperty, sosa:Observation ;
  sosa:hasFeatureOfInterest foo:image ;
  sosa:hasResult "dgfc_" ;
  skos:definition "Unique Soil Sample Identifier" .

foo:SOP83
  a sosa:Observation ;
  foo:Site "SAFE Project - Kalabakan Forest Reserve" ;
  foo:Land_Use "Oil Palm" ;
  foo:Plot_Name "OP" ;
  foo:Subplot "8" ;
  foo:NO3_N "18.48" ;
  foo:NH4_N "3.58" ;
  foo:Total_N "22.06" ;
  foo:Ca "76.84" ;
  foo:Mg "38.43" ;
  foo:K "49.8" ;
  foo:P "0.55" ;
  foo:Fe "2.47" ;
  foo:Mn "9.08" ;
  foo:Cu "0.07" ;
  foo:Zn "0.72" ;
  foo:B "0.18" ;
  foo:S "1.63" ;
  foo:Pb "0" ;
  foo:AI "16.48" ;
  foo:Cd "0" .

sosa:Platform
  a owl:Class ;
  rdfs:subClassOf owl:Thing ;
  ns2:prefixIRI "sosa:Platform" ;
  rdfs:comment "A Platform is an entity that hosts other entities, particularly Sensors, Actuators, Samplers, and other Platforms.\"@en ;" ;
  rdfs:isDefinedBy "sosa" ;
  skos:definition "\"A Platform is an entity that hosts other entities, particularly Sensors, Actuators, Samplers, and other Platforms.\"@en ;" ;
  skos:example "\"A post, buoy, vehicle, ship, aircraft, satellite, cell-phone, human or animal may act as platforms for (technical or biological) sensors or actuators.\"@en ;" .

foo:image
  a owl:NamedIndividual, sosa:FeatureOfInterest, foaf:Image ;
  sosa:isFeatureOfInterestOf foo:Identifier .

foo:DV2231
  a sosa:Observation ;
  foo:Site "Danum Valley Conservation Area" ;
  foo:Land_Use "Unlogged Forest" ;
  foo:Plot_Name "DV2" ;
  foo:Subplot "23" ;
  foo:NO3_N "86.64" ;
  foo:NH4_N "0.54" ;
  foo:Total_N "87.18" ;
  foo:Ca "461.31" ;
  foo:Mg "281.1" ;
  foo:K "46.12" ;
  foo:P "0.74" ;
  foo:Fe "1.22" ;
  foo:Mn "0.54" ;
  foo:Cu "0.01" ;
  foo:Zn "0" ;
  foo:B "0" ;
  foo:S "14.22" ;
  foo:Pb "0.05" ;
  foo:AI "5.68" ;
  foo:Cd "0" .

foo:DV2233
  a sosa:Observation ;
  foo:Site "Danum Valley Conservation Area" ;
  foo:Land_Use "Unlogged Forest" ;
  foo:Plot_Name "DV2" ;
  foo:Subplot "23" ;
  foo:NO3_N "52.82" ;
  foo:NH4_N "1.56" ;
  foo:Total_N "54.38" ;
  foo:Ca "672.16" ;
  foo:Mg "143.33" ;
  foo:K "53.86" ;
  foo:P "0.49" ;
  foo:Fe "1.69" ;
  foo:Mn "1.46" ;
  foo:Cu "0.06" ;
  foo:Zn "0.16" ;
  foo:B "0.06" ;
  foo:S "3.08" ;
  foo:Pb "0" ;
  foo:AI "9.24" ;
  foo:Cd "0" .

foo:SBN183
  a sosa:Observation ;
  foo:Site "SAFE Project - Kalabakan Forest Reserve" ;
  foo:Land_Use "Logged Forest" ;
  foo:Plot_Name "B North" ;
  foo:Subplot "18" ;
  foo:NO3_N "150.38" ;
  foo:NH4_N "42.32" ;
  foo:Total_N "192.7" ;
  foo:Ca "57.5" ;
  foo:Mg "29.44" ;
  foo:K "183.82" ;
  foo:P "0" ;
  foo:Fe "8.26" ;
  foo:Mn "8.68" ;
  foo:Cu "0.19" ;
  foo:Zn "0.71" ;
  foo:B "0.15" ;
  foo:S "19.8" ;
  foo:Pb "0.12" ;
  foo:AI "45.19" ;
  foo:Cd "0" .

foo:hasMoisture
  a owl:DatatypeProperty ;
  rdfs:domain sosa:ObservableProperty ;
  rdfs:range xsd:float .

foo:SLF42
  a sosa:Observation ;
  foo:Site "SAFE Project - Kalabakan Forest Reserve" ;
  foo:Land_Use "Logged Forest" ;
  foo:Plot_Name "LF" ;
  foo:Subplot "4" ;
  foo:NO3_N "2.54" ;
  foo:NH4_N "6.52" ;
  foo:Total_N "9.06" ;
  foo:Ca "222.18" ;
  foo:Mg "108.4" ;
  foo:K "226.72" ;
  foo:P "3.06" ;
  foo:Fe "2.32" ;
  foo:Mn "2.81" ;
  foo:Cu "0.02" ;
  foo:Zn "0.83" ;
  foo:B "0" ;
  foo:S "1.4" ;
  foo:Pb "0" ;
  foo:AI "3.55" ;
  foo:Cd "0" .

foo:GMTDate
  a owl:NamedIndividual, sosa:ObservableProperty ;
  sosa:resultTime "2014-04-12T13:20:00"^^xsd:dateTime ;
  skos:definition "The GMT date in Sabah, Malaysia when the GPS collar collected  its readings." .

foo:SLF123
  a sosa:Observation ;
  foo:Site "SAFE Project - Kalabakan Forest Reserve" ;
  foo:Land_Use "Logged Forest" ;
  foo:Plot_Name "LF" ;
  foo:Subplot "12" ;
  foo:NO3_N "7.52" ;
  foo:NH4_N "6.4" ;
  foo:Total_N "13.92" ;
  foo:Ca "64.44" ;
  foo:Mg "39.16" ;
  foo:K "109.47" ;
  foo:P "1.47" ;
  foo:Fe "6.52" ;
  foo:Mn "1.59" ;
  foo:Cu "0.04" ;
  foo:Zn "0.55" ;
  foo:B "0" ;
  foo:S "19.9" ;
  foo:Pb "0" ;
  foo:AI "21.01" ;
  foo:Cd "0" .

foo:Distance
  a owl:NamedIndividual, sosa:ObservableProperty ;
  foo:hasDistance "1.2"^^xsd:float ;
  rdfs:comment "Distance (m) travelled from the previous data collection instant to the present." .

foo:SOP61
  a sosa:Observation ;
  foo:Site "SAFE Project - Kalabakan Forest Reserve" ;
  foo:Land_Use "Oil Palm" ;
  foo:Plot_Name "OP" ;
  foo:Subplot "6" ;
  foo:NO3_N "2.28" ;
  foo:NH4_N "9.36" ;
  foo:Total_N "11.64" ;
  foo:Ca "251.21" ;
  foo:Mg "168.95" ;
  foo:K "99.19" ;
  foo:P "1.17" ;
  foo:Fe "12.45" ;
  foo:Mn "30.13" ;
  foo:Cu "0.19" ;
  foo:Zn "0.51" ;
  foo:B "0" ;
  foo:S "69.88" ;
  foo:Pb "0.1" ;
  foo:AI "49.66" ;
  foo:Cd "0" .

<http://www.schema.org/dgfc/elephant#Ita>
  a owl:NamedIndividual, sosa:Sensor ;
  sosa:observedProperty foo:Count, foo:Cov, foo:Direction, foo:Distance, foo:ExtTemp, foo:GMTDate, foo:GMTTime, foo:HDOP, foo:Speed, foo:Temperature ;
  rdfs:comment "A female asian elephant called Ita, here, the GPS collar (sensor) is named after her." .

foo:MS143
  a sosa:Observation ;
  foo:Site "Maliau Basin Conservation Area" ;
  foo:Land_Use "Unlogged Forest" ;
  foo:Plot_Name "Seraya" ;
  foo:Subplot "14" ;
  foo:NO3_N "71.3" ;
  foo:NH4_N "6.86" ;
  foo:Total_N "78.16" ;
  foo:Ca "96.4" ;
  foo:Mg "172.32" ;
  foo:K "111.42" ;
  foo:P "0" ;
  foo:Fe "49.26" ;
  foo:Mn "14.3" ;
  foo:Cu "0.26" ;
  foo:Zn "1.97" ;
  foo:B "0.75" ;
  foo:S "4.58" ;
  foo:Pb "0.1" ;
  foo:AI "38.78" ;
  foo:Cd "0" .

sosa:FeatureOfInterest
  a owl:Class ;
  rdfs:subClassOf owl:Thing ;
  ns2:prefixIRI "sosa:FeatureOfInterest" ;
  rdfs:comment "The thing whose property is being estimated or calculated in the course of an Observation to arrive at a Result or whose property is being manipulated by an Actuator, or which is being sampled or transformed in an act of Sampling."@en ;
  rdfs:isDefinedBy sosa: ;
  rdfs:label "Feature Of Interest"@en ;
  skos:definition "The thing whose property is being estimated or calculated in the course of an Observation to arrive at a Result or whose property is being manipulated by an Actuator, or which is being sampled or transformed in an act of Sampling."@en ;
  skos:example "When measuring the height of a tree, the height is the observed ObservableProperty, 20m may be the Result of the Observation, and the tree is the FeatureOfInterest. A window is a FeatureOfInterest for an automatic window control Actuator."@en .

foo:SLF72
  a sosa:Observation ;
  foo:Site "SAFE Project - Kalabakan Forest Reserve" ;
  foo:Land_Use "Logged Forest" ;
  foo:Plot_Name "LF" ;
  foo:Subplot "7" ;
  foo:NO3_N "57.42" ;
  foo:NH4_N "63.34" ;
  foo:Total_N "120.76" ;
  foo:Ca "126.58" ;
  foo:Mg "51.32" ;
  foo:K "218.73" ;
  foo:P "4.18" ;
  foo:Fe "2.95" ;
  foo:Mn "2.85" ;
  foo:Cu "0.01" ;
  foo:Zn "0.63" ;
  foo:B "0" ;
  foo:S "9.24" ;
  foo:Pb "0" ;
  foo:AI "4.39" ;
  foo:Cd "0" .

foo:DV191
  a sosa:Observation ;
  foo:Site "Danum Valley Conservation Area" ;
  foo:Land_Use "Unlogged Forest" ;
  foo:Plot_Name "DV1" ;
  foo:Subplot "9" ;
  foo:NO3_N "29.53" ;
  foo:NH4_N "1.24" ;
  foo:Total_N "30.77" ;
  foo:Ca "1305.33" ;
  foo:Mg "417" ;
  foo:K "10.82" ;
  foo:P "1.04" ;
  foo:Fe "4.15" ;
  foo:Mn "1.63" ;
  foo:Cu "0.07" ;
  foo:Zn "0" ;
  foo:B "0" ;
  foo:S "21.21" ;
  foo:Pb "0" ;
  foo:AI "7.96" ;
  foo:Cd "0" .

foo:SBS63
  a sosa:Observation ;
  foo:Site "SAFE Project - Kalabakan Forest Reserve" ;
  foo:Land_Use "Logged Forest" ;
  foo:Plot_Name "B South" ;
  foo:Subplot "6" ;
  foo:NO3_N "102.72" ;
  foo:NH4_N "5.2" ;
  foo:Total_N "107.92" ;
  foo:Ca "101.21" ;
  foo:Mg "87.39" ;
  foo:K "135.78" ;
  foo:P "0" ;
  foo:Fe "5.53" ;
  foo:Mn "11.44" ;
  foo:Cu "0.06" ;
  foo:Zn "1.46" ;
  foo:B "0" ;
  foo:S "2.43" ;
  foo:Pb "0.13" ;
  foo:AI "26.36" ;
  foo:Cd "0" .

<http://www.schema.org/dgfc/elephant#Aqeela>
  a owl:NamedIndividual, sosa:Sensor ;
  sosa:observedProperty foo:LocalDate, foo:LocalTime, foo:Cov, foo:Direction, foo:Distance, foo:HDOP, foo:PDOP, foo:Speed, foo:Temperature ;
  rdfs:comment "", "A female asian elephant called  Aqeela, here, the GPS collar (sensor) is named after her." .

foo:Bulk_Density
  a owl:NamedIndividual, sosa:ObservableProperty ;
  foo:hasValue "0.6"^^xsd:float ;
  skos:definition "Measured Bulk Density of soil sample" .

dc:PhysicalResource
  a owl:Class ;
  rdfs:subClassOf owl:Thing ;
  ns2:prefixIRI "terms:PhysicalResource" ;
  rdfs:comment "A material thing."@en ;
  rdfs:isDefinedBy dc: ;
  rdfs:label "Physical Resource"@en .

foo:MB181
  a sosa:Observation ;
  foo:Site "Maliau Basin Conservation Area" ;
  foo:Land_Use "Unlogged Forest" ;
  foo:Plot_Name "Belian" ;
  foo:Subplot "18" ;
  foo:NO3_N "36.36" ;
  foo:NH4_N "12.38" ;
  foo:Total_N "48.74" ;
  foo:Ca "207.67" ;
  foo:Mg "198.09" ;
  foo:K "310.98" ;
  foo:P "0.27" ;
  foo:Fe "4.43" ;
  foo:Mn "14.48" ;
  foo:Cu "0.08" ;
  foo:Zn "1.85" ;
  foo:B "0.18" ;
  foo:S "8.26" ;
  foo:Pb "0.02" ;
  foo:AI "13.03" ;
  foo:Cd "0" .

<http://www.schema.org/dgfc/Civets> a owl:NamedIndividual, <https://bbc.co.uk/ontologies/wildlife-ontology#Family/Viverridae>, <https://bbc.co.uk/ontologies/wildlife-ontology#Order/Carnivora>, <https://bbc.co.uk/ontologies/wildlife-ontology#Phylum/Chordata> .
<http://www.schema.org/dgfc/elephant#Merotai>
  a owl:NamedIndividual, sosa:Sensor ;
  sosa:observedProperty foo:Count, foo:Cov, foo:Direction, foo:Distance, foo:ExtTemp, foo:GMTDate, foo:GMTTime, foo:HDOP, foo:Speed, foo:Temperature ;
  rdfs:comment "A male asian elephant called Merotai, here, the GPS collar (sensor) is named after him." .

foo:SBS182
  a sosa:Observation ;
  foo:Site "SAFE Project - Kalabakan Forest Reserve" ;
  foo:Land_Use "Logged Forest" ;
  foo:Plot_Name "B South" ;
  foo:Subplot "18" ;
  foo:NO3_N "349.4" ;
  foo:NH4_N "3.58" ;
  foo:Total_N "352.98" ;
  foo:Ca "1802.55" ;
  foo:Mg "406.01" ;
  foo:K "803.69" ;
  foo:P "0.88" ;
  foo:Fe "27.27" ;
  foo:Mn "16.67" ;
  foo:Cu "0.79" ;
  foo:Zn "0.87" ;
  foo:B "0.43" ;
  foo:S "72.51" ;
  foo:Pb "0.79" ;
  foo:AI "20.48" ;
  foo:Cd "0" .

foo:Vegetation a owl:NamedIndividual, sosa:FeatureOfInterest .
foo:SE123
  a sosa:Observation ;
  foo:Site "SAFE Project - Kalabakan Forest Reserve" ;
  foo:Land_Use "Logged Forest" ;
  foo:Plot_Name "E" ;
  foo:Subplot "12" ;
  foo:NO3_N "619.32" ;
  foo:NH4_N "2.72" ;
  foo:Total_N "622.04" ;
  foo:Ca "635.08" ;
  foo:Mg "609.8" ;
  foo:K "616.24" ;
  foo:P "0.28" ;
  foo:Fe "19.16" ;
  foo:Mn "68.86" ;
  foo:Cu "0.45" ;
  foo:Zn "1.83" ;
  foo:B "0.09" ;
  foo:S "119.84" ;
  foo:Pb "0.21" ;
  foo:AI "38.75" ;
  foo:Cd "0" .

foo:Direction
  a owl:NamedIndividual, sosa:ObservableProperty ;
  foo:hasDirection "0.4"^^xsd:float ;
  rdfs:comment "Direction that the elephant is travelling at the current data collection instant." .

<http://www.schema.org/dgfc/python> a owl:NamedIndividual, <https://bbc.co.uk/ontologies/wildlife-ontology#Class/Reptilia>, <https://bbc.co.uk/ontologies/wildlife-ontology#Order/Squamata>, <https://bbc.co.uk/ontologies/wildlife-ontology#Phylum/Chordata>, sosa:FeatureOfInterest .
foo:hasSubplot
  a owl:DatatypeProperty ;
  rdfs:domain sosa:ObservableProperty ;
  rdfs:range rdfs:Literal .

foo:SBN181
  a sosa:Observation ;
  foo:Site "SAFE Project - Kalabakan Forest Reserve" ;
  foo:Land_Use "Logged Forest" ;
  foo:Plot_Name "B North" ;
  foo:Subplot "18" ;
  foo:NO3_N "155.66" ;
  foo:NH4_N "16.22" ;
  foo:Total_N "171.88" ;
  foo:Ca "34.9" ;
  foo:Mg "82.61" ;
  foo:K "173.23" ;
  foo:P "0.13" ;
  foo:Fe "13" ;
  foo:Mn "12.3" ;
  foo:Cu "0.18" ;
  foo:Zn "1.44" ;
  foo:B "0" ;
  foo:S "10.82" ;
  foo:Pb "0.15" ;
  foo:AI "26.42" ;
  foo:Cd "0" .

foo:SBS62
  a sosa:Observation ;
  foo:Site "SAFE Project - Kalabakan Forest Reserve" ;
  foo:Land_Use "Logged Forest" ;
  foo:Plot_Name "B South" ;
  foo:Subplot "6" ;
  foo:NO3_N "59.06" ;
  foo:NH4_N "6.02" ;
  foo:Total_N "65.08" ;
  foo:Ca "52.14" ;
  foo:Mg "40.61" ;
  foo:K "150.79" ;
  foo:P "0.18" ;
  foo:Fe "7.42" ;
  foo:Mn "7.15" ;
  foo:Cu "0.11" ;
  foo:Zn "0.91" ;
  foo:B "0.09" ;
  foo:S "7.18" ;
  foo:Pb "0.06" ;
  foo:AI "26.14" ;
  foo:Cd "0" .

foo:MB223
  a sosa:Observation ;
  foo:Site "Maliau Basin Conservation Area" ;
  foo:Land_Use "Unlogged Forest" ;
  foo:Plot_Name "Belian" ;
  foo:Subplot "22" ;
  foo:NO3_N "155.36" ;
  foo:NH4_N "8.96" ;
  foo:Total_N "164.32" ;
  foo:Ca "464.68" ;
  foo:Mg "257.71" ;
  foo:K "257.04" ;
  foo:P "0.03" ;
  foo:Fe "6.71" ;
  foo:Mn "14.99" ;
  foo:Cu "0.11" ;
  foo:Zn "1.84" ;
  foo:B "0.15" ;
  foo:S "8.88" ;
  foo:Pb "0.09" ;
  foo:AI "22.79" ;
  foo:Cd "0" .

<https://bbc.co.uk/ontologies/wildlife-ontology#Phylum/Chordata>
  a owl:Class ;
  rdfs:subClassOf <https://bbc.co.uk/ontologies/wildlife-ontology#Phylum> ;
  rdfs:comment """A large phylum of animals that includes the vertebrates together with the sea squirts and lancelets. They are distinguished by the possession of a notochord at some stage during their development.
Source: google.com""" .

<http://www.schema.org/dgfc/elephant#Tulid>
  a owl:NamedIndividual, sosa:Sensor ;
  sosa:observedProperty foo:Count, foo:Cov, foo:Direction, foo:Distance, foo:ExtTemp, foo:GMTDate, foo:GMTTime, foo:Speed, foo:Temperature ;
  rdfs:comment "A female asian elephant called Tulid, here, the GPS collar (sensor) is named after her." .

foo:Long
  a owl:NamedIndividual, geo:Point ;
  rdfs:comment "The geographical longitude of a sensor observation location" .

foo:SE31
  a sosa:Observation ;
  foo:Site "SAFE Project - Kalabakan Forest Reserve" ;
  foo:Land_Use "Logged Forest" ;
  foo:Plot_Name "E" ;
  foo:Subplot "3" ;
  foo:NO3_N "179.34" ;
  foo:NH4_N "18.12" ;
  foo:Total_N "197.46" ;
  foo:Ca "60.65" ;
  foo:Mg "122.8" ;
  foo:K "236.68" ;
  foo:P "0.46" ;
  foo:Fe "17.8" ;
  foo:Mn "46.35" ;
  foo:Cu "0.16" ;
  foo:Zn "1.3" ;
  foo:B "0" ;
  foo:S "44.94" ;
  foo:Pb "0.36" ;
  foo:AI "40.5" ;
  foo:Cd "0" .

foo:hasModel
  a owl:DatatypeProperty ;
  rdfs:domain sosa:ObservableProperty ;
  rdfs:range xsd:string .

dc:LicenseDocument
  a owl:Class ;
  ns2:prefixIRI "terms:LicenseDocument" ;
  rdfs:comment "A legal document giving official permission to do something with a resource."@en ;
  rdfs:isDefinedBy dc: ;
  rdfs:label "License Document"@en .

<https://bbc.co.uk/ontologies/wildlife-ontology#livesIn>
  a owl:ObjectProperty ;
  rdfs:domain <https://bbc.co.uk/ontologies/wildlife-ontology#TaxonRank> ;
  rdfs:range <https://bbc.co.uk/ontologies/wildlife-ontology#Habitat> ;
  rdfs:comment "associates a taxon rank with a habitat in which it lives. Sub-property of wo:habitat to be used for members of the animal kingdom"@en-gb ;
  rdfs:isDefinedBy <https://bbc.co.uk/ontologies/wildlife-ontology#> ;
  rdfs:label "lives in"@en-gb ;
  ns1:term_status "testing" .

<http://www.schema.org/dgfc/elephant#Dara>
  a owl:NamedIndividual, sosa:Sensor ;
  sosa:observedProperty foo:Count, foo:Cov, foo:Direction, foo:Distance, foo:ExtTemp, foo:GMTDate, foo:GMTTime, foo:HDOP, foo:Speed, foo:Temperature ;
  rdfs:comment "A female asian elephant called Dara, here, the GPS collar (sensor) is named after her." .

<http://www.schema.org/dgfc/elephant#Sandi>
  a owl:NamedIndividual, sosa:Sensor ;
  sosa:observedProperty foo:Count, foo:Cov, foo:Direction, foo:Distance, foo:ExtTemp, foo:GMTDate, foo:GMTTime, foo:HDOP, foo:Speed, foo:Temperature ;
  rdfs:comment "A female asian elephant called Sandi, here, the GPS collar (sensor) is named after her." .

foo:hasReplanting_nearest_OP
  a owl:DatatypeProperty ;
  rdfs:domain sosa:ObservableProperty ;
  rdfs:range xsd:string .

sosa:observedProperty
  a owl:ObjectProperty ;
  rdfs:domain sosa:Observation ;
  rdfs:range sosa:ObservableProperty .

foo:MS32
  a sosa:Observation ;
  foo:Site "Maliau Basin Conservation Area" ;
  foo:Land_Use "Unlogged Forest" ;
  foo:Plot_Name "Seraya" ;
  foo:Subplot "3" ;
  foo:NO3_N "271.54" ;
  foo:NH4_N "5.34" ;
  foo:Total_N "276.88" ;
  foo:Ca "1228.83" ;
  foo:Mg "520.87" ;
  foo:K "162.71" ;
  foo:P "0.2" ;
  foo:Fe "20.37" ;
  foo:Mn "9.4" ;
  foo:Cu "0.92" ;
  foo:Zn "2.6" ;
  foo:B "0" ;
  foo:S "26.62" ;
  foo:Pb "0.59" ;
  foo:AI "11.5" ;
  foo:Cd "0.02" .

<https://bbc.co.uk/ontologies/wildlife-ontology#Habitat>
  a owl:Class ;
  rdfs:subClassOf owl:Thing ;
  ns2:prefixIRI "wo:Habitat" ;
  rdfs:comment "A habitat, or biome, is the type of environment in which plant and animals live. Habitat is dictated by what kinds of plants grow there, the climate and the geography. Rainforest, coral reefs and the tundra are all habitats where particular kinds of plants and animals might be found."@en-gb ;
  rdfs:isDefinedBy <https://bbc.co.uk/ontologies/wildlife-ontology#> ;
  rdfs:label "Habitat"@en-gb ;
  rdfs:seeAlso <http://en.wikipedia.org/wiki/Habitat>, <http://www.bbc.co.uk/nature/habitats> ;
  ns1:term_status "testing" .

foo:SLF122
  a sosa:Observation ;
  foo:Site "SAFE Project - Kalabakan Forest Reserve" ;
  foo:Land_Use "Logged Forest" ;
  foo:Plot_Name "LF" ;
  foo:Subplot "12" ;
  foo:NO3_N "10.32" ;
  foo:NH4_N "11.74" ;
  foo:Total_N "22.06" ;
  foo:Ca "337.98" ;
  foo:Mg "90.66" ;
  foo:K "419.41" ;
  foo:P "0.76" ;
  foo:Fe "2.81" ;
  foo:Mn "5.81" ;
  foo:Cu "0.13" ;
  foo:Zn "0.99" ;
  foo:B "0" ;
  foo:S "21.16" ;
  foo:Pb "0" ;
  foo:AI "4.73" ;
  foo:Cd "0" .

<http://www.schema.org/dgfc/elephant#Maliau>
  a owl:NamedIndividual, sosa:Sensor ;
  sosa:observedProperty foo:Count, foo:Cov, foo:Direction, foo:Distance, foo:ExtTemp, foo:GMTDate, foo:GMTTime, foo:HDOP, foo:Speed, foo:Temperature ;
  rdfs:comment "A male asian elephant called Maliau, here, the GPS collar (sensor) is named after him." .

geo:long
  a owl:ObjectProperty ;
  rdfs:domain geo:Point ;
  rdfs:range [
    a owl:Restriction ;
    owl:onProperty foo:hasValue ;
    owl:someValuesFrom rdfs:Literal
  ] .

<http://www.schema.org/dgfc/elephant#Putut>
  a owl:NamedIndividual, sosa:Sensor ;
  sosa:observedProperty foo:Count, foo:Cov, foo:Direction, foo:Distance, foo:GMTDate, foo:GMTTime, foo:HDOP, foo:Speed, foo:Temperature ;
  rdfs:comment "A female asian elephant called Putut, here, the GPS collar (sensor) is named after her." .

foo:MS33
  a sosa:Observation ;
  foo:Site "Maliau Basin Conservation Area" ;
  foo:Land_Use "Unlogged Forest" ;
  foo:Plot_Name "Seraya" ;
  foo:Subplot "3" ;
  foo:NO3_N "176.3" ;
  foo:NH4_N "8.8" ;
  foo:Total_N "185.1" ;
  foo:Ca "982.74" ;
  foo:Mg "346.81" ;
  foo:K "194.26" ;
  foo:P "0.18" ;
  foo:Fe "8.13" ;
  foo:Mn "21.69" ;
  foo:Cu "0.4" ;
  foo:Zn "1.64" ;
  foo:B "0" ;
  foo:S "28.6" ;
  foo:Pb "0.22" ;
  foo:AI "17.36" ;
  foo:Cd "0" .

foo:SOP81
  a sosa:Observation ;
  foo:Site "SAFE Project - Kalabakan Forest Reserve" ;
  foo:Land_Use "Oil Palm" ;
  foo:Plot_Name "OP" ;
  foo:Subplot "8" ;
  foo:NO3_N "140.66" ;
  foo:NH4_N "45.84" ;
  foo:Total_N "186.5" ;
  foo:Ca "493.12" ;
  foo:Mg "387.35" ;
  foo:K "273.34" ;
  foo:P "2.54" ;
  foo:Fe "8.2" ;
  foo:Mn "45.36" ;
  foo:Cu "0.19" ;
  foo:Zn "0.68" ;
  foo:B "0" ;
  foo:S "250.27" ;
  foo:Pb "0.54" ;
  foo:AI "102.79" ;
  foo:Cd "0" .

foo:inorganic_P
  a owl:NamedIndividual, sosa:ObservableProperty ;
  sosa:hasSimpleResult "36.65"^^xsd:float ;
  skos:definition "inorganic/soluble phosphorus concentration of the soil sample" .

foo:Land_Use
  a owl:NamedIndividual, sosa:ObservableProperty ;
  foo:hasLand_Use "plants" ;
  sosa:hasSimpleResult "Unlogged" ;
  skos:definition "Land use of the study plots: Unlogged tropical forest, Logged tropical forest or Oil palm plantation" .

foo:Soil_Sensor
  a owl:NamedIndividual, sosa:Sensor ;
  sosa:hasFeatureOfInterest foo:Soil ;
  sosa:observedProperty foo:C_:P, foo:Bulk_Density, foo:Horizon, foo:Horizon_Depth, foo:Land_Use, foo:Plot_Name, foo:Site, foo:Soil_Moisture, foo:Soil_pH, foo:Subplot, foo:inorganic_P, foo:total_C, foo:total_N, foo:C:N ;
  rdfs:comment """Soil sensor data consist of soil properties tropical forests in Sabah, Malaysia. 
The data is a contribution from the BALI collaboration, which is financed by the UK's Natural Environment Research Council (NERC).""" .

foo:SOP62
  a sosa:Observation ;
  foo:Site "SAFE Project - Kalabakan Forest Reserve" ;
  foo:Land_Use "Oil Palm" ;
  foo:Plot_Name "OP" ;
  foo:Subplot "6" ;
  foo:NO3_N "140.9" ;
  foo:NH4_N "8.06" ;
  foo:Total_N "148.96" ;
  foo:Ca "797" ;
  foo:Mg "253.93" ;
  foo:K "72.48" ;
  foo:P "0.32" ;
  foo:Fe "6.74" ;
  foo:Mn "7.31" ;
  foo:Cu "0.14" ;
  foo:Zn "0.22" ;
  foo:B "1.71" ;
  foo:S "1.84" ;
  foo:Pb "0.07" ;
  foo:AI "19.26" ;
  foo:Cd "0" .

<http://www.schema.org/dgfc/elephant#Kuma>
  a owl:NamedIndividual, sosa:Sensor ;
  sosa:observedProperty foo:Count, foo:Cov, foo:Direction, foo:Distance, foo:ExtTemp, foo:GMTDate, foo:GMTTime, foo:HDOP, foo:Speed, foo:Temperature ;
  rdfs:comment "A male asian elephant called Kuma, here, the GPS collar (sensor) is named after him." .

foo:hasCount
  a owl:DatatypeProperty ;
  rdfs:domain sosa:ObservableProperty ;
  rdfs:range xsd:integer .

foo:MB42
  a sosa:Observation ;
  foo:Site "Maliau Basin Conservation Area" ;
  foo:Land_Use "Unlogged Forest" ;
  foo:Plot_Name "Belian" ;
  foo:Subplot "4" ;
  foo:NO3_N "32.92" ;
  foo:NH4_N "14.28" ;
  foo:Total_N "47.2" ;
  foo:Ca "417.74" ;
  foo:Mg "295.8" ;
  foo:K "245.18" ;
  foo:P "0.14" ;
  foo:Fe "3.41" ;
  foo:Mn "16.35" ;
  foo:Cu "0.15" ;
  foo:Zn "1.8" ;
  foo:B "0" ;
  foo:S "13.91" ;
  foo:Pb "0.04" ;
  foo:AI "10.04" ;
  foo:Cd "0.05" .

foo:MB43
  a sosa:Observation ;
  foo:Site "Maliau Basin Conservation Area" ;
  foo:Land_Use "Unlogged Forest" ;
  foo:Plot_Name "Belian" ;
  foo:Subplot "4" ;
  foo:NO3_N "8.52" ;
  foo:NH4_N "9.14" ;
  foo:Total_N "17.66" ;
  foo:Ca "203.78" ;
  foo:Mg "149.29" ;
  foo:K "199.51" ;
  foo:P "0.88" ;
  foo:Fe "1.53" ;
  foo:Mn "6.23" ;
  foo:Cu "0.11" ;
  foo:Zn "1.27" ;
  foo:B "0.14" ;
  foo:S "9.39" ;
  foo:Pb "0" ;
  foo:AI "10.52" ;
  foo:Cd "0" .

<https://bbc.co.uk/ontologies/wildlife-ontology#MarineHabitat>
  a owl:Class ;
  rdfs:subClassOf <https://bbc.co.uk/ontologies/wildlife-ontology#Habitat> ;
  ns2:prefixIRI "wo:MarineHabitat" ;
  rdfs:comment "Approximately 71% of the Earth's surface is covered by the oceans, an area of some 223698816km/sq. Although marine life evolved around three billion years before life on land, marine habitats are relatively poorly studied and much of the ocean's depths remains unexplored." ;
  rdfs:isDefinedBy <https://bbc.co.uk/ontologies/wildlife-ontology#> ;
  rdfs:label "Marine Habitat"@en-gb ;
  ns1:term_status "testing" .

foo:SE242
  a sosa:Observation ;
  foo:Site "SAFE Project - Kalabakan Forest Reserve" ;
  foo:Land_Use "Logged Forest" ;
  foo:Plot_Name "E" ;
  foo:Subplot "24" ;
  foo:NO3_N "815.06" ;
  foo:NH4_N "20.06" ;
  foo:Total_N "835.12" ;
  foo:Ca "199.99" ;
  foo:Mg "158.88" ;
  foo:K "278.98" ;
  foo:P "0.22" ;
  foo:Fe "71.82" ;
  foo:Mn "94.91" ;
  foo:Cu "0.4" ;
  foo:Zn "3.58" ;
  foo:B "0.19" ;
  foo:S "42.62" ;
  foo:Pb "0.8" ;
  foo:AI "159.07" ;
  foo:Cd "0.05" .

<https://bbc.co.uk/ontologies/wildlife-ontology#TaxonRank>
  a owl:Class ;
  rdfs:subClassOf owl:Thing ;
  ns2:prefixIRI "wo:TaxonRank" ;
  rdfs:comment "Generic concept for a taxonomic rank such as a Genus or Species."@en-gb ;
  rdfs:isDefinedBy <https://bbc.co.uk/ontologies/wildlife-ontology#> ;
  rdfs:label "Taxonomic Rank"@en-gb ;
  rdfs:seeAlso <http://en.wikipedia.org/wiki/Taxonomic_rank> ;
  ns1:term_status "testing" .

foo:SE243
  a sosa:Observation ;
  foo:Site "SAFE Project - Kalabakan Forest Reserve" ;
  foo:Land_Use "Logged Forest" ;
  foo:Plot_Name "E" ;
  foo:Subplot "24" ;
  foo:NO3_N "340.4" ;
  foo:NH4_N "8.48" ;
  foo:Total_N "348.88" ;
  foo:Ca "246.84" ;
  foo:Mg "253.31" ;
  foo:K "367.98" ;
  foo:P "0.45" ;
  foo:Fe "13.39" ;
  foo:Mn "38.57" ;
  foo:Cu "0.18" ;
  foo:Zn "1.76" ;
  foo:B "0" ;
  foo:S "32.59" ;
  foo:Pb "0.41" ;
  foo:AI "35.66" ;
  foo:Cd "0.02" .

sosa:madeObservation
  a owl:ObjectProperty ;
  rdfs:domain sosa:Observation ;
  rdfs:range sosa:Sensor .

<https://bbc.co.uk/ontologies/wildlife-ontology#Family/Viverridae>
  a owl:Class ;
  rdfs:subClassOf <https://bbc.co.uk/ontologies/wildlife-ontology#Family> ;
  rdfs:isDefinedBy "Viverridae is a family of small to medium-sized, feliform mammals. The viverrids comprise 33 species placed in 14 genera. This family was named and first described by John Edward Gray in 1821. Viverrids occur all over Africa, southern Europe, and South and Southeast Asia, across the Wallace Line", "https://en.wikipedia.org/wiki/Viverridae" .

foo:DV2243
  a sosa:Observation ;
  foo:Site "Danum Valley Conservation Area" ;
  foo:Land_Use "Unlogged Forest" ;
  foo:Plot_Name "DV2" ;
  foo:Subplot "24" ;
  foo:NO3_N "10.72" ;
  foo:NH4_N "0.6" ;
  foo:Total_N "11.32" ;
  foo:Ca "158.57" ;
  foo:Mg "57.45" ;
  foo:K "81.14" ;
  foo:P "0.06" ;
  foo:Fe "4.93" ;
  foo:Mn "1.93" ;
  foo:Cu "0.04" ;
  foo:Zn "0.21" ;
  foo:B "0.53" ;
  foo:S "15.67" ;
  foo:Pb "0.1" ;
  foo:AI "9.23" ;
  foo:Cd "0" .

foo:ExtTemp
  a owl:NamedIndividual, sosa:ObservableProperty ;
  foo:hasTemp 2.700000e+1 ;
  rdfs:comment "External Temperature of the elephant at data collection instant" .

foo:total_C
  a owl:NamedIndividual, sosa:ObservableProperty ;
  foo:hasTotal_C "22.23"^^xsd:float ;
  skos:definition "total carbon content of the soil sample" .

foo:Replanting_nearest_OP
  a owl:NamedIndividual, sosa:ObservableProperty ;
  foo:hasReplanting_nearest_OP "2008" ;
  skos:definition "Year of any replanting of oil palm adjacent to the forest site (fragmented sites where adjacent oil palm had undergone a second round of planting)" .

foo:SBS181
  a sosa:Observation ;
  foo:Site "SAFE Project - Kalabakan Forest Reserve" ;
  foo:Land_Use "Logged Forest" ;
  foo:Plot_Name "B South" ;
  foo:Subplot "18" ;
  foo:NO3_N "450.02" ;
  foo:NH4_N "5.54" ;
  foo:Total_N "455.56" ;
  foo:Ca "1412.83" ;
  foo:Mg "415.32" ;
  foo:K "728.51" ;
  foo:P "0.19" ;
  foo:Fe "32.1" ;
  foo:Mn "5.1" ;
  foo:Cu "1.1" ;
  foo:Zn "1.55" ;
  foo:B "0" ;
  foo:S "97.71" ;
  foo:Pb "1.18" ;
  foo:AI "16.34" ;
  foo:Cd "0" .

foo:Silt a owl:NamedIndividual .
foo:DV2242
  a sosa:Observation ;
  foo:Site "Danum Valley Conservation Area" ;
  foo:Land_Use "Unlogged Forest" ;
  foo:Plot_Name "DV2" ;
  foo:Subplot "24" ;
  foo:NO3_N "41.28" ;
  foo:NH4_N "2.82" ;
  foo:Total_N "44.1" ;
  foo:Ca "114.73" ;
  foo:Mg "98.73" ;
  foo:K "58.63" ;
  foo:P "0" ;
  foo:Fe "2.71" ;
  foo:Mn "3.28" ;
  foo:Cu "0" ;
  foo:Zn "0.41" ;
  foo:B "0.1" ;
  foo:S "0" ;
  foo:Pb "0.01" ;
  foo:AI "15.4" ;
  foo:Cd "0" .

foo:SE241
  a sosa:Observation ;
  foo:Site "SAFE Project - Kalabakan Forest Reserve" ;
  foo:Land_Use "Logged Forest" ;
  foo:Plot_Name "E" ;
  foo:Subplot "24" ;
  foo:NO3_N "97.68" ;
  foo:NH4_N "108.54" ;
  foo:Total_N "206.22" ;
  foo:Ca "138.66" ;
  foo:Mg "167.45" ;
  foo:K "860.13" ;
  foo:P "0.18" ;
  foo:Fe "10.76" ;
  foo:Mn "40.71" ;
  foo:Cu "0.16" ;
  foo:Zn "1.19" ;
  foo:B "0.1" ;
  foo:S "24.32" ;
  foo:Pb "0.16" ;
  foo:AI "17.99" ;
  foo:Cd "0" .

foo:Lat
  a owl:NamedIndividual, geo:Point ;
  rdfs:comment "The geographical latitude of the observation location" .

sosa:isObservedBy
  a owl:ObjectProperty ;
  rdfs:domain sosa:Sensor ;
  rdfs:range sosa:ObservableProperty .

foo:SBN252
  a sosa:Observation ;
  foo:Site "SAFE Project - Kalabakan Forest Reserve" ;
  foo:Land_Use "Logged Forest" ;
  foo:Plot_Name "B North" ;
  foo:Subplot "25" ;
  foo:NO3_N "61.3" ;
  foo:NH4_N "15.5" ;
  foo:Total_N "76.8" ;
  foo:Ca "447.62" ;
  foo:Mg "300.6" ;
  foo:K "534.34" ;
  foo:P "0.21" ;
  foo:Fe "11.34" ;
  foo:Mn "6.46" ;
  foo:Cu "0.26" ;
  foo:Zn "0.93" ;
  foo:B "0.1" ;
  foo:S "21.45" ;
  foo:Pb "0.16" ;
  foo:AI "28.63" ;
  foo:Cd "0.03" .

foo:DV282
  a sosa:Observation ;
  foo:Site "Danum Valley Conservation Area" ;
  foo:Land_Use "Unlogged Forest" ;
  foo:Plot_Name "DV2" ;
  foo:Subplot "8" ;
  foo:NO3_N "10.42" ;
  foo:NH4_N "1.5" ;
  foo:Total_N "11.92" ;
  foo:Ca "36.41" ;
  foo:Mg "239.57" ;
  foo:K "37.53" ;
  foo:P "0.04" ;
  foo:Fe "2.03" ;
  foo:Mn "0.54" ;
  foo:Cu "0.05" ;
  foo:Zn "0.16" ;
  foo:B "0" ;
  foo:S "2.84" ;
  foo:Pb "0.01" ;
  foo:AI "6.04" ;
  foo:Cd "0.01" .

foo:DateTime
  a owl:NamedIndividual, sosa:ObservableProperty ;
  sosa:resultTime "2013-07-06T21:03:17"^^xsd:dateTime ;
  rdfs:comment "The date and time of the GPS collar observation" .

foo:MS251
  a sosa:Observation ;
  foo:Site "Maliau Basin Conservation Area" ;
  foo:Land_Use "Unlogged Forest" ;
  foo:Plot_Name "Seraya" ;
  foo:Subplot "25" ;
  foo:NO3_N "130.9" ;
  foo:NH4_N "8.44" ;
  foo:Total_N "139.34" ;
  foo:Ca "126.64" ;
  foo:Mg "156.97" ;
  foo:K "185.03" ;
  foo:P "1.11" ;
  foo:Fe "29.74" ;
  foo:Mn "13.92" ;
  foo:Cu "0.42" ;
  foo:Zn "1.07" ;
  foo:B "0.17" ;
  foo:S "24.63" ;
  foo:Pb "0.11" ;
  foo:AI "43.29" ;
  foo:Cd "0" .

foo:Horizon_Depth
  a owl:NamedIndividual, sosa:ObservableProperty ;
  sosa:hasSimpleResult "2.5"^^xsd:float ;
  skos:definition "Depth of the organic soil horizon sampled" .

foo:SBS193
  a sosa:Observation ;
  foo:Site "SAFE Project - Kalabakan Forest Reserve" ;
  foo:Land_Use "Logged Forest" ;
  foo:Plot_Name "B South" ;
  foo:Subplot "19" ;
  foo:NO3_N "20.54" ;
  foo:NH4_N "2.28" ;
  foo:Total_N "22.82" ;
  foo:Ca "628.59" ;
  foo:Mg "293.17" ;
  foo:K "153.38" ;
  foo:P "0.51" ;
  foo:Fe "12.84" ;
  foo:Mn "2.22" ;
  foo:Cu "0.1" ;
  foo:Zn "0.25" ;
  foo:B "0.2" ;
  foo:S "10.03" ;
  foo:Pb "0.18" ;
  foo:AI "13.77" ;
  foo:Cd "0.02" .

foo:MS31
  a sosa:Observation ;
  foo:Site "Maliau Basin Conservation Area" ;
  foo:Land_Use "Unlogged Forest" ;
  foo:Plot_Name "Seraya" ;
  foo:Subplot "3" ;
  foo:NO3_N "324.56" ;
  foo:NH4_N "4.62" ;
  foo:Total_N "329.18" ;
  foo:Ca "905.89" ;
  foo:Mg "699.34" ;
  foo:K "131.03" ;
  foo:P "0.4" ;
  foo:Fe "27.2" ;
  foo:Mn "18.34" ;
  foo:Cu "0.83" ;
  foo:Zn "1.92" ;
  foo:B "0" ;
  foo:S "28.44" ;
  foo:Pb "0.53" ;
  foo:AI "26.91" ;
  foo:Cd "0" .

<http://www.schema.org/dgfc/elephant#Sejati>
  a owl:NamedIndividual, sosa:Sensor ;
  sosa:observedProperty foo:Count, foo:Cov, foo:Direction, foo:Distance, foo:GMTDate, foo:GMTTime, foo:HDOP, foo:Speed, foo:Temperature ;
  rdfs:comment "A male asian elephant called Sejati, here, the GPS collar (sensor) is named after him." .

foo:localTime
  a owl:NamedIndividual, sosa:ObservableProperty ;
  sosa:resultTime "2014-04-12T13:20:00"^^xsd:dateTime ;
  skos:definition "The current local time in Sabah, Malaysia when the image collects its readings." .

foo:hasPath
  a owl:DatatypeProperty ;
  rdfs:subPropertyOf owl:topDataProperty ;
  rdfs:domain sosa:ObservableProperty ;
  rdfs:range xsd:anyURI .

foo:SLF73
  a sosa:Observation ;
  foo:Site "SAFE Project - Kalabakan Forest Reserve" ;
  foo:Land_Use "Logged Forest" ;
  foo:Plot_Name "LF" ;
  foo:Subplot "7" ;
  foo:NO3_N "14.02" ;
  foo:NH4_N "10.88" ;
  foo:Total_N "24.9" ;
  foo:Ca "134.08" ;
  foo:Mg "76.7" ;
  foo:K "246.18" ;
  foo:P "0.37" ;
  foo:Fe "1.94" ;
  foo:Mn "2.33" ;
  foo:Cu "0.07" ;
  foo:Zn "0.46" ;
  foo:B "0.38" ;
  foo:S "4.53" ;
  foo:Pb "0" ;
  foo:AI "6.57" ;
  foo:Cd "0.02" .

<https://bbc.co.uk/ontologies/wildlife-ontology#Class/Mammalia>
  a owl:Class ;
  rdfs:subClassOf <https://bbc.co.uk/ontologies/wildlife-ontology#Class> ;
  rdfs:comment """The highest class of the subphylum Vertebrata comprising humans and all other animals that nourish their young with milk secreted by mammary glands.
https://www.merriam-webster.com/dictionary/Elephantidae""" .

foo:SLF121
  a sosa:Observation ;
  foo:Site "SAFE Project - Kalabakan Forest Reserve" ;
  foo:Land_Use "Logged Forest" ;
  foo:Plot_Name "LF" ;
  foo:Subplot "12" ;
  foo:NO3_N "12.2" ;
  foo:NH4_N "10.4" ;
  foo:Total_N "22.6" ;
  foo:Ca "16.8" ;
  foo:Mg "20.81" ;
  foo:K "165.61" ;
  foo:P "7.54" ;
  foo:Fe "9.5" ;
  foo:Mn "1.52" ;
  foo:Cu "0.09" ;
  foo:Zn "0.83" ;
  foo:B "0" ;
  foo:S "14.95" ;
  foo:Pb "0.05" ;
  foo:AI "5.92" ;
  foo:Cd "0" .

<https://bbc.co.uk/ontologies/wildlife-ontology#family>
  a owl:ObjectProperty ;
  rdfs:domain <https://bbc.co.uk/ontologies/wildlife-ontology#TaxonRank> ;
  rdfs:range <https://bbc.co.uk/ontologies/wildlife-ontology#Family> ;
  rdfs:comment "associates a taxon rank with a family"@en-gb ;
  rdfs:isDefinedBy <https://bbc.co.uk/ontologies/wildlife-ontology#> ;
  rdfs:label "family"@en-gb ;
  ns1:term_status "testing" .

dc:Policy
  a owl:Class ;
  rdfs:subClassOf owl:Thing ;
  owl:disjointWith dc:ProvenanceStatement ;
  ns2:prefixIRI "terms:Policy" ;
  rdfs:comment "A plan or course of action by an authority, intended to influence and determine decisions, actions, and other matters."@en ;
  rdfs:isDefinedBy dc: ;
  rdfs:label "Policy"@en .

dc:Frequency
  a owl:Class ;
  rdfs:subClassOf owl:Thing ;
  ns2:prefixIRI "terms:Frequency" ;
  rdfs:comment "A rate at which something recurs."@en ;
  rdfs:isDefinedBy dc: ;
  rdfs:label "Frequency"@en .

<http://www.schema.org/dgfc/elephant#Jasper>
  a owl:NamedIndividual, sosa:Sensor ;
  sosa:observedProperty foo:Count, foo:Cov, foo:Direction, foo:Distance, foo:ExtTemp, foo:GMTDate, foo:GMTTime, foo:HDOP, foo:Speed, foo:Temperature ;
  rdfs:comment "A male asian elephant called Jasper here, the GPS collar (sensor) is named after him." .

foo:model
  a owl:NamedIndividual, sosa:ObservableProperty ;
  foo:hasModel "\"model\"" ;
  skos:definition "The model of the trail camera used to capture the image" .

sosa:hasSample
  a owl:ObjectProperty ;
  rdfs:domain sosa:FeatureOfInterest ;
  rdfs:range sosa:Observation .

<https://bbc.co.uk/ontologies/wildlife-ontology#Phylum>
  a owl:Class ;
  rdfs:subClassOf <https://bbc.co.uk/ontologies/wildlife-ontology#TaxonRank> ;
  ns2:prefixIRI "wo:Phylum" ;
  rdfs:comment "A phylum - also known as a division when referring to plants - is a scientfic way of grouping together related organisms. All the members of a phylum have a common ancestor and anatomical similarities. For instance, all the arthropods have external skeletons. Phlya are large groups and are further subdivided into classes, orders, families and so on."@en-gb ;
  rdfs:isDefinedBy <https://bbc.co.uk/ontologies/wildlife-ontology#> ;
  rdfs:label "Phylum"@en-gb ;
  rdfs:seeAlso <http://en.wikipedia.org/wiki/Phylum>, <http://www.bbc.co.uk/nature/phylum> ;
  ns1:term_status "testing" .

foo:hasSilt
  a owl:DatatypeProperty ;
  rdfs:domain sosa:ObservableProperty ;
  rdfs:range xsd:float .

foo:hasSubplot_radius_m
  a owl:DatatypeProperty ;
  rdfs:domain sosa:ObservableProperty ;
  rdfs:range xsd:float .

foo:Forest_type
  a owl:NamedIndividual, sosa:ObservableProperty ;
  sosa:hasSimpleResult "HCV High Conservation Value" ;
  skos:definition "type of forest site, one of \"Continous primary\", \"Continous logged\", \"HCV\" (i.e., High Conservation Value; fragmented sites in oil palm plantations)" .

foo:hasInorganic_P
  a owl:DatatypeProperty ;
  rdfs:domain sosa:ObservableProperty ;
  rdfs:range xsd:float .

foo:Site
  a owl:NamedIndividual, sosa:FeatureOfInterest ;
  sosa:hasSimpleResult "\"Valley\"" ;
  skos:definition "Geographical area/site which samples were taken from" .

foo:hasTotal_N
  a owl:DatatypeProperty ;
  rdfs:domain sosa:ObservableProperty ;
  rdfs:range xsd:float .

foo:SOP93
  a sosa:Observation ;
  foo:Site "SAFE Project - Kalabakan Forest Reserve" ;
  foo:Land_Use "Oil Palm" ;
  foo:Plot_Name "OP" ;
  foo:Subplot "9" ;
  foo:NO3_N "18.14" ;
  foo:NH4_N "7.48" ;
  foo:Total_N "25.62" ;
  foo:Ca "204.13" ;
  foo:Mg "149.27" ;
  foo:K "208.84" ;
  foo:P "0.7" ;
  foo:Fe "8.57" ;
  foo:Mn "13.77" ;
  foo:Cu "0.24" ;
  foo:Zn "0.98" ;
  foo:B "0.09" ;
  foo:S "92.57" ;
  foo:Pb "0.55" ;
  foo:AI "137.47" ;
  foo:Cd "0.04" .

foo:Soil_Moisture
  a owl:NamedIndividual, sosa:ObservableProperty ;
  foo:hasMoisture 225 ;
  skos:definition "Gravimetric soil moisture" .

<http://www.schema.org/dgfc/elephant#Tunglap>
  a owl:NamedIndividual, sosa:Sensor ;
  sosa:observedProperty foo:Count, foo:Cov, foo:Direction, foo:Distance, foo:ExtTemp, foo:GMTDate, foo:GMTTime, foo:HDOP, foo:Speed, foo:Temperature ;
  rdfs:comment "A female asian elephant called Tunglap, here, the GPS collar (sensor) is named after her." .

foo:GMTTime
  a owl:NamedIndividual, sosa:ObservableProperty ;
  sosa:resultTime "2014-04-12T13:20:00"^^xsd:dateTime ;
  rdfs:comment "The current local date in Sabah, Malaysia when the image collects its readings." .

<https://bbc.co.uk/ontologies/wildlife-ontology#habitat>
  a owl:ObjectProperty ;
  rdfs:domain <https://bbc.co.uk/ontologies/wildlife-ontology#TaxonRank> ;
  rdfs:range <https://bbc.co.uk/ontologies/wildlife-ontology#Habitat> ;
  rdfs:comment "associates a taxon rank with a habitat in which it may typically be found"@en-gb ;
  rdfs:isDefinedBy <https://bbc.co.uk/ontologies/wildlife-ontology#> ;
  rdfs:label "habitat"@en-gb ;
  ns1:term_status "testing" .

foo:MB183
  a sosa:Observation ;
  foo:Site "Maliau Basin Conservation Area" ;
  foo:Land_Use "Unlogged Forest" ;
  foo:Plot_Name "Belian" ;
  foo:Subplot "18" ;
  foo:NO3_N "37.64" ;
  foo:NH4_N "9.6" ;
  foo:Total_N "47.24" ;
  foo:Ca "164.45" ;
  foo:Mg "83.67" ;
  foo:K "635.48" ;
  foo:P "0.31" ;
  foo:Fe "2.01" ;
  foo:Mn "7.55" ;
  foo:Cu "0.04" ;
  foo:Zn "0.99" ;
  foo:B "0.26" ;
  foo:S "4.73" ;
  foo:Pb "0" ;
  foo:AI "11.65" ;
  foo:Cd "0" .

dc:ProvenanceStatement
  a owl:Class ;
  rdfs:subClassOf owl:Thing ;
  ns2:prefixIRI "terms:ProvenanceStatement" ;
  rdfs:comment "Any changes in ownership and custody of a resource since its creation that are significant for its authenticity, integrity, and interpretation."@en ;
  rdfs:isDefinedBy dc: ;
  rdfs:label "Provenance Statement"@en .

foo:make
  a owl:NamedIndividual, sosa:ObservableProperty ;
  foo:hasMake "Reckno" ;
  skos:definition "The make of the trail camera used to capture the image" .

foo:SBS183
  a sosa:Observation ;
  foo:Site "SAFE Project - Kalabakan Forest Reserve" ;
  foo:Land_Use "Logged Forest" ;
  foo:Plot_Name "B South" ;
  foo:Subplot "18" ;
  foo:NO3_N "284.42" ;
  foo:NH4_N "3.46" ;
  foo:Total_N "287.88" ;
  foo:Ca "1531.71" ;
  foo:Mg "472.53" ;
  foo:K "209.21" ;
  foo:P "0.09" ;
  foo:Fe "17.82" ;
  foo:Mn "6.88" ;
  foo:Cu "0.33" ;
  foo:Zn "0" ;
  foo:B "0.04" ;
  foo:S "40.93" ;
  foo:Pb "0.7" ;
  foo:AI "17.45" ;
  foo:Cd "0.02" .

foo:hasLiana_dbh_cm
  a owl:DatatypeProperty ;
  rdfs:domain sosa:ObservableProperty ;
  rdfs:range xsd:float .

<http://www.schema.org/dgfc/elephant#Seri>
  a owl:NamedIndividual, sosa:Sensor ;
  sosa:observedProperty foo:Count, foo:Cov, foo:Direction, foo:Distance, foo:ExtTemp, foo:GMTDate, foo:GMTTime, foo:HDOP, foo:Speed, foo:Temperature ;
  rdfs:comment "A female asian elephant called Seri, here, the GPS collar (sensor) is named after her." .

foo:MS253
  a sosa:Observation ;
  foo:Site "Maliau Basin Conservation Area" ;
  foo:Land_Use "Unlogged Forest" ;
  foo:Plot_Name "Seraya" ;
  foo:Subplot "25" ;
  foo:NO3_N "341.84" ;
  foo:NH4_N "5.92" ;
  foo:Total_N "347.76" ;
  foo:Ca "142.74" ;
  foo:Mg "141.77" ;
  foo:K "147.59" ;
  foo:P "0.3" ;
  foo:Fe "23.01" ;
  foo:Mn "30.75" ;
  foo:Cu "0.15" ;
  foo:Zn "0.87" ;
  foo:B "0" ;
  foo:S "11.43" ;
  foo:Pb "0.23" ;
  foo:AI "85.37" ;
  foo:Cd "0" .

geo:Point
  a owl:Class, owl:NamedIndividual ;
  rdfs:subClassOf geo:SpatialThing ;
  ns2:prefixIRI "wgs84_pos:Point" ;
  ns3:relativeLocation "" ;
  rdfs:comment """ 
Uniquely identified by lat/long/alt. i.e.

spaciallyIntersects(P1, P2) :- lat(P1, LAT), long(P1, LONG), alt(P1, ALT),
  lat(P2, LAT), long(P2, LONG), alt(P2, ALT).

sameThing(P1, P2) :- type(P1, Point), type(P2, Point), spaciallyIntersects(P1, P2).
  """, """A point, typically described using a coordinate system relative to Earth, such as WGS84.
  """ ;
  rdfs:label "point" .

sosa:isFeatureOfInterestOf
  a owl:ObjectProperty ;
  rdfs:domain sosa:Observation ;
  rdfs:range sosa:FeatureOfInterest ;
  skos:definition "A relation between a FeatureOfInterest and an Observation about it, an Actuation acting on it, or an act of Sampling that sampled it."@en .

sosa:madeBySensor
  a owl:ObjectProperty ;
  rdfs:domain sosa:Sensor ;
  rdfs:range sosa:Observation .

<http://web.resource.org/cc/Requirement>
  a owl:Class ;
  rdfs:subClassOf owl:Thing .

<https://bbc.co.uk/ontologies/wildlife-ontology#Order/Proboscidea>
  a owl:Class ;
  rdfs:subClassOf <https://bbc.co.uk/ontologies/wildlife-ontology#Order> ;
  rdfs:comment """Any of an order (Proboscidea) of large mammals comprising the elephants and extinct related forms.
https://www.merriam-webster.com/dictionary/proboscidean""" .

foo:hasHDOP
  a owl:DatatypeProperty ;
  rdfs:domain sosa:ObservableProperty ;
  rdfs:range xsd:integer .

<https://bbc.co.uk/ontologies/wildlife-ontology#Family>
  a owl:Class ;
  rdfs:subClassOf <https://bbc.co.uk/ontologies/wildlife-ontology#TaxonRank> ;
  ns2:prefixIRI "wo:Family" ;
  rdfs:comment "A family is a scientific grouping of closely related organisms. It has smaller groups, called genera and species, within it. A family can have a lot of members or only a few. Examples of families include the cats (Felidae), the gulls (Laridae) and the grasses (Poaceae)."@en-gb ;
  rdfs:isDefinedBy <https://bbc.co.uk/ontologies/wildlife-ontology#> ;
  rdfs:label "Family"@en-gb ;
  rdfs:seeAlso <http://en.wikipedia.org/wiki/Family_%28biology%29>, <http://www.bbc.co.uk/nature/family> ;
  ns1:term_status "testing" .

foo:PDOP
  a owl:DatatypeProperty, owl:NamedIndividual, sosa:ObservableProperty ;
  rdfs:domain sosa:ObservableProperty ;
  rdfs:range xsd:integer ;
  foo:PDOP 3 ;
  rdfs:comment "Positional Dilution of Precision (DDOP) describes the error caused by the relative position of the GPS satellites. The more signals a GPS reciever can \"see\" (speard vs near each other), the more precise it can be." .

foo:SOP63
  a sosa:Observation ;
  foo:Site "SAFE Project - Kalabakan Forest Reserve" ;
  foo:Land_Use "Oil Palm" ;
  foo:Plot_Name "OP" ;
  foo:Subplot "6" ;
  foo:NO3_N "39.4" ;
  foo:NH4_N "7.92" ;
  foo:Total_N "47.32" ;
  foo:Ca "748.93" ;
  foo:Mg "472.76" ;
  foo:K "195.77" ;
  foo:P "38.47" ;
  foo:Fe "4.46" ;
  foo:Mn "4.96" ;
  foo:Cu "0.14" ;
  foo:Zn "0.12" ;
  foo:B "0" ;
  foo:S "56.62" ;
  foo:Pb "0.13" ;
  foo:AI "45.11" ;
  foo:Cd "0" .

schema:domainIncludes a owl:AnnotationProperty .
<https://bbc.co.uk/ontologies/wildlife-ontology#kingdom>
  a owl:ObjectProperty ;
  rdfs:domain <https://bbc.co.uk/ontologies/wildlife-ontology#TaxonRank> ;
  rdfs:range <https://bbc.co.uk/ontologies/wildlife-ontology#Kingdom> ;
  rdfs:comment "associates a taxon rank with a kingdom"@en-gb ;
  rdfs:isDefinedBy <https://bbc.co.uk/ontologies/wildlife-ontology#> ;
  rdfs:label "kingdom"@en-gb ;
  ns1:term_status "testing" .

foo:Name
  a owl:NamedIndividual, sosa:ObservableProperty ;
  foo:hasName "Imahe_name" ;
  skos:definition "The named assigned to an image at collection time" .

foo:DV173
  a sosa:Observation ;
  foo:Site "Danum Valley Conservation Area" ;
  foo:Land_Use "Unlogged Forest" ;
  foo:Plot_Name "DV1" ;
  foo:Subplot "7" ;
  foo:NO3_N "41.04" ;
  foo:NH4_N "0.56" ;
  foo:Total_N "41.6" ;
  foo:Ca "968.95" ;
  foo:Mg "156.98" ;
  foo:K "9.84" ;
  foo:P "0.07" ;
  foo:Fe "1.92" ;
  foo:Mn "0.3" ;
  foo:Cu "0.02" ;
  foo:Zn "0.05" ;
  foo:B "0" ;
  foo:S "16.18" ;
  foo:Pb "0" ;
  foo:AI "5.73" ;
  foo:Cd "0" .

foo:DV193
  a sosa:Observation ;
  foo:Site "Danum Valley Conservation Area" ;
  foo:Land_Use "Unlogged Forest" ;
  foo:Plot_Name "DV1" ;
  foo:Subplot "9" ;
  foo:NO3_N "63.94" ;
  foo:NH4_N "1" ;
  foo:Total_N "64.94" ;
  foo:Ca "2466.52" ;
  foo:Mg "262.36" ;
  foo:K "18.91" ;
  foo:P "2.94" ;
  foo:Fe "3.59" ;
  foo:Mn "0.26" ;
  foo:Cu "0.04" ;
  foo:Zn "0.12" ;
  foo:B "0" ;
  foo:S "12.11" ;
  foo:Pb "0" ;
  foo:AI "11.68" ;
  foo:Cd "0" .

foo:hasElevation_masi
  a owl:DatatypeProperty ;
  rdfs:domain sosa:ObservableProperty ;
  rdfs:range xsd:float .

foo:hasDirection
  a owl:DatatypeProperty ;
  rdfs:domain sosa:ObservableProperty ;
  rdfs:range xsd:float .

<https://bbc.co.uk/ontologies/wildlife-ontology#Genus>
  a owl:Class ;
  rdfs:subClassOf <https://bbc.co.uk/ontologies/wildlife-ontology#TaxonRank> ;
  ns2:prefixIRI "wo:Genus" ;
  rdfs:comment "A genus is a scientific way of showing that species are very closed related to each other. In fact the first word of the species' scientific name is its genus. So for lions (Panthera leo), Panthera is the genus and tells us that they are closely related to tigers (Panthera tigris), because they share the name"@en-gb ;
  rdfs:isDefinedBy <https://bbc.co.uk/ontologies/wildlife-ontology#> ;
  rdfs:label "Genus"@en-gb ;
  rdfs:seeAlso <http://en.wikipedia.org/wiki/Genus>, <http://www.bbc.co.uk/nature/genus> ;
  ns1:term_status "testing" .

<https://bbc.co.uk/ontologies/wildlife-ontology#TerrestrialHabitat>
  a owl:Class ;
  rdfs:subClassOf <https://bbc.co.uk/ontologies/wildlife-ontology#Habitat> ;
  ns2:prefixIRI "wo:TerrestrialHabitat" ;
  rdfs:comment "Terrestrial habitats include forests, grasslands, deserts and rainforests. They are typically defined by factors such as plant structure (trees and grasses), leaf types (eg broadleaf and needleleaf), plant spacing (forest, woodland, savanna) and climate." ;
  rdfs:isDefinedBy <https://bbc.co.uk/ontologies/wildlife-ontology#> ;
  rdfs:label "Terrestrial Habitat"@en-gb ;
  ns1:term_status "testing" .

<https://bbc.co.uk/ontologies/wildlife-ontology#FreshwaterHabitat>
  a owl:Class ;
  rdfs:subClassOf <https://bbc.co.uk/ontologies/wildlife-ontology#Habitat> ;
  ns2:prefixIRI "wo:FreshwaterHabitat" ;
  rdfs:comment "Freshwater habitats include bogs, ponds, lakes, rivers and streams. About 3% of Earth's water is freshwater, but this includes the water locked up in the ice caps and trapped in rocks and soil as groundwater. Only a tiny fraction (0.014%) is surface water in the form of rivers, lakes and swamps." ;
  rdfs:isDefinedBy <https://bbc.co.uk/ontologies/wildlife-ontology#> ;
  rdfs:label "Freshwater Habitat"@en-gb ;
  ns1:term_status "testing" .

dc:relation a owl:AnnotationProperty .
<http://web.resource.org/cc/Work>
  a owl:Class ;
  rdfs:subClassOf owl:Thing .

foo:SBN222
  a sosa:Observation ;
  foo:Site "SAFE Project - Kalabakan Forest Reserve" ;
  foo:Land_Use "Logged Forest" ;
  foo:Plot_Name "B North" ;
  foo:Subplot "22" ;
  foo:NO3_N "5.66" ;
  foo:NH4_N "2.76" ;
  foo:Total_N "8.42" ;
  foo:Ca "460.91" ;
  foo:Mg "231.69" ;
  foo:K "546.07" ;
  foo:P "0.19" ;
  foo:Fe "2.39" ;
  foo:Mn "7.44" ;
  foo:Cu "0.1" ;
  foo:Zn "0.79" ;
  foo:B "0.2" ;
  foo:S "17.87" ;
  foo:Pb "0.11" ;
  foo:AI "15.94" ;
  foo:Cd "0.02" .

foaf:Person
  a owl:Class ;
  rdfs:subClassOf owl:Thing .

foo:hasFirst_planning_nearest_OP
  a owl:DatatypeProperty ;
  rdfs:domain sosa:ObservableProperty ;
  rdfs:range xsd:string .

foo:ElephasMaximus a owl:NamedIndividual, sosa:FeatureOfInterest .
<https://bbc.co.uk/ontologies/wildlife-ontology#order>
  a owl:ObjectProperty ;
  rdfs:domain <https://bbc.co.uk/ontologies/wildlife-ontology#TaxonRank> ;
  rdfs:range <https://bbc.co.uk/ontologies/wildlife-ontology#Kingdom> ;
  rdfs:comment "associates a taxon rank with an order"@en-gb ;
  rdfs:isDefinedBy <https://bbc.co.uk/ontologies/wildlife-ontology#> ;
  rdfs:label "order"@en-gb ;
  ns1:term_status "testing" .

sosa:observes
  a owl:ObjectProperty ;
  rdfs:domain sosa:ObservableProperty ;
  rdfs:range sosa:Observation .

foo:Temperature
  a owl:NamedIndividual, sosa:ObservableProperty ;
  foo:hasTemperature 2.100000e+1 ;
  rdfs:comment "Estimate temperature of the elephant in Celsius at data collection instant." .

foo:HDOP
  a owl:NamedIndividual, sosa:ObservableProperty ;
  sosa:hasSimpleResult 1 ;
  rdfs:comment "Horizontal Dilution of Precision (HDOP) measures GPS accuracy in Latitude and Longitude. The lower value the better precision." .

foo:Count
  a owl:NamedIndividual, sosa:ObservableProperty ;
  foo:hasCount 1 ;
  rdfs:comment "GPS collar dataset's observation count per dataset" .

foo:Cov
  a owl:NamedIndividual, sosa:ObservableProperty ;
  foo:hasCov 1 ;
  rdfs:comment "GPS collar dataset: satellite coverage, the higher number the stronger coverage." .

foo:hasTree_height_m
  a owl:DatatypeProperty ;
  rdfs:domain sosa:ObservableProperty ;
  rdfs:range xsd:float .

foo:hasSand
  a owl:DatatypeProperty ;
  rdfs:domain sosa:ObservableProperty ;
  rdfs:range xsd:float .

<https://bbc.co.uk/ontologies/wildlife-ontology#Species>
  a owl:Class ;
  rdfs:subClassOf <https://bbc.co.uk/ontologies/wildlife-ontology#TaxonRank> ;
  ns2:prefixIRI "wo:Species" ;
  rdfs:comment "Generic class defining a biological species"@en-gb ;
  rdfs:isDefinedBy <https://bbc.co.uk/ontologies/wildlife-ontology#> ;
  rdfs:label "species"@en-gb ;
  rdfs:seeAlso <http://en.wikipedia.org/wiki/Species>, <http://www.bbc.co.uk/nature/species> ;
  ns1:term_status "testing" .

foo:SE33
  a sosa:Observation ;
  foo:Site "SAFE Project - Kalabakan Forest Reserve" ;
  foo:Land_Use "Logged Forest" ;
  foo:Plot_Name "E" ;
  foo:Subplot "3" ;
  foo:NO3_N "379.08" ;
  foo:NH4_N "7.08" ;
  foo:Total_N "386.16" ;
  foo:Ca "206.17" ;
  foo:Mg "213.61" ;
  foo:K "600.02" ;
  foo:P "0.46" ;
  foo:Fe "33.25" ;
  foo:Mn "59.82" ;
  foo:Cu "0.37" ;
  foo:Zn "2.25" ;
  foo:B "0" ;
  foo:S "47.14" ;
  foo:Pb "0.44" ;
  foo:AI "47.35" ;
  foo:Cd "0" .

foo:SLF43
  a sosa:Observation ;
  foo:Site "SAFE Project - Kalabakan Forest Reserve" ;
  foo:Land_Use "Logged Forest" ;
  foo:Plot_Name "LF" ;
  foo:Subplot "4" ;
  foo:NO3_N "39.04" ;
  foo:NH4_N "4.68" ;
  foo:Total_N "43.72" ;
  foo:Ca "876.31" ;
  foo:Mg "242.94" ;
  foo:K "282.53" ;
  foo:P "2.86" ;
  foo:Fe "2.82" ;
  foo:Mn "3.51" ;
  foo:Cu "0.03" ;
  foo:Zn "0.48" ;
  foo:B "0" ;
  foo:S "2.11" ;
  foo:Pb "0" ;
  foo:AI "3.31" ;
  foo:Cd "0" .

<http://www.ontology/ns/foo#>
  a owl:Ontology ;
  owl:versionIRI foo: .

foo:hasTotal_C
  a owl:DatatypeProperty ;
  rdfs:domain sosa:ObservableProperty ;
  rdfs:range xsd:float .

foo:hasName
  a owl:DatatypeProperty ;
  rdfs:domain sosa:ObservableProperty ;
  rdfs:range xsd:string .

geo:
  rdfs:comment """
Recent changes to this namespace:
$Log: wgs84_pos.rdf,v $
Revision 1.22  2009/04/20 15:00:30  timbl
Remove the time bits which have been deal with elsewhere eg in iCal.

Revision 1.21  2009/04/20 12:52:47  timbl
try again

Revision 1.20  2009/04/20 12:42:11  timbl
Add Event (edited ages ago and never checked in), and location (following discussion http://chatlogs.planetrdf.com/swig/2009-04-20#T12-36-09)

Revision 1.19  2009/04/20 12:36:31  timbl
Add Event (edited ages ago and never checked in), and location (following discussion http://chatlogs.planetrdf.com/swig/2009-04-20#T12-36-09)

Revision 1.18  2006/02/01 22:01:04  danbri
Clarified that lat and long are decimal degrees, and that alt is decimal metres about local reference ellipsoid

Revision 1.17  2004/02/06 17:38:12  danbri
Fixed a bad commit screwup

Revision 1.15  2003/04/19 11:24:08  danbri
Fixed the typo even more.

Revision 1.14  2003/04/19 11:16:56  danbri
fixed a typo

Revision 1.13  2003/02/19 22:27:27  connolly
relaxed domain constraints on lat/long/alt from Point to SpatialThing

Revision 1.12  2003/01/12 01:41:41  danbri
Trying local copy of XSLT doc.

Revision 1.11  2003/01/12 01:20:18  danbri
added a link to morten's xslt rdfs viewer.

Revision 1.10  2003/01/11 18:56:49  danbri
Removed datatype range from lat and long properties, since they would
have required each occurance of the property to mention the datatype.

Revision 1.9  2003/01/11 11:41:31  danbri
Another typo; repaired rdfs:Property to rdf:Property x4

Revision 1.8  2003/01/11 11:05:02  danbri
Added an rdfs:range for each lat/long/alt property,
http://www.w3.org/2001/XMLSchema#float

Revision 1.7  2003/01/10 20:25:16  danbri
Longer rdfs:comment for Point, trying to be Earth-centric and neutral about
coordinate system(s) at the same time. Feedback welcomed.

Revision 1.6  2003/01/10 20:18:30  danbri
Added CVS log comments into the RDF/XML as an rdfs:comment property of the
vocabulary. Note that this is not common practice (but seems both harmless
and potentially useful).


revision 1.5
date: 2003/01/10 20:14:31;  author: danbri;  state: Exp;  lines: +16 -5
Updated schema:
Added a dc:date, added url for more info. Changed the rdfs:label of the
namespace from gp to geo. Added a class Point, set as the rdfs:domain of
each property. Added XML comment on the lat_long property suggesting that
we might not need it (based on #rdfig commentary from implementors).

revision 1.4
date: 2003/01/10 20:01:07;  author: danbri;  state: Exp;  lines: +6 -5
Fixed typo; several rdfs:about attributes are now rdf:about. Thanks to MortenF in
#rdfig for catching this error.

revision 1.3
date: 2003/01/10 11:59:03;  author: danbri;  state: Exp;  lines: +4 -3
fixed buglet in vocab, added more wgs links

revision 1.2
date: 2003/01/10 11:01:11;  author: danbri;  state: Exp;  lines: +4 -4
Removed alt from the as-a-flat-string property, and switched from
space separated to comma separated.

revision 1.1
date: 2003/01/10 10:53:23;  author: danbri;  state: Exp;
basic geo vocab

""" ;
  rdfs:label "geo" .

<https://bbc.co.uk/ontologies/wildlife-ontology#Kingdom>
  a owl:Class ;
  rdfs:subClassOf <https://bbc.co.uk/ontologies/wildlife-ontology#TaxonRank> ;
  ns2:prefixIRI "wo:Kingdom" ;
  rdfs:comment "Kingdoms are the major categories into which scientists divide up all living things. The main kingdoms are animals, plants, fungi and bacteria, although there are others. Each kingdom has its own suite of defining characteristics - for instance plants have rigid cell walls, whilst animals do not."@en-gb ;
  rdfs:isDefinedBy <https://bbc.co.uk/ontologies/wildlife-ontology#> ;
  rdfs:label "Kingdom"@en-gb ;
  rdfs:seeAlso <http://en.wikipedia.org/wiki/Kingdom_%28biology%29>, <http://www.bbc.co.uk/nature/kingdom> ;
  ns1:term_status "testing" .

foo:Mustelidae
  a owl:NamedIndividual, sosa:FeatureOfInterest ;
  wo:family foo:Mustelidae .

sosa:ObservableProperty
  a owl:Class ;
  rdfs:subClassOf owl:Thing ;
  ns2:prefixIRI "sosa:ObservableProperty" ;
  rdfs:comment "An observable quality (property, characteristic) of a FeatureOfInterest."@en ;
  rdfs:isDefinedBy sosa: ;
  rdfs:label "Observable Property"@en ;
  skos:definition "An observable quality (property, characteristic) of a FeatureOfInterest."@en ;
  skos:example "The height of a tree, the depth of a water body, or the temperature of a surface are examples of observable properties, while the value of a classic car is not (directly) observable but asserted."@en .

foo:Source_of_dates
  a owl:DatatypeProperty, owl:NamedIndividual, sosa:ObservableProperty ;
  rdfs:domain sosa:ObservableProperty ;
  rdfs:range xsd:string ;
  foo:Source_of_dates "string" ;
  skos:definition "source of \"First_planting_nearest_OP\"" .

foo:ID
  a owl:NamedIndividual, sosa:Observation ;
  sosa:hasResult "\"foo_\"" .

foo:hasTree_ID
  a owl:DatatypeProperty ;
  rdfs:domain sosa:ObservableProperty ;
  rdfs:range xsd:string .

foo:hasCov
  a owl:DatatypeProperty ;
  rdfs:domain sosa:ObservableProperty ;
  rdfs:range xsd:integer .

foo:hasSoil_pH
  a owl:DatatypeProperty ;
  rdfs:domain sosa:ObservableProperty ;
  rdfs:range xsd:float .

wo:TaxonName
  a owl:Class ;
  rdfs:subClassOf owl:Thing ;
  owl:disjointWith wo:TaxonRank ;
  ns2:prefixIRI "wo:TaxonName" ;
  rdfs:comment "A taxonomic name, describing the structure and provenance of a taxonomic name."@en-gb ;
  rdfs:isDefinedBy wo: ;
  rdfs:label "Taxon Name"@en-gb ;
  ns1:term_status "testing" .

<http://www.schema.org/dgfc/elephant#Jasmin>
  a owl:NamedIndividual, sosa:Sensor ;
  sosa:observedProperty foo:Count, foo:Cov, foo:Direction, foo:Distance, foo:GMTDate, foo:GMTTime, foo:HDOP, foo:Speed, foo:Temperature ;
  rdfs:comment "A female asian elephant called Jasmin, here, the GPS collar (sensor) is named after her." .

foo:hasYears_since_frag
  a owl:DatatypeProperty ;
  rdfs:domain sosa:ObservableProperty ;
  rdfs:range xsd:string .

sosa:hasSimpleResult
  a owl:DatatypeProperty ;
  rdfs:domain sosa:Observation ;
  rdfs:range rdfs:Literal .

foo:Elevation_masl
  a owl:NamedIndividual, sosa:ObservableProperty ;
  foo:hasElevation_masi "5.2"^^xsd:float ;
  rdfs:comment "Elevation at the plot centre, in metres above sea level" .

foo:hasLocalDate
  a owl:DatatypeProperty ;
  rdfs:domain sosa:ObservableProperty ;
  rdfs:range xsd:string .

foo:hasValue
  a owl:DatatypeProperty ;
  rdfs:domain sosa:ObservableProperty ;
  rdfs:range rdfs:Literal .

foo:hasClay
  a owl:DatatypeProperty ;
  rdfs:domain sosa:ObservableProperty ;
  rdfs:range xsd:float .

wo:Class
  a owl:Class ;
  owl:equivalentClass wo:Family ;
  rdfs:subClassOf wo:TaxonRank ;
  ns2:prefixIRI "wo:Class" ;
  rdfs:comment "A class is a scientific way to group related organisms together, some examples of classes being jellyfish, reptiles and sea urchins. Classes are big groups and contain within them smaller groupings called orders, families, genera and species."@en-gb ;
  rdfs:isDefinedBy wo: ;
  rdfs:label "Class"@en-gb ;
  rdfs:seeAlso <http://en.wikipedia.org/wiki/Class_%28biology%29>, <http://www.bbc.co.uk/nature/class> ;
  ns1:term_status "testing" .

sosa:hasFeatureOfInterest
  a owl:ObjectProperty ;
  rdfs:domain sosa:Observation ;
  rdfs:range sosa:FeatureOfInterest .

foo:First_planting_nearest_OP
  a owl:NamedIndividual ;
  foo:hasFirst_planning_nearest_OP "2005" ;
  skos:definition "Year palm adjacent to the forest site" .

foo:timestamp
  a owl:NamedIndividual, sosa:ObservableProperty ;
  sosa:resultTime "2014-04-12T13:20:00"^^xsd:dateTime ;
  rdfs:comment "The time of the sensor observation." .

foo:hasTree_notes
  a owl:DatatypeProperty ;
  rdfs:domain sosa:ObservableProperty ;
  rdfs:range xsd:string .

foo:Soil_pH
  a owl:NamedIndividual, sosa:ObservableProperty ;
  foo:hasSoil_pH "4.87"^^xsd:float ;
  skos:definition "Measured pH of the soil sample" .

<https://bbc.co.uk/ontologies/wildlife-ontology#Order/Carnivora>
  a owl:Class ;
  rdfs:subClassOf wo:Order ;
  rdfs:comment "Carnivora is a monophyletic order of placental mammals consisting of the most recent common ancestor of all cats and dogs, and all descendants of that ancestor. Members of this group are formally referred to as carnivorans, and have evolved to specialize in eating flesh." ;
  rdfs:isDefinedBy "https://en.wikipedia.org/wiki/Carnivora" .

foo:LocalTime
  a owl:NamedIndividual ;
  sosa:resultTime "2005-11-12T12:05:05"^^xsd:dateTime .

owl:Thing ns2:prefixIRI "owl:Thing" .
foo:Horizon
  a owl:NamedIndividual, sosa:ObservableProperty ;
  sosa:hasSimpleResult "Sample_Name" ;
  skos:definition "Soil horizon sampled" .

geo:lat
  a owl:ObjectProperty ;
  rdfs:domain geo:Point ;
  rdfs:range [
    a owl:Restriction ;
    owl:onProperty foo:hasValue ;
    owl:someValuesFrom rdfs:Literal
  ] .

foo:hasSite_name
  a owl:DatatypeProperty ;
  rdfs:domain sosa:ObservableProperty ;
  rdfs:range xsd:string .

ns3:relativeLocation a owl:AnnotationProperty .
foaf:Image
  a owl:Class ;
  rdfs:subClassOf owl:Thing .

foo:Site_code
  a owl:NamedIndividual, sosa:ObservableProperty ;
  sosa:hasSimpleResult 18 ;
  skos:definition "code for the study site, in the format Fa (where a can be 1-18)" .

foo:total_N
  a owl:NamedIndividual, sosa:ObservableProperty ;
  foo:hasTotal_N "23.65"^^xsd:float ;
  skos:definition "total nitrogen content of the soil sample" .

foo:hasTree_individual_no
  a owl:DatatypeProperty ;
  rdfs:domain sosa:ObservableProperty ;
  rdfs:range xsd:integer .

foo:hasHorizon
  a owl:DatatypeProperty ;
  rdfs:domain sosa:ObservableProperty ;
  rdfs:range xsd:string .

ns1:term_status a owl:AnnotationProperty .
foo:Clay
  a owl:NamedIndividual, sosa:ObservableProperty ;
  foo:hasClay "2.3"^^xsd:float .

schema:rangeIncludes a owl:AnnotationProperty .
wo:phylum
  a owl:ObjectProperty ;
  rdfs:domain wo:TaxonRank ;
  rdfs:range wo:Phylum ;
  rdfs:comment "associates a taxon rank with a phylum"@en-gb ;
  rdfs:isDefinedBy wo: ;
  rdfs:label "phylum"@en-gb ;
  ns1:term_status "testing" .

foo:hasDisturbance
  a owl:DatatypeProperty ;
  rdfs:domain sosa:ObservableProperty ;
  rdfs:range xsd:string .

foo:Loxodonta
  a owl:NamedIndividual, sosa:FeatureOfInterest ;
  rdfs:comment "African elephant" .

foo:hasPlot_Name
  a owl:DatatypeProperty ;
  rdfs:domain sosa:ObservableProperty ;
  rdfs:range xsd:string .

<https://bbc.co.uk/ontologies/wildlife-ontology#Class/Reptilia>
  a owl:Class ;
  rdfs:subClassOf wo:Class ;
  rdfs:comment "Reptilia is a vertebrate animal of a class that includes snakes, lizards, crocodiles, turtles, and tortoises. They are distinguished by having a dry scaly skin and typically laying soft-shelled eggs on land." .

dc:description a owl:AnnotationProperty .
geo:lat_long
  rdfs:comment "A comma-separated representation of a latitude, longitude coordinate." ;
  rdfs:label "lat/long" .

foo:Plot_Name
  a owl:NamedIndividual ;
  foo:hasPlot_Name "NAME" ;
  skos:definition "Name of the 1 Ha plot sampled" .

foo:hasTemperature
  a owl:DatatypeProperty ;
  rdfs:domain sosa:ObservableProperty ;
  rdfs:range xsd:double .

geo:location
  a owl:ObjectProperty ;
  rdfs:subPropertyOf foaf:based_near ;
  rdfs:domain sosa:Observation ;
  rdfs:range geo:SpatialThing ;
  rdfs:comment """The relation between something and the point, 
 or other geometrical thing in space, where it is.  For example, the realtionship between
 a radio tower and a Point with a given lat and long.
 Or a relationship between a park and its outline as a closed arc of points, or a road and
 its location as a arc (a sequence of points).
 Clearly in practice there will be limit to the accuracy of any such statement, but one would expect
 an accuracy appropriate for the size of the object and uses such as mapping .
 """ ;
  rdfs:label "location" .

foo:hasLand_Use
  a owl:DatatypeProperty ;
  rdfs:domain sosa:ObservableProperty ;
  rdfs:range xsd:string .

geo:alt
  a owl:ObjectProperty ;
  rdfs:domain geo:Point ;
  rdfs:range [
    a owl:Restriction ;
    owl:onProperty foo:hasValue ;
    owl:someValuesFrom rdfs:Literal
  ] .

foo:Path
  a owl:NamedIndividual ;
  foo:hasPath "example.com"^^xsd:anyURI ;
  skos:definition "The URI to point at the location of the image in secure cloud" .

foo:Soil
  a owl:NamedIndividual, sosa:FeatureOfInterest ;
  rdfs:comment "Soil or dirt, is a mixture of organic matters, minerals, ases, liquids, and organisms that collectively support life." .

dc:isPartOf
  dc:description "This property is intended to be used with non-literal values. This property is an inverse property of Has Part."@en ;
  rdfs:comment "A related resource in which the described resource is physically or logically included."@en ;
  rdfs:isDefinedBy dc: ;
  rdfs:label "Is Part Of"@en .

sosa:hasResult
  a owl:DatatypeProperty ;
  rdfs:domain sosa:Observation ;
  rdfs:range rdfs:Literal .

foo:Speed
  a owl:NamedIndividual, sosa:ObservableProperty ;
  foo:hasSpeed "35.5"^^xsd:float ;
  rdfs:comment "Speed of the elephant at current data collection instant." .

foo:hasTemp
  a owl:DatatypeProperty ;
  rdfs:domain sosa:ObservableProperty ;
  rdfs:range xsd:double .

<http://www.w3.org/2001/XMLSchema-datatypes#date>
  a owl:Class ;
  rdfs:subClassOf owl:Thing .

foo:hasTotal_P
  a owl:DatatypeProperty ;
  rdfs:domain sosa:ObservableProperty ;
  rdfs:range xsd:float .

foo:Site_name
  a owl:NamedIndividual, sosa:ObservableProperty ;
  foo:hasSite_name "Sabahmas" ;
  skos:definition "name of the study site" .

foo:Soil_identifier
  a owl:NamedIndividual, sosa:ObservableProperty ;
  sosa:hasResult "\" \"" ;
  rdfs:comment "Unique observation identifier, collected over a set time interval." .

dc:rights a owl:AnnotationProperty .
foo:hasTree_dbh_cm
  a owl:DatatypeProperty ;
  rdfs:domain sosa:ObservableProperty ;
  rdfs:range xsd:float .

<https://bbc.co.uk/ontologies/wildlife-ontology#Family/Elephantidae>
  a owl:Class ;
  rdfs:subClassOf wo:Family ;
  rdfs:comment """ELEPHANTIDAE is a family of bulky mammals (order Proboscidea) comprising the recent elephants and related extinct forms.
Source: https://www.merriam-webster.com/dictionary/Elephantidae""" .

dc:title
  a owl:AnnotationProperty ;
  dc:title "Forest Observatory Ontology (FOO)" .

foo:LocalDate
  a owl:NamedIndividual, sosa:ObservableProperty ;
  sosa:resultTime "2005-11-12T12:05:05"^^xsd:dateTime .

<https://bbc.co.uk/ontologies/wildlife-ontology#Kingdom/Animalia>
  a owl:Class ;
  rdfs:subClassOf wo:Kingdom ;
  rdfs:comment """Animalia is the scientific grouping that includes all animals. Scientists, historians, and others classify similar things together, using a taxonomy.

All members of the kingdom Animalia share three key traits. They are multicellular organisms, and they are all eukaryotic, meaning their cells have membrane-enclosed organelles and a nucleus. All animals are heterotrophic and must feed on other organisms to survive.
source:https://study.com/learn/lesson/animalia-kingdom-examples-characteristics-facts.html""" .

<https://bbc.co.uk/ontologies/wildlife-ontology#TaxonName/Loxodonta>
  a owl:Class ;
  rdfs:subClassOf wo:TaxonName .

sosa:resultTime
  a owl:DatatypeProperty ;
  rdfs:domain sosa:Observation ;
  rdfs:range xsd:dateTime .

ns2:prefixIRI a owl:AnnotationProperty .
<https://bbc.co.uk/ontologies/wildlife-ontology#Order/Squamata>
  a owl:Class ;
  rdfs:subClassOf wo:Order .

<http://web.resource.org/cc/License>
  a owl:Class ;
  rdfs:subClassOf dc:LicenseDocument .

foo:Subplot
  a owl:NamedIndividual ;
  foo:hasSubplot "subplot" ;
  skos:definition "Number of the subplot sampled within each 1 Ha plot Numeric" .

xhv:license a owl:NamedIndividual .
skos:example a owl:AnnotationProperty .