Nanopublication

< Home

ID

https://w3id.org/np/RADeduD7iJfe25q2gqULLWAe9GhHHssf2aeKfQG4dsOaE

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sub: <https://w3id.org/np/RADeduD7iJfe25q2gqULLWAe9GhHHssf2aeKfQG4dsOaE/> .
@prefix this1: <https://w3id.org/np/RADeduD7iJfe25q2gqULLWAe9GhHHssf2aeKfQG4dsOaE> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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 <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM>;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM>;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAHvHX5qjbdnYXsZWsRMO3KuFekGUFR6LuPjigZns9_VA> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3diBivN8VC/RXxGotnciPwbYTRVCB2LmvyUfp9H2kBB6qmcnrJ5NBZgSmyMTHeIdmB+5W5oX6WsTCs2DLtT20zAZCqysPArQTEHHdTBQ2X2CJjnPYZcJ44cnq9j4gep1qg5tl14ivKQpsUZ/Ses7LTf2K7bDAMmzsWDrj2bmh6aZFCNaXX5YYHGfDBEBHW56jAHvAywNPyoGGNZasJ45yWK+umUVcEWsZpyEakckWmcZCeC6lqwhFmSKxy+WREnATK2iMhh0O58Nf4WN7c6h5nfffq6dtcVL61FLFudyqUkYldbxmY6aQj2dY9qpn0GkQCGcAyEru/3KLWNGNGj+dQIDAQAB";
    npx:hasSignature "th1f30kqcEJ/2LgxBG8tBbpMxEaN7egCLbzv9OMyQe+GWhabqNemHF8FOxO7ZqD19L1wEFVnhZ+cW3DEwCNS+Z7DJKmCH2Skpd0K6d8+gLpL/N0J5CcdsFdGvci5fRajHE9BO8xRMBtKd2U0u1adHnRxDGljdr6XSUhbGAvS2fX89uCkUM6DJ08j2f1kvcepMNZCZ8ZdqV/NKKCsGOxN2FPwv5iLfOcU//wf2MXA/W2HFecDTMq0rmnbEo0jRpcfo1tDihmgEX2rQsZU5vjPHEMwzRElc2JQrQJ8h5+kNk1rW2g1TamLVk0XiwlqwZ4PU3GbKbGy2Z0RZ/JmYmAHIA==";
    npx:hasSignatureTarget this1:;
    npx:signedBy orcid:0000-0000-0000-0000 .
}