@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxlziQCer1R3Cn6mnjcieVdPeIMRxY7r4ljTJX5vLf7cpx3H0W/Z4cwnwjqbzylAydJ/I25PMmGD+7znBrXEzIAkC/2GzhIfPEnSYiIQXBkyJRe5Tvux8fLxCWjfIHXNYiXeuTVy6i12dTRZ13WcpcSImNJLBEfQXArH1OkzCyqe3CWqtR8UjhudOKOuc04AptDeYEgJY/cNWbkVUJ/dM8SMnaL28KAnoj0BqlRtanlUAFogbOfYK4y8ZPKBYJwD4z0kpedAoQNiQDC2fbsacclP0MwZa3xXLSv6tmZ16P8QzeE6TrdpfSbkk+7kDxsrpqqGbTVRq2xLPIULZxfpUhwIDAQAB";
npx:hasSignature "RhBuvqUZTbhmSKRNg4fGQ726iN9Oj1ITgNChZW3xwUPO/1+5SlhuN+D8zeMfPPnsXqR1fdCiQYzHOic1ZthJha4dfMGRn2Rt1d5IbmpK2IFz5cMOIC0e5VYFyKsutNwehS8grSU/Rcg+1viBG/PCMgt1SRGLL1gpKQexEJvlJrcQE5mD1MNOLEiwHKGUFbvHUVWxWwsu1ITq2nASsKi/+MSLm2hYrBcfqw0GUQCXHFyEOlFqrUTNxAGaAIPaYCE5Rt6Qu8V93Qvj+yzwp1FIcGUosknXOykY7Z9ljWmSTrjQ2U7B5aHKNwR2/cVMLwFa2+eUjhQbu2EvZvHyQdyM6g==";
npx:hasSignatureTarget this1:;
npx:signedBy orcid:0000-0000-0000-0000 .
}