@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:Metadata-schema,
fip:Provenance-model, fip:Semantic-model;
rdfs:comment "The DataCite Metadata Schema is a list of core metadata properties chosen for accurate and consistent identification of a resource for citation and retrieval purposes, with recommended use instructions in the documentation. The resource that is being identified can be of any kind, but it is typically a dataset. We use the term ‘dataset’ in its broadest sense. We mean it to include not only numerical data, but any other research objects in keeping with DataCite’s mission (https://datacite.org/value.html). The metadata schema properties are presented and described in detail in the section DataCite Metadata Properties in this document.";
rdfs:label "DataCite Metadata Scheme";
;
.
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0003-2195-3997;
prov:wasDerivedFrom .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCtpcftn7kbe6toJbOTDQaCcCssEFSWqt6J4rZ02w+TfY7/eIOgJZYOlpL6G3AzO2RNmVYWRPSlMiykaFuaRuBitvk1GKfGdprfZbvXwmeOxpqCTRBQX9EnFyQyd+Ra/ajfw/UsG8skeu1xnUEpnQbpgbQYc/fvhJNN0UwEc77mOwIDAQAB";
npx:hasSignature "U8e7H1A6yX8PanR1v1wDsymXnv6BQn+OnUlW7aALQM9bD2ZMy4rgW7IJVudpm+1aq3ijGM0h3qlLEDTQJfaGEJ4Y7KhcOnBe3gwX4V/7id85mk8Eo9MWtCUnIXH6o53bummH6sK5Q16PCW9MYxBg00gcjcAEx66F57XNuZF/cVg=";
npx:hasSignatureTarget this: .
this: dcterms:created "2023-01-08T17:42:42.757+01:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0003-2195-3997;
npx:introduces ;
npx:supersedes ;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ,
;
nt:wasCreatedFromTemplate .
}