@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:FAIR-Enabling-Resource, fip:Identifier-service;
;
rdfs:comment "The DEIMS.ID is a persistent identifier issued by DEIMS-SDR (https://deims.org) to unumbiguously identify long-term observation facilities. A DEIMS.ID is an identifier for your registered site. It is (a) unique, (b) resolvable, and (c) persistent. Thee DEIMS.ID is issued only once for a site. It never changes and is designed to last for years. It is therefore suited to be used in papers, project reports or websites.";
rdfs:label "DEIMS.ID" .
}
sub:provenance {
sub:assertion prov:wasDerivedFrom .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCtpcftn7kbe6toJbOTDQaCcCssEFSWqt6J4rZ02w+TfY7/eIOgJZYOlpL6G3AzO2RNmVYWRPSlMiykaFuaRuBitvk1GKfGdprfZbvXwmeOxpqCTRBQX9EnFyQyd+Ra/ajfw/UsG8skeu1xnUEpnQbpgbQYc/fvhJNN0UwEc77mOwIDAQAB";
npx:hasSignature "pKK2OhK5bQIZpPRTiVjC6VnFDSW2FkOKtoZ37f1G5cjC//ZpGEm5U1feNwNRxFrJLIPE1O7qpTrTXZVf9u9OZI2T9RcEObn4NDBq7kSbD1d8sAgSbkUge5ifUXL326XREfBWpxERWhl4rZGY2qekEUWPonKd+/5LFy8BmMGu2s4=";
npx:hasSignatureTarget this: .
this: dct:created "2022-07-19T16:38:54.138+02:00"^^xsd:dateTime;
dct:creator orcid:0000-0003-2195-3997;
npx:introduces ;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ;
nt:wasCreatedFromTemplate .
}