@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix xsd: .
@prefix rdfs: .
@prefix prov: .
@prefix np: .
@prefix orcid: .
@prefix nt: .
@prefix npx: .
@prefix fip: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
sub:DwC-A a fip:Available-FAIR-Enabling-Resource, fip:Data-schema, fip:FAIR-Enabling-Resource,
fip:Metadata-data-linking-mechanism;
rdfs:comment "Darwin Core Archive (DwC-A) is a Biodiversity informatics data standard that makes use of the Darwin Core terms to produce a single, self contained dataset for species occurrence or taxonomic (species) data";
rdfs:label "Darwin-core Archive";
rdfs:seeAlso .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0002-8504-068X .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC5/AnadJ2RNGtRXWyEaHrO9bM1yhCvglH4alUGpQI4GKz80Vjw+132ncSB9doXTi6D1oFJTVxhfC5Bpc+ys2W9TXQVwGamj68PvgLDIZ1y82liiKuPgLphttTUfYjqa4l/XdSx/ws0SOcjo4NvStTzWD3n4ntyh5T+D2nudZ2vjQIDAQAB";
npx:hasSignature "TIC5W/awSQ/D7K+xGEVg6UahsmPXNjltqGdotz6wb0G6D774p6/d+CgMMFmhnXdvEv0pZh9JnAU04HTelop9vnFh6Z+wOqa3RfJRfXVsUc43oiKNZYHxMiUuZXL8Io2utMEEWkQYlUkqzkqM6MPRoLKnligg5aaQZXjiFAomUqQ=";
npx:hasSignatureTarget this: .
this: dcterms:created "2020-10-05T11:18:59.129+02:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-8504-068X;
npx:introduces sub:DwC-A;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ;
nt:wasCreatedFromTemplate .
}