@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix npx: .
@prefix xsd: .
@prefix orcid: .
@prefix rdfs: .
@prefix fip: .
@prefix prov: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
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 .
}
sub:provenance {
sub:assertion dcterms: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: dcterms:created "2022-10-24T14:01:46Z"^^xsd:dateTime;
dcterms:creator ;
dcterms:license ;
npx:introduces sub:OGC-SensorThings;
prov:wasDerivedFrom .
}