@prefix dcterms: .
@prefix fip: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix nt: .
@prefix npx: .
@prefix xsd: .
@prefix rdfs: .
@prefix orcid: .
@prefix prov: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource,
fip:Search-engine;
rdfs:comment "Opensearch requests on Argo floats metadata";
rdfs:label "Argo Opensearch API" .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0003-2700-4020 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDEuVQSwGfJrwwuekjLOAZBZB/N39yWDYwuYyrzW77em1YT6MvG9bES5EGwkz4oaU/Dp7tnDFLpvy6tCwMNUwp1TYkNble1xgyMbtJ5QwfFGVnrER9one+l+Ul3fAY6o81lKNX2XvQCiZDpwb089BQ88TpoW+bfBTOAJtSI1DiXuQIDAQAB";
npx:hasSignature "A1v0SpOwqdDKzxJFlZJ71u+zPHPrzb3FUoc/W4WduupHev6A+IObsso/3oipLJ1zlqwnNZxhVgreM4Y0n2xUk5wz6WgByRslyfNZmy3YKeUmT1wQqgGgSj05OrxGMOy9E7dXgSYiQL+GhrK2Qt7zlRzN0opDbmjtURJg/JyFuZw=";
npx:hasSignatureTarget this: .
this: dcterms:created "2022-02-17T18:50:48.847+01:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0003-2700-4020;
npx:introduces ;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ;
nt:wasCreatedFromTemplate .
}