@prefix :      <https://w3id.org/def/foo#> .
@prefix schema: <https://schema.org/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix ns:    <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@prefix foo:   <https://w3id.org/def/foo#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .
@prefix skos:  <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1:   <http://creativecommons.org/ns#> .
@prefix schema2: <http://schema.org/> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix terms: <http://purl.org/dc/terms/> .
@prefix vann:  <http://purl.org/vocab/vann/> .
@prefix prov:  <http://www.w3.org/ns/prov#> .
@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@prefix dc:    <http://purl.org/dc/elements/1.1/> .

<https://www.bbc.co.uk/ontologies/wildlife-ontology#Kingdom>
        a                   owl:Class , owl:NamedIndividual ;
        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    <http://purl.org/ontology/wo/> ;
        rdfs:label          "Kingdom"@en-gb ;
        rdfs:seeAlso        <http://en.wikipedia.org/wiki/Kingdom_%28biology%29> , <http://www.bbc.co.uk/nature/kingdom> ;
        rdfs:subClassOf     <https://www.bbc.co.uk/ontologies/wildlife-ontology#TaxonRank> ;
        metadata:prefixIRI  "wo:Kingdom" ;
        ns:term_status      "testing" .

foo:hasFeatureOfInterest
        a                 owl:NamedIndividual , owl:ObjectProperty ;
        rdfs:comment      "A relation between an Observation and the entity whose quality was observed, or between an Actuation and the entity whose property was modified, or between an act of Sampling and the entity that was sampled."@en ;
        rdfs:domain       foo:Observation ;
        rdfs:isDefinedBy  <http://www.w3.org/ns/sosa/> ;
        rdfs:label        "has Feature Of Interest"@en ;
        rdfs:range        foo:FeatureOfInterest ;
        owl:inverseOf     <http://www.w3.org/ns/sosa/isFeatureOfInterestOf> ;
        skos:definition   "A relation between an Observation and the entity whose quality was observed, or between an Actuation and the entity whose property was modified, or between an act of Sampling and the entity that was sampled."@en ;
        skos:example      "For example, in an Observation of the weight of a person, the FeatureOfInterest is the person and the property is its weight."@en .

<https://www.bbc.co.uk/ontologies/wildlife-ontology#Carnivora>
        a                 owl:NamedIndividual , owl:Class ;
        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> ;
        rdfs:subClassOf   <https://www.bbc.co.uk/ontologies/wildlife-ontology#Order> .

foo:PlotName  a          owl:DatatypeProperty ;
        rdfs:domain      foo:Observation ;
        rdfs:label       "Plot Name" ;
        rdfs:range       xsd:string ;
        skos:definition  "Name of the 1 Ha plot sampled."@en .

foo:Count  a             owl:DatatypeProperty ;
        rdfs:domain      foo:Observation ;
        rdfs:label       "Count"@en ;
        rdfs:range       xsd:integer ;
        skos:definition  "Observation count per data set." .

foo:Kasih  a                      foo:Sensor , owl:NamedIndividual ;
        rdfs:label                "Kasih"@en ;
        foo:hasFeatureOfInterest  foo:ElephasMaximus ;
        foo:observes              foo:GPSObservation .

terms:bibliographicCitation
        a       owl:AnnotationProperty .

prov:wasDerivedFrom  a  owl:AnnotationProperty .

foo:Speed  a             owl:DatatypeProperty ;
        rdfs:domain      foo:Observation ;
        rdfs:label       "Speed" ;
        rdfs:range       xsd:double ;
        skos:definition  "Speed of the elephant at the moment of data collection." .

ns1:license  a  owl:AnnotationProperty .

foo:isFeatureOfInterestOf
        a                 owl:ObjectProperty ;
        rdfs:comment      "A relation between a FeatureOfInterest and an Observation about it, an Actuation acting on it, or an act of Sampling that sampled it."@en ;
        rdfs:domain       foo:FeatureOfInterest ;
        rdfs:isDefinedBy  <http://www.w3.org/ns/sosa/> ;
        rdfs:label        "is feature of interest of"@en ;
        rdfs:range        foo:Observation ;
        owl:inverseOf     <http://www.w3.org/ns/sosa/hasFeatureOfInterest> ;
        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 .

foo:Abaw  a                       foo:Sensor , owl:NamedIndividual ;
        rdfs:label                "Abaw"@en ;
        foo:hasFeatureOfInterest  foo:ElephasMaximus ;
        foo:observes              foo:GPSObservation .

foo:    a                              owl:Ontology ;
        ns1:license                    <http://creativecommons.org/licenses/by-sa/4.0/> ;
        dc:abstract                    "The Forest Observatory Ontology (FOO) comprises a novel upper-level ontology that integrates wildlife data generated by sensors. FOO borrows classes and properties from SOSA and BBC wildlife ontology."@en ;
        dc:contributor                 "Benoit Goossens"@en , "Pablo Orozco-terWengel"@en , "Charith Perera"@en , "Omer Rana"@en ;
        dc:creator                     "Naeima Hamed"@en ;
        dc:description                 "This ontology describes wildlife observations generated by sensors."@en ;
        dc:title                       "Forest Observatory Ontology (FOO)"@en ;
        terms:issued                   "2024-06-01"^^xsd:date ;
        terms:license                  <http://creativecommons.org/licenses/by-sa/4.0/> ;
        terms:publisher                <https://ontoology.linkeddata.es/> ;
        vann:preferredNamespacePrefix  "foo"@en ;
        vann:preferredNamespaceUri     "https://w3id.org/def/foo#" ;
        owl:imports                    <http://www.w3.org/ns/sosa/> ;
        owl:versionIRI                 foo:V2.0 ;
        owl:versionInfo                "BBC Wildlife Ontology Reused 26 June 2024" ;
        prov:generatedAtTime           "2024-06-01T00:00:00+00:00"^^xsd:dateTime ;
        prov:wasAttributedTo           <https://github.com/Naeima> ;
        prov:wasDerivedFrom            <https://ontology.forest-observatory.org> ;
        schema:citation                "Cite this vocabulary as: Hamed, N., Rana, O., Goossens, B., Orozco-terWengel, P., Perera, C. (2023). FOO: An Upper-Level Ontology for the Forest Observatory. In: Pesquita, C., et al. The Semantic Web: ESWC 2023 Satellite Events. ESWC 2023. Lecture Notes in Computer Science, vol 13998. Springer, Cham. https://doi.org/10.1007/978-3-031-43458-7_29"@en .

