Nanopublication

< Home

ID

https://w3id.org/np/RAfPQL9vcHTmSftpyZL8cB2OEawZoL256_n6Ub6bG6qy4

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/RAfPQL9vcHTmSftpyZL8cB2OEawZoL256_n6Ub6bG6qy4/> .
@prefix this1: <https://w3id.org/np/RAfPQL9vcHTmSftpyZL8cB2OEawZoL256_n6Ub6bG6qy4> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAi2kyJMtgpTyB+/82Mo8ozQ6u255vEwYKAPFWVX4Nv5DKiAlUWFtMqR52i3SlrGc94l1GHlE08Zj4RgObZAS1Puq3Q5fESbkhqQkWVv90LS0lxT2ui+fT0jazBIJx+9jnCIAWR8ySOHmsBDTi6ATAHe/M/F99i7TPqtUhDODkpTl1xorjUAbFM/rh9EitsI2h+lDygkc4O0u5Nwtc3HSRKw4046Af4N5usbNtngbCRTBUnp634zJo5S2BjTZJf6k/hntgsDPGlto5TQxq8n+yyJ7xK1BlNCEHwuqNATfNw4QVMDeOy97A8Sa0Ns+gZAZcN++AU4+WmCvg9R3Cav2NCwIDAQAB";
    npx:hasSignature "YpgtbgWADa+ImmEhDIcOsjLlc5b+TDuc5kzpb8bL2ZPijPLy2RsGBvGXMjYw/5rDhhNMztO/sEPQYnkjlBDEbc170wUPxt6CLyVxgStlURp5PzNhkFME5WbioNK+t9KhZenyBAUR+7gEJlbb08P9IF9GaqbGEJedqzOcxk/vS+9nm6LwNTTrP+Exrs8+M8s4b9xHsE3XTrEoyG1nrUKkp7CcT75oeR5URuI/6puPb5F2eGIKB8P1gHot/TuUuh5LOQLWPRYaWk11egCTtvQvFNHv6SZxQqweji5eHNV5mLR71+tyIdqm+A+t1NGcoYqBJr9FnF7K19VtZbw9wPX6AA==";
    npx:hasSignatureTarget this1:;
    npx:signedBy orcid:0000-0000-0000-0000 .
}