@prefix dcterms: .
@prefix fip: .
@prefix np: .
@prefix npx: .
@prefix nt: .
@prefix orcid: .
@prefix prov: .
@prefix rdfs: .
@prefix sub: .
@prefix this1: .
@prefix xsd: .
sub:Head {
this1: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
sub:DwC a fip:Available-FAIR-Enabling-Resource, fip:Data-schema, fip:FAIR-Enabling-Resource;
rdfs:comment "Darwin Core schema";
rdfs:label "Darwin Core" .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0001-8050-0299 .
}
sub:pubinfo {
this1: dcterms:created "2020-10-05T10:49:41.102+02:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0001-8050-0299;
npx:introduces sub:DwC;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ;
nt:wasCreatedFromTemplate .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA9rBZSkY20cKYsKQvtdLOiIUfuWUudVWd7B7TS3jZeVtm1bQrLsEmw5X2jYlLlg70w8rIoW3dJw8tlRRMmatq629RJHDKByF79bp3i8Q5YGl9jxi8Sm3CFbg0ByVgprrY2uwyYg9MfYWPftRZmVnea8cNK07vUO4/b3C4BUlfJztUqJayTEMHG00csgDHbaDEz4x6HxMagcT/FZ80igSLHqcsWVcp/mtcOCxZ36q4AWLbSsd2muAcV+7Vuomv+JnRp3BOsqfIhxS6X5GthDr/8XT2xQKfDflSsqMCSQ+vIR6+2ehovlk8YjjqWHExvb/wW4KnX8s1qh3CgQkoeJ+FIQIDAQAB";
npx:hasSignature "Za7IZPn6zVk63FYBKDd1fWqYN4M3y2QO/Tb8NA/uuDzH0wybAaYG3Vn27V5KkqesS4ToMGb96LmnnG9UahCC16S+rnCmpWHf2Z2hmq7YmyzyxWUaJOIuKa4t5bMWbQYpDs0ugcUbKXSDgH36U8QBbui8GT/pnmGPG5mupPSV9fSvcZPUmCnnCZITwdf/UvhuGDTMemvsDhI31HCDdsghgCNn71T/CZ0t654/SLGo0EF6e+dPAtoZE0oWeJWZYFh64Vmk+aRymZvLnTOj0rMyh2XkPyxu7GVr+5W73X6CGrYwtTKYXiFWCkZB9YTvZxIL8xISz1GFbxZxcovB6uZH5w==";
npx:hasSignatureTarget this1:;
npx:signedBy orcid:0000-0000-0000-0000 .
}