<https://www.bbc.co.uk/ontologies/wildlife-ontology#Order>
        a                   owl:Class , owl:NamedIndividual ;
        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    <http://purl.org/ontology/wo/> ;
        rdfs:label          "Order"@en-gb ;
        rdfs:seeAlso        <http://www.bbc.co.uk/nature/order> , <http://en.wikipedia.org/wiki/Order_%28biology%29> ;
        rdfs:subClassOf     <https://www.bbc.co.uk/ontologies/wildlife-ontology#TaxonRank> ;
        metadata:prefixIRI  "wo:Order" ;
        ns:term_status      "testing" .

<http://www.w3.org/ns/sosa/FeatureOfInterest>
        a           owl:NamedIndividual ;
        owl:sameAs  foo:FeatureOfInterest .

foo:SitePlotCode  a  owl:AnnotationProperty .

foo:Altitude  a          owl:NamedIndividual , owl:DatatypeProperty ;
        rdfs:domain      foo:Observation ;
        rdfs:label       "Altitude" ;
        rdfs:range       xsd:double ;
        skos:definition  "Altitude of the elephant in meters at the moment of data collection." .

<https://www.bbc.co.uk/ontologies/wildlife-ontology#Viverridae>
        a                 owl:NamedIndividual , owl:Class ;
        rdfs:comment      "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." ;
        rdfs:isDefinedBy  <https://en.wikipedia.org/wiki/Viverridae> ;
        rdfs:subClassOf   <https://www.bbc.co.uk/ontologies/wildlife-ontology#Family> .

foo:Umas2  a                      foo:Sensor , owl:NamedIndividual ;
        rdfs:label                "Umas2"@en ;
        foo:hasFeatureOfInterest  foo:ElephasMaximus ;
        foo:observes              foo:GPSObservation .

foo:Phylum  a       owl:NamedIndividual , owl:Class ;
        owl:sameAs  <https://www.bbc.co.uk/ontologies/wildlife-ontology#Phylum> .

foo:Binbingan  a                  foo:Sensor , owl:NamedIndividual ;
        rdfs:label                "Binbingan"@en ;
        foo:hasFeatureOfInterest  foo:ElephasMaximus ;
        foo:observes              foo:GPSObservation .

foo:TreeNotes  a  owl:AnnotationProperty .

prov:Agent  a   owl:Class .

foo:TaxonRank  a    owl:NamedIndividual , owl:Class ;
        owl:sameAs  <https://www.bbc.co.uk/ontologies/wildlife-ontology#TaxonRank> .

foo:Silt  a              owl:DatatypeProperty ;
        rdfs:domain      foo:Observation ;
        rdfs:label       "Silt"@en ;
        rdfs:range       xsd:double ;
        skos:definition  "Silt content of the soil sample."@en .

foo:LandUse  a           owl:DatatypeProperty ;
        rdfs:domain      foo:Observation ;
        rdfs:label       "Land Use"@en ;
        rdfs:range       xsd:string ;
        skos:definition  "Land use of the study plots: Unlogged tropical forest, Logged tropical forest or Oil palm plantation."@en .

<https://ontology.forest-observatory.org>
        a               prov:Entity , owl:NamedIndividual ;
        dc:creator      "Data Provider"@en ;
        dc:description  "The dataset from which this ontology was derived."@en ;
        dc:title        "Source Dataset"@en ;
        terms:created   "2023-01-15"^^xsd:date .

prov:wasAttributedTo  a  owl:AnnotationProperty .

foo:Horizon  a           owl:DatatypeProperty ;
        rdfs:domain      foo:Observation ;
        rdfs:label       "Horizon"@en ;
        rdfs:range       xsd:string ;
        skos:definition  "Soil horizon sampled."@en .

foo:ElephasMaximus  a    foo:Animalia , foo:Proboscidea , foo:Elephantidae , foo:Chordata , foo:Mammalia , foo:FeatureOfInterest , owl:NamedIndividual ;
        rdfs:comment     "Bornean elephants exhibit distinct morphological and behavioural traits compared to mainland Asian elephants, and their genetic uniqueness emphasises their priority for conservation efforts. Although they are considered an evolutionary significant unit requiring tailored conservation measures, their formal recognition as a subspecies awaits further research. Restricted to about 5% of Borneo, primarily in Sabah, Bornean elephants typically form family groups of 5 to 20 individuals, occasionally merging into larger herds of up to 200."@en ;
        rdfs:label       "Asian Elephant"@en , "Elephas maximus"@la ;
        skos:definition  "Elephas maximus, commonly known as the Asian elephant, is a species of large mammal native to various regions in South and Southeast Asia, including India, Sri Lanka, Thailand, and parts of Indonesia. It is distinguished by its smaller ears compared to its African relatives, and it has a prominent domed head with two hemispherical bulges. The Asian elephant is classified as Endangered due to significant threats from habitat loss, fragmentation, and poaching. This species plays a crucial ecological role, aiding in forest maintenance through seed dispersal and the creation of clearings in dense vegetation."@en .

