@prefix this: <https://w3id.org/np/RAD1oiTOQoWsmwMgPyLfTrVnmY7nTlNSUdtq7FOFOHR3M> .
@prefix sub: <https://w3id.org/np/RAD1oiTOQoWsmwMgPyLfTrVnmY7nTlNSUdtq7FOFOHR3M#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:FOO a fip:Available-FAIR-Supporting-Resource , fip:FAIR-Enabling-Resource , fip:Structured-vocabulary ;
    rdfs:comment "The Forest Observatory Ontology (FOO) is an ontology for describing wildlife data generated by sensors. FOO’s scope evolves around the Internet of Things (IoT) and wildlife habitats. To illustrate our datasets of interest, we modelled the concept to represent “sensors observing animals and land”. These sensors generate observations. For example, the animal GPS collar tracks an elephant and records its geo-location observations for different and equally spaced time intervals and temperature every specified time interval. We adopted classes and properties from SOSA and BBC wildlife ontologies to model the domain coverage. FOO contains 58 classes, 28 object properties, 27 data properties, 39 individuals or instances, 86 nodes, and 67 edges." ;
    rdfs:label "FOO | Forest Observatory Ontology" ;
    rdfs:seeAlso <https://naeima.github.io/Forest-Observatory-Ontology/> ;
    skos:closeMatch <https://data.ontocommons.linkeddata.es/vocabulary/Sensor,Observation,Sample,AndActuator(sosa)Ontology> , <https://github.com/rdmpage/bbc-wildlife/tree/master/ontology> ;
    fip:has-description-source <https://github.com/Naeima/Forest-Observatory-Ontology> ;
    fip:registered-on <https://w3id.org/np/RASfsrpfzep2iU3oVvWyJvbBUEOaIoPKdksEvRPXc02bI#LOV> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0003-0468-1969 ;
    prov:wasDerivedFrom <https://data.ontocommons.linkeddata.es/vocabulary/Sensor,Observation,Sample,AndActuator(sosa)Ontology> , <https://github.com/rdmpage/bbc-wildlife/tree/master/ontology> .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "LX6rG92QOGk3A4op3XHApD22km15VeEpAj53Usea8SBtTq0IrVebECyJj+u7MZlpuFmb71V0o+KBhkJpS0biB1caGprBkHDdpeGPg2t6rSSFb/cYao4+og1KcE14AUlAGJA0lMMtGzwO3x0bmPJ+MOY/miJB8/FlXZ6m+W+KekM=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2025-01-30T09:40:26Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:FOO ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/4e37f729-36d8-46fa-86ef-f4597e4e53cf> .
}