@prefix this: <http://purl.org/np/RALq176Ps7J8NcmeFWShY5cm87ONwmud3trXbMpLqWcv8> .
@prefix sub: <http://purl.org/np/RALq176Ps7J8NcmeFWShY5cm87ONwmud3trXbMpLqWcv8#> .
@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 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:OGC-SensorThings a fip:Available-FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource , fip:Semantic-model ;
    rdfs:comment "The OGC SensorThings API provides an open, geospatial-enabled and unified way to interconnect the Internet of Things (IoT) devices, data, and applications over the Web. At a high level the OGC SensorThings API provides two main functionalities and each function is handled by a part. The two parts are the Sensing part and the Tasking part. The Sensing part provides a standard way to manage and retrieve observations and metadata from heterogeneous IoT sensor systems. The Tasking part is planned as a future work activity and will be defined in a separate document as the Part II of the SensorThings API" ;
    rdfs:label "OGC-SensorThings" ;
    rdfs:seeAlso <https://www.ogc.org/standards/sensorthings> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-8504-068X .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "RdnJ+DAckZKkEGRmAVojZh9TsY7YPh8bwr1Abe++3BiBbSor7GjTj8/4wUexs3c2Sqh6GrxCAP48hI8cZZKtOoy6n0DdPCj7sIGiXkwx3rM9A0Eqm7vnfukYVUvBvRxzyqJg4saoUvtNHjZrsmudV5k0NkGGeBisnxy4uDn0Ax4=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2022-10-24T14:01:46Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:OGC-SensorThings ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/c175f773-79b5-4fa5-8017-2bafdb9f6d39> .
}