<http://www.w3.org/2003/01/geo/wgs84_pos#alt>
        a           owl:NamedIndividual ;
        owl:sameAs  foo:Altitude .

<http://www.w3.org/ns/sosa/madeObservation>
        a           owl:NamedIndividual ;
        owl:sameAs  foo:madeObservation .

foo:LocalTime  a         owl:DatatypeProperty ;
        rdfs:domain      foo:Observation ;
        rdfs:label       "Local Time" ;
        rdfs:range       xsd:time ;
        skos:definition  "The local time in Sabah, Malaysia, when the GPS collar records its readings." .

foo:TreeObservation  a            owl:NamedIndividual , foo:Observation ;
        rdfs:label                "Tree Observation"@en ;
        foo:Date                  "2017-07-21"^^xsd:date ;
        foo:ID                    "TreeObs1" ;
        foo:LianaDBH_cm           10 ;
        foo:SubplotRadius_m       30 ;
        foo:TreeDBH_cm            110 ;
        foo:TreeHeight_m          60 ;
        foo:TreeID                "Shorea pauciflora" ;
        foo:TreeIndividualNo      2 ;
        foo:TreeNLianas           3 ;
        foo:TreeNotes             "" ;
        foo:hasFeatureOfInterest  foo:Lianas ;
        foo:madeBySensor          foo:Lianas .

<http://purl.org/ontology/wo/TaxonRank>
        a       owl:Class .

prov:Entity  a  owl:Class .

foo:Jasmin  a                     foo:Sensor , owl:NamedIndividual ;
        rdfs:label                "Jasmin"@en ;
        foo:hasFeatureOfInterest  foo:ElephasMaximus ;
        foo:observes              foo:GPSObservation .

foo:SubplotRadius_m  a  owl:AnnotationProperty .

foo:Carnivora  a         owl:NamedIndividual , owl:Class ;
        rdfs:label       "Carnivora"@en-gb ;
        rdfs:subClassOf  foo:Order ;
        owl:sameAs       <https://www.bbc.co.uk/ontologies/wildlife-ontology#Carnivora> .

dc:abstract  a  owl:AnnotationProperty .

foo:Elephantidae  a      owl:NamedIndividual , owl:Class ;
        rdfs:label       "Elephantidae"@en-gb ;
        rdfs:subClassOf  foo:Family ;
        owl:sameAs       <https://www.bbc.co.uk/ontologies/wildlife-ontology#Elephantidae> .

foo:Distance  a          owl:DatatypeProperty ;
        rdfs:domain      foo:Observation ;
        rdfs:label       "Distance"@en ;
        rdfs:range       xsd:double ;
        skos:definition  "Distance (m) travelled from the last to the current data collection point." .

<http://www.w3.org/ns/sosa/Sensor>
        a           owl:NamedIndividual ;
        owl:sameAs  foo:Sensor .

foo:Class  a        owl:NamedIndividual , owl:Class ;
        owl:sameAs  <https://www.bbc.co.uk/ontologies/wildlife-ontology#Class> .

foo:Genus  a        owl:NamedIndividual , owl:Class ;
        owl:sameAs  <https://www.bbc.co.uk/ontologies/wildlife-ontology#Genus> .

foo:Lianas  a             owl:NamedIndividual , foo:Sensor , foo:FeatureOfInterest ;
        rdfs:label        "Lianas"@en ;
        skos:definition   "Woody climbing plants found in tropical forests, commonly observed in forest plots."@en ;
        foo:ID            "TS1" ;
        foo:PlotNo        1 ;
        foo:SiteName      "Danum W15" ;
        foo:SitePlotCode  "F1P1" ;
        foo:observes      foo:TreeObservation .

<http://www.w3.org/ns/sosa/observes>
        a           owl:NamedIndividual ;
        owl:sameAs  foo:observes .

foo:Kuma  a                       foo:Sensor , owl:NamedIndividual ;
        rdfs:label                "Kuma"@en ;
        foo:hasFeatureOfInterest  foo:ElephasMaximus ;
        foo:observes              foo:GPSObservation .

foaf:Person  a  owl:Class .

foo:Sejati  a                     foo:Sensor , owl:NamedIndividual ;
        rdfs:label                "Sejati"@en ;
        foo:hasFeatureOfInterest  foo:ElephasMaximus ;
        foo:observes              foo:GPSObservation .

foaf:affiliation  a  owl:AnnotationProperty .

foo:Tunglap  a                    foo:Sensor , owl:NamedIndividual ;
        rdfs:label                "Tunglap"@en ;
        foo:hasFeatureOfInterest  foo:ElephasMaximus ;
        foo:observes              foo:GPSObservation .

foo:resultTime  a  owl:AnnotationProperty .

foo:Latitude  a          owl:NamedIndividual , owl:DatatypeProperty ;
        rdfs:domain      foo:Observation ;
        rdfs:label       "Latitude" ;
        rdfs:range       xsd:double ;
        skos:definition  "Latitudinal coordinate of the elephant at the moment of data collection." .

foo:Nasalislarvatus  a   foo:FeatureOfInterest , owl:NamedIndividual ;
        rdfs:comment     "Male proboscis monkeys have notably large noses, which are believed to have evolved due to their sexually competitive social system. Significant correlations exist between nose size, body size, testis size, and the number of females in a male's harem. This suggests that both male competition and female choice have driven the evolution of these enlarged noses."@en ;
        rdfs:label       "Proboscis Monkey"@en , "Nasalis larvatus"@la ;
        skos:definition  "Nasalis larvatus, aka the proboscis monkey, is a primate species endemic to the island of Borneo. Characterized by its large, pendulous nose in males, this arboreal monkey primarily inhabits mangrove forests, riverine, and coastal areas, and is known for its distinct vocalizations and swimming abilities."@en .

