@prefix fip: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix dct: .
@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:Communication-protocol, fip:FAIR-Enabling-Resource;
;
rdfs:comment "OGC Catalogue Services specifies the interfaces and a framework for defining bindings and application profiles required to publish and access digital catalogues of metadata for geospatial data, services, and related resource information.";
rdfs:label "OGC CS | Open Geospatial Consortium Catalogue Services 3.0" .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0003-2195-3997 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCtpcftn7kbe6toJbOTDQaCcCssEFSWqt6J4rZ02w+TfY7/eIOgJZYOlpL6G3AzO2RNmVYWRPSlMiykaFuaRuBitvk1GKfGdprfZbvXwmeOxpqCTRBQX9EnFyQyd+Ra/ajfw/UsG8skeu1xnUEpnQbpgbQYc/fvhJNN0UwEc77mOwIDAQAB";
npx:hasSignature "Kjuv/txwJhgKXK6Jk8tf1Y7ZJDu1PRhQh0WfkkEoRmFshGQfPbfZQ6EdV5zfWlRdfC8MDQdHmggwTMniQkdAoSzkLsGZpwTUBoOF+NYOBbMxcK3w3sqf3V92Gq8T1v6vi8s3A1MH8hkGFvcHqO3I9O9Xqw9VbbIPap5mrEEIx/k=";
npx:hasSignatureTarget this: .
this: dct:created "2022-07-24T15:41:24.351+02:00"^^xsd:dateTime;
dct:creator orcid:0000-0003-2195-3997;
npx:introduces ;
npx:supersedes ;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ,
;
nt:wasCreatedFromTemplate .
}