foo:SiteName  a  owl:AnnotationProperty .

foo:InorganicP  a  owl:AnnotationProperty .

xsd:time  a     rdfs:Datatype .

foo:Maliau  a                     foo:Sensor , owl:NamedIndividual ;
        rdfs:label                "Maliau"@en ;
        foo:hasFeatureOfInterest  foo:ElephasMaximus ;
        foo:observes              foo:GPSObservation .

foo:Clay  a              owl:DatatypeProperty ;
        rdfs:domain      foo:Observation ;
        rdfs:label       "Clay"@en ;
        rdfs:range       xsd:double ;
        skos:definition  "Clay content of the soil sample."@en .

foo:Dara  a                       foo:Sensor , owl:NamedIndividual ;
        rdfs:label                "Dara"@en ;
        foo:hasFeatureOfInterest  foo:ElephasMaximus ;
        foo:observes              foo:GPSObservation .

foo:FeatureOfInterest
        a                owl:NamedIndividual , owl:Class ;
        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 the act of Sampling. In the context of FOO, Soil is the FeatureOfInterest. Most of the sensors are used to observe a property (phenomenon) of a location (e.g., the moisture of soil)."@en .

<https://www.bbc.co.uk/ontologies/wildlife-ontology#Class>
        a                   owl:Class , owl:NamedIndividual ;
        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    <http://purl.org/ontology/wo/> ;
        rdfs:label          "Class"@en-gb ;
        rdfs:seeAlso        <http://www.bbc.co.uk/nature/class> , <http://en.wikipedia.org/wiki/Class_%28biology%29> ;
        rdfs:subClassOf     <https://www.bbc.co.uk/ontologies/wildlife-ontology#TaxonRank> ;
        metadata:prefixIRI  "wo:Class" ;
        ns:term_status      "testing" .

dc:creator  a   owl:AnnotationProperty .

ns:term_status  a  owl:AnnotationProperty .

<https://www.bbc.co.uk/ontologies/wildlife-ontology#Genus>
        a                   owl:NamedIndividual , owl:Class ;
        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    <http://purl.org/ontology/wo/> ;
        rdfs:label          "Genus"@en-gb ;
        rdfs:seeAlso        <http://www.bbc.co.uk/nature/genus> , <http://en.wikipedia.org/wiki/Genus> ;
        rdfs:subClassOf     <https://www.bbc.co.uk/ontologies/wildlife-ontology#TaxonRank> ;
        metadata:prefixIRI  "wo:Genus" ;
        ns:term_status      "testing" .

foo:SoilPH  a            owl:DatatypeProperty ;
        rdfs:domain      foo:Observation ;
        rdfs:label       "Soil PH" ;
        rdfs:range       xsd:double ;
        skos:definition  "Measured pH of the soil sample."@en .

foaf:homepage  a  owl:AnnotationProperty .

foo:GMTDate  a           owl:DatatypeProperty ;
        rdfs:domain      foo:Observation ;
        rdfs:label       "GMT Date" ;
        rdfs:range       xsd:date ;
        skos:definition  "The GMT date in Sabah, Malaysia, when the GPS collar records its readings." .

<https://link.springer.com/chapter/10.1007/978-3-031-43458-7_29>
        a              foaf:Organization , prov:Agent , owl:NamedIndividual ;
        foaf:homepage  <https://rdcu.be/dKNG2> ;
        foaf:name      "Springer, Cham"@en .

foo:observes  a           owl:NamedIndividual , owl:ObjectProperty ;
        rdfs:comment      "Relation between a Sensor and an ObservableProperty that it is capable of sensing."@en ;
        rdfs:domain       foo:Sensor ;
        rdfs:isDefinedBy  <http://www.w3.org/ns/sosa/> ;
        rdfs:label        "observes"@en ;
        rdfs:range        foo:ObservableProperty ;
        skos:definition   "Relation between a Sensor and an ObservableProperty that it is capable of sensing."@en .

<http://www.w3.org/ns/sosa/hasFeatureOfInterest>
        a           owl:NamedIndividual ;
        owl:sameAs  foo:hasFeatureOfInterest .

foo:SoilObservation  a            owl:NamedIndividual , foo:Observation ;
        rdfs:label                "Soil Observation"@en ;
        foo:CNRatio               "14.24"^^xsd:double ;
        foo:Clay                  "62.88"^^xsd:double ;
        foo:Horizon               "Organic" ;
        foo:Identifier            "MB4" ;
        foo:InorganicP            "25.03"^^xsd:double ;
        foo:LandUse               "Unlogged" ;
        foo:PlotName              "Belian" ;
        foo:Sand                  "20.66"^^xsd:double ;
        foo:Silt                  "16.46"^^xsd:double ;
        foo:Site                  "Maliau Basin Conservation Area" ;
        foo:SoilPH                "4.69"^^xsd:double ;
        foo:Subplot               "4" ;
        foo:TotalC                "5.45"^^xsd:double ;
        foo:TotalN                "0.38"^^xsd:double ;
        foo:TotalP                "263.74"^^xsd:double ;
        foo:hasFeatureOfInterest  foo:Soil ;
        foo:madeBySensor          foo:SoilSensor .

foo:Observation  a       owl:NamedIndividual , owl:Class ;
        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 (e.g., Elephant). Observation can be seen as a placeholder that links relevant information together. In our ontology, observation can be considered an ID for each data record."@en .

foo:ImageObservation  a   foo:Observation , owl:NamedIndividual ;
        rdfs:label        "Image Observation"@en ;
        foo:Date          "2024-06-12"^^xsd:date ;
        foo:ImageID       "001" ;
        foo:Make          "RECONYX" ;
        foo:Model         "PC800 PROFESSIONAL" ;
        foo:Time          "12:34:56"^^xsd:time ;
        foo:madeBySensor  foo:CameraTrap .

<https://www.bbc.co.uk/ontologies/wildlife-ontology#Phylum>
        a                   owl:Class , owl:NamedIndividual ;
        rdfs:comment        "A phylum - also known as a division when referring to plants - is a scientific 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    <http://purl.org/ontology/wo/> ;
        rdfs:label          "Phylum"@en-gb ;
        rdfs:seeAlso        <http://www.bbc.co.uk/nature/phylum> , <http://en.wikipedia.org/wiki/Phylum> ;
        rdfs:subClassOf     <https://www.bbc.co.uk/ontologies/wildlife-ontology#TaxonRank> ;
        metadata:prefixIRI  "wo:Phylum" ;
        ns:term_status      "testing" .

<https://www.bbc.co.uk/ontologies/wildlife-ontology#Reptilia>
        a                owl:NamedIndividual , owl: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." ;
        rdfs:subClassOf  <https://www.bbc.co.uk/ontologies/wildlife-ontology#Class> .

foo:Model  a    owl:AnnotationProperty .

<http://www.w3.org/ns/sosa/ObservableProperty>
        a           owl:NamedIndividual ;
        owl:sameAs  foo:ObservableProperty .

foo:Viverridae  a        owl:NamedIndividual , owl:Class ;
        rdfs:label       "Viverridae"@en-gb ;
        rdfs:subClassOf  foo:Family ;
        owl:sameAs       <https://www.bbc.co.uk/ontologies/wildlife-ontology#Viverridae> .

foo:TotalP  a   owl:AnnotationProperty .

foo:SoilSensor  a                 foo:Sensor , owl:NamedIndividual ;
        rdfs:label                "Soil Sensor"@en ;
        foo:hasFeatureOfInterest  foo:Soil ;
        foo:observes              foo:SoilObservation .

foo:Bikang1  a                    foo:Sensor , owl:NamedIndividual ;
        rdfs:label                "Bikang 1"@en ;
        foo:hasFeatureOfInterest  foo:ElephasMaximus ;
        foo:observes              foo:GPSObservation .

dc:description  a  owl:AnnotationProperty .

foo:TreeID  a   owl:AnnotationProperty .

foo:madeBySensor  a       owl:NamedIndividual , owl:ObjectProperty ;
        rdfs:comment      "Relation between an Observation and the Sensor which made the Observation."@en ;
        rdfs:domain       foo:Observation ;
        rdfs:isDefinedBy  <http://www.w3.org/ns/sosa/> ;
        rdfs:label        "made by sensor"@en ;
        rdfs:range        foo:Sensor ;
        owl:inverseOf     foo:madeObservation ;
        skos:definition   "Relation between an Observation and the Sensor which made the Observation."@en .

foo:Date  a     owl:AnnotationProperty .

foo:Reptilia  a          owl:NamedIndividual , owl:Class ;
        rdfs:label       "Reptilia"@en-gb ;
        rdfs:subClassOf  foo:Class ;
        owl:sameAs       <https://www.bbc.co.uk/ontologies/wildlife-ontology#Reptilia> .

foo:Sand  a     owl:AnnotationProperty .

foo:TotalC  a            owl:DatatypeProperty ;
        rdfs:domain      foo:Observation ;
        rdfs:label       "Total C"@en ;
        rdfs:range       xsd:double ;
        skos:definition  "Total carbon content of the soil sample."@en .

foo:madeObservation  a    owl:NamedIndividual , owl:ObjectProperty ;
        rdfs:comment      "Relation between a Sensor and an Observation made by the Sensor."@en ;
        rdfs:domain       foo:Sensor ;
        rdfs:isDefinedBy  <http://www.w3.org/ns/sosa/> ;
        rdfs:label        "made observation"@en ;
        rdfs:range        foo:Observation ;
        owl:inverseOf     <http://www.w3.org/ns/sosa/madeBySensor> ;
        skos:definition   "Relation between a Sensor and an Observation made by the Sensor."@en .

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

<https://www.bbc.co.uk/ontologies/wildlife-ontology#Animalia>
        a                owl:NamedIndividual , owl:Class ;
        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" ;
        rdfs:subClassOf  <https://www.bbc.co.uk/ontologies/wildlife-ontology#Kingdom> .

foo:observedProperty  a   owl:ObjectProperty ;
        rdfs:comment      "Relation linking an Observation to the property that was observed. The ObservableProperty should be a property of the FeatureOfInterest (linked by hasFeatureOfInterest) of this Observation."@en ;
        rdfs:domain       foo:Observation ;
        rdfs:isDefinedBy  <http://www.w3.org/ns/sosa/> ;
        rdfs:label        "observed property"@en ;
        rdfs:range        foo:ObservableProperty ;
        skos:definition   "Relation linking an Observation to the property that was observed. The ObservableProperty should be a property of the FeatureOfInterest (linked by hasFeatureOfInterest) of this Observation."@en .

foo:Order  a        owl:NamedIndividual , owl:Class ;
        owl:sameAs  <https://www.bbc.co.uk/ontologies/wildlife-ontology#Order> .

<http://www.w3.org/2003/01/geo/wgs84_pos#lat>
        a           owl:NamedIndividual ;
        owl:sameAs  foo:Latitude .

foo:Make  a     owl:AnnotationProperty .

foo:TreeIndividualNo  a  owl:AnnotationProperty .

foo:Liun  a                       foo:Sensor , owl:NamedIndividual ;
        rdfs:label                "Liun"@en ;
        foo:hasFeatureOfInterest  foo:ElephasMaximus ;
        foo:observes              foo:GPSObservation .

<https://www.bbc.co.uk/ontologies/wildlife-ontology#Elephantidae>
        a                owl:NamedIndividual , owl:Class ;
        rdfs:subClassOf  <https://www.bbc.co.uk/ontologies/wildlife-ontology#Family> .

<https://github.com/Naeima>
        a                 foaf:Person , prov:Agent , owl:NamedIndividual ;
        foaf:affiliation  "Cardiff University"@en ;
        foaf:mbox         <mailto:naeima.hamed@cardiff.ac.uk> ;
        foaf:name         "Naeima Hamed"@en .

foo:Kingdom  a      owl:NamedIndividual , owl:Class ;
        owl:sameAs  <https://www.bbc.co.uk/ontologies/wildlife-ontology#Kingdom> .

foo:Animalia  a          owl:NamedIndividual , owl:Class ;
        rdfs:label       "Animalia"@en-gb ;
        rdfs:subClassOf  foo:Kingdom ;
        owl:sameAs       <https://www.bbc.co.uk/ontologies/wildlife-ontology#Animalia> .

foaf:mbox  a    owl:AnnotationProperty .

foo:Identifier  a  owl:AnnotationProperty .

foo:ObservableProperty
        a                owl:NamedIndividual , owl:Class ;
        rdfs:label       "Observable Property"@en ;
        skos:definition  "An observable quality (property, characteristic) of a FeatureOfInterest. (e.g., Temperature, humidity, presence)"@en .

foo:Cov  a               owl:DatatypeProperty ;
        rdfs:domain      foo:Observation ;
        rdfs:label       "Cov" ;
        rdfs:range       xsd:double ;
        skos:definition  "TBC" .

foo:Jasper  a                     foo:Sensor , owl:NamedIndividual ;
        rdfs:label                "Jasper"@en ;
        foo:hasFeatureOfInterest  foo:ElephasMaximus ;
        foo:observes              foo:GPSObservation .

foo:MalayopythonReticulatus
        a                foo:FeatureOfInterest , owl:NamedIndividual ;
        rdfs:label       "Reticulated Python"@en , "Malayopython reticulatus"@la ;
        skos:definition  "Malayopython reticulatus, aka the reticulated python, is a large snake species native to Southeast Asia. Renowned for its impressive length, it is the longest snake in the world, often exceeding 6 meters. It inhabits various environments, including rainforests, woodlands, and plantations, demonstrating adaptability. As a generalist predator, it feeds on many animals, contributing to its ecological significance."@en .

foo:HDOP  a              owl:DatatypeProperty ;
        rdfs:domain      foo:Observation ;
        rdfs:label       "HDOP" ;
        rdfs:range       xsd:double ;
        skos:definition  "Horizontal Dilution of Precision (HDOP), indicating GPS accuracy in latitude and longitude. Lower values indicate better precision." .

dc:contributor  a  owl:AnnotationProperty .

<http://www.w3.org/ns/sosa/isObservedBy>
        a           owl:NamedIndividual ;
        owl:sameAs  foo:isObservedBy .

foo:Direction  a         owl:DatatypeProperty ;
        rdfs:domain      foo:Observation ;
        rdfs:label       "Direction" ;
        rdfs:range       xsd:integer ;
        skos:definition  "Direction of elephant travel at the moment of data collection." .

foo:Putut  a                      foo:Sensor , owl:NamedIndividual ;
        rdfs:label                "Putut"@en ;
        foo:hasFeatureOfInterest  foo:ElephasMaximus ;
        foo:observes              foo:GPSObservation .

<https://www.bbc.co.uk/ontologies/wildlife-ontology#Mammalia>
        a                owl:NamedIndividual , owl:Class ;
        rdfs:label       "Mammalia"@en-gb ;
        rdfs:subClassOf  <https://www.bbc.co.uk/ontologies/wildlife-ontology#Class> .

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

foo:Longitude  a         owl:NamedIndividual , owl:DatatypeProperty ;
        rdfs:domain      foo:Observation ;
        rdfs:label       "Longitude" ;
        rdfs:range       xsd:double ;
        skos:definition  "Longitudinal coordinate of the elephant at the moment of data collection." .

foo:ID  a            owl:DatatypeProperty ;
        rdfs:domain  foo:Observation ;
        rdfs:label   "ID" ;
        rdfs:range   xsd:string .

<https://www.bbc.co.uk/ontologies/wildlife-ontology#Family>
        a                   owl:NamedIndividual , owl:Class ;
        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    <http://purl.org/ontology/wo/> ;
        rdfs:label          "Family"@en-gb ;
        rdfs:seeAlso        <http://www.bbc.co.uk/nature/family> , <http://en.wikipedia.org/wiki/Family_%28biology%29> ;
        rdfs:subClassOf     <http://purl.org/ontology/wo/TaxonRank> ;
        metadata:prefixIRI  "wo:Family" ;
        ns:term_status      "testing" .

foo:TreeDBH_cm  a  owl:AnnotationProperty .

<https://www.bbc.co.uk/ontologies/wildlife-ontology#Chordata>
        a                owl:Class ;
        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." ;
        rdfs:label       "SChordata"@en-gb ;
        rdfs:subClassOf  <https://www.bbc.co.uk/ontologies/wildlife-ontology#Phylum> .

foo:Sensor  a            owl:NamedIndividual , owl:Class ;
        rdfs:label       "Sensor"@en ;
        skos:definition  "Device, agent (including humans), or software (simulation) involved in, or implementing, a Procedure. (e.g., Temperature sensor, humidity sensor, motion sensor). In our model, we have created a unique ID for each sensor based on the platform it is hosted by."@en .

foo:TotalN  a            owl:DatatypeProperty ;
        rdfs:domain      foo:Observation ;
        rdfs:label       "Total N"@en ;
        rdfs:range       xsd:double ;
        skos:definition  "Total nitrogen content of the soil sample."@en .

foo:Mammalia  a          owl:NamedIndividual , owl:Class ;
        rdfs:label       "Mammalia"@en-gb ;
        rdfs:subClassOf  foo:Class ;
        owl:sameAs       <https://www.bbc.co.uk/ontologies/wildlife-ontology#Mammalia> .

schema:citation  a  owl:AnnotationProperty .

foo:CameraTrap  a                 foo:Sensor , owl:NamedIndividual ;
        rdfs:label                "Camera Trap"@en ;
        foo:hasFeatureOfInterest  foo:Image ;
        foo:observes              foo:ImageObservation .

foo:PlotNo  a   owl:AnnotationProperty .

foo:Seri  a                       foo:Sensor , owl:NamedIndividual ;
        rdfs:label                "Seri"@en ;
        foo:hasFeatureOfInterest  foo:ElephasMaximus ;
        foo:observes              foo:GPSObservation .

foo:Chordata  a          owl:Class ;
        rdfs:subClassOf  <https://www.bbc.co.uk/ontologies/wildlife-ontology#Order> .

foaf:Organization  a  owl:Class .

foo:ImageID  a  owl:AnnotationProperty .

foo:Ita  a                        foo:Sensor , owl:NamedIndividual ;
        rdfs:label                "Ita"@en ;
        foo:hasFeatureOfInterest  foo:ElephasMaximus ;
        foo:observes              foo:GPSObservation .

foo:Subplot  a           owl:DatatypeProperty ;
        rdfs:domain      foo:Observation ;
        rdfs:label       "Sub plot"@en ;
        rdfs:range       xsd:string ;
        skos:definition  "Number of the subplot sampled within each 1 Ha plot."@en .

foo:LocalDate  a         owl:DatatypeProperty ;
        rdfs:domain      foo:Observation ;
        rdfs:label       "Local Date" ;
        rdfs:range       xsd:date ;
        skos:definition  "The local date in Sabah, Malaysia, when the GPS collar records its readings." .

foo:CNRatio  a  owl:AnnotationProperty .

foo:Species  a      owl:NamedIndividual , owl:Class ;
        owl:sameAs  <https://www.bbc.co.uk/ontologies/wildlife-ontology#Species> .

foo:TreeHeight_m  a  owl:AnnotationProperty .

foo:Proboscidea  a       owl:NamedIndividual , owl:Class ;
        rdfs:label       "Proboscidea "@en-gb ;
        rdfs:subClassOf  foo:Order ;
        owl:sameAs       <https://www.bbc.co.uk/ontologies/wildlife-ontology#Proboscidea> .

foo:GMTTime  a           owl:DatatypeProperty ;
        rdfs:domain      foo:Observation ;
        rdfs:label       "GMT Time" ;
        rdfs:range       xsd:time ;
        skos:definition  "The GMT time in Sabah, Malaysia, when the GPS collar records its readings." .

foo:Soil  a                          foo:FeatureOfInterest , owl:NamedIndividual ;
        rdfs:label                   "Soil"@en ;
        terms:bibliographicCitation  "Elias DM, McNamara NP, Ostle NJ, Majalap-Lee N, 2018. Soil properties across primary forest, logged forest, and oil palm plantation in Sabah, Malaysia. NERC Environmental Information Data Centre."@en ;
        skos:definition              "A dataset describing soil properties from organic and mineral soil across various land uses in Sabah, Malaysia, sampled and measured at the Forest Research Centre Sabah Malaysia."@en .

<https://www.bbc.co.uk/ontologies/wildlife-ontology#Squamata>
        a       owl:NamedIndividual .

dc:title  a     owl:AnnotationProperty .

<http://www.w3.org/ns/sosa/madeBySensor>
        a           owl:NamedIndividual ;
        owl:sameAs  foo:madeBySensor .

foo:Family  a       owl:NamedIndividual , owl:Class ;
        owl:sameAs  <https://www.bbc.co.uk/ontologies/wildlife-ontology#Family> .

foo:isObservedBy  a       owl:NamedIndividual , owl:ObjectProperty ;
        rdfs:comment      "Relation between an ObservableProperty and the Sensor able to observe it."@en ;
        rdfs:domain       foo:ObservableProperty ;
        rdfs:isDefinedBy  <http://www.w3.org/ns/sosa/> ;
        rdfs:label        "is observed by"@en ;
        rdfs:range        foo:Sensor ;
        owl:inverseOf     foo:observes ;
        skos:definition   "Relation between an ObservableProperty and the Sensor able to observe it."@en .

<http://www.w3.org/2003/01/geo/wgs84_pos#long>
        a           owl:NamedIndividual ;
        owl:sameAs  foo:Longitude .

foo:Tulid  a                      foo:Sensor , owl:NamedIndividual ;
        rdfs:label                "Tulid"@en ;
        foo:hasFeatureOfInterest  foo:ElephasMaximus ;
        foo:observes              foo:GPSObservation .

foo:Bikang2  a                    foo:Sensor , owl:NamedIndividual ;
        rdfs:label                "Bikang 2"@en ;
        foo:hasFeatureOfInterest  foo:ElephasMaximus ;
        foo:observes              foo:GPSObservation .

terms:publisher  a  owl:AnnotationProperty .

foo:Puteri  a                     foo:Sensor , owl:NamedIndividual ;
        rdfs:label                "Puteri"@en ;
        foo:hasFeatureOfInterest  foo:ElephasMaximus ;
        foo:observes              foo:GPSObservation .

foo:Squamata  a          owl:NamedIndividual , owl:Class ;
        rdfs:label       "Squamata"@en-gb ;
        rdfs:subClassOf  foo:Order ;
        owl:sameAs       <https://www.bbc.co.uk/ontologies/wildlife-ontology#Squamata> .

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

foo:ManisJavanica  a     foo:FeatureOfInterest , owl:NamedIndividual ;
        rdfs:comment     "Manis Javanica is a species critically threatened by poaching and habitat loss. It is one of eight pangolin species, all of which are considered Vulnerable, Endangered, or Critically Endangered according to the IUCN Red List and listed in CITES Appendix I. The Sunda pangolin, critically endangered and the only species found in Malaysia, inhabits Peninsular Malaysia and Malaysian Borneo, including Sabah and Sarawak. Despite its high protection status in Sabah, where it is (totally protected) under the Wildlife Conservation Enactment 1997, the species faces severe threats from illegal wildlife trade and habitat degradation. In 2019, authorities in Sabah seized over 30 tonnes of pangolin products, highlighting the extensive illicit trade network. The Sunda pangolin occupies various habitats, from primary and secondary forests to wetlands, mangroves, and grasslands."@en ;
        rdfs:label       "Sunda Pangolin"@en , "Manis javanica"@la ;
        skos:definition  "Sunda pangolin aka Manis Javanica is a mammal distinguished by its protective armor of keratin scales, which cover its body except for its belly and face. Native to Southeast Asia, including Malaysia, Thailand, Indonesia, and Vietnam, this species is adapted to various habitats, ranging from primary and secondary forests to wetlands, mangroves, and grasslands. Characterized by its elongated body, small head, and long, prehensile tail, the Sunda pangolin is primarily nocturnal and has a diet mainly consisting of ants and termites, which it extracts using its long, sticky tongue. It plays a vital role in its ecosystem by controlling insect populations."@en .

metadata:prefixIRI  a  owl:AnnotationProperty .

foo:LianaDBH_cm  a  owl:AnnotationProperty .

foo:Merotai  a                    foo:Sensor , owl:NamedIndividual ;
        rdfs:label                "Merotai"@en ;
        foo:hasFeatureOfInterest  foo:ElephasMaximus ;
        foo:observes              foo:GPSObservation .

foo:Image  a             foo:FeatureOfInterest , owl:NamedIndividual ;
        rdfs:label       "Camera Trap Image"@en ;
        skos:definition  "Image generated by motion-activated wildlife cameras."@en .

foo:Site  a              owl:DatatypeProperty ;
        rdfs:domain      foo:Observation ;
        rdfs:label       "Site"@en ;
        rdfs:range       xsd:string ;
        skos:definition  "Geographical area/site which samples were taken from."@en .

foo:Time  a     owl:AnnotationProperty .

foo:TreeNLianas  a  owl:AnnotationProperty .

foo:Guli  a                       foo:Sensor , owl:NamedIndividual ;
        rdfs:label                "Guli"@en ;
        foo:hasFeatureOfInterest  foo:ElephasMaximus ;
        foo:observes              foo:GPSObservation .

terms:issued  a  owl:AnnotationProperty .

foo:GPSObservation  a             owl:NamedIndividual , foo:Observation ;
        rdfs:label                "GPS Observation"@en ;
        foo:Altitude              "11.7"^^xsd:double , "16.7"^^xsd:double ;
        foo:Count                 1 ;
        foo:Cov                   "0.0"^^xsd:double ;
        foo:Direction             0 ;
        foo:Distance              "0.0"^^xsd:double ;
        foo:GMTDate               "2011-10-25"^^xsd:date ;
        foo:GMTTime               "22:40:35"^^xsd:time , "23:40:35"^^xsd:time ;
        foo:HDOP                  "1.14"^^xsd:double , "1.64"^^xsd:double ;
        foo:ID                    "1SAT32" ;
        foo:Latitude              "1.537206"^^xsd:double , "1.237206"^^xsd:double ;
        foo:LocalDate             "2011-10-26"^^xsd:date ;
        foo:LocalTime             "07:40:35"^^xsd:time ;
        foo:Longitude             "565.2223"^^xsd:double , "566.2223"^^xsd:double ;
        foo:Speed                 "0.24"^^xsd:double ;
        foo:Temperature           "24.5"^^xsd:double ;
        foo:hasFeatureOfInterest  foo:ElephasMaximus ;
        foo:madeBySensor          foo:Jasper , foo:Seri , foo:Liun , foo:Ita , foo:Kuma , foo:Tulid , foo:Sejati , foo:Puteri , foo:Maliau , foo:Bikang1 , foo:Umas2 , foo:Merotai , foo:Jasmin , foo:Kasih , foo:Aqeela , foo:Tunglap , foo:Binbingan , foo:Bikang2 , foo:Putut , foo:Dara , foo:Guli ;
        foo:resultTime            "2015-10-26T07:40:35"^^xsd:dateTime , "2011-10-26T07:40:35"^^xsd:dateTime .

prov:generatedAtTime  a  owl:AnnotationProperty .

foo:Aqeela  a                     foo:Sensor , owl:NamedIndividual ;
        rdfs:label                "Aqeela"@en ;
        foo:hasFeatureOfInterest  foo:ElephasMaximus ;
        foo:observes              foo:GPSObservation .

foo:Temperature  a       owl:DatatypeProperty ;
        rdfs:domain      foo:Observation ;
        rdfs:label       "Temperature" ;
        rdfs:range       xsd:double ;
        skos:definition  "Estimated temperature of the elephant in Celsius at the moment of data collection." .

<http://www.w3.org/ns/sosa/Observation>
        a           owl:NamedIndividual ;
        owl:sameAs  foo:Observation .
