Nanopublication

< Home

ID

https://w3id.org/np/RAatrfMNtyEaEVGkd65L6ac28uyFYNsFfAENGa6LvgWzQ

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/RAatrfMNtyEaEVGkd65L6ac28uyFYNsFfAENGa6LvgWzQ/> .
@prefix this1: <https://w3id.org/np/RAatrfMNtyEaEVGkd65L6ac28uyFYNsFfAENGa6LvgWzQ> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAub2P09Wa+UJusN80xMHGuTz7WAWbfqbYfVR8mTXIMQ6diJ1vpG6rEzk7SmYFPywe5f0H0nTyYRnMVWF3kDPZT1S3gT2aUaIihK0sbzhuI69Sy+Er9EXuaPxLgLqO4vQjBNXK2GBgmmzV9HP4j0MfW4TQAQB+LNURh8FEnAtMi4uwsYARIFsV7a1ugR/+qMgU2/I9OUOe6Y29K7TJYnSr0oc7sD+cKQWtB24rogAV0h/JKoeKMs3EsPyCK9Ed6hwA5tOOxsC9CcgQ5jiQGSrOXxK6oCNmteeVUU4nFGG0nCLxIDxJf9GJjmuf7GobyiRAd6NY0TppMQFrxPJsMi23cwIDAQAB";
    npx:hasSignature "UJ1DJ+R3ABBBmfI6AGxpX/f/QoK9AIGpX6sm2I3OkCF/oVrmPFLWjnc59xFlhC4OcugS4NsHX3gENTlbDtDLBJUWEaJT4JkZ7fiWUf64AE0TozCnTxnm96n1ElstIYX+V2d53e2NhY13Rf4v5e/0Vmfk6fOZsL8i25sR+azH2WEsFT0NH5Qhq5RJJR7LW/lCFttJd+iDAaSqkqHrNSW0DV7JI4quH9xfR6SVunok8YloEVGqnrsIa+I7EGS+5xPPhIG7CetSYdf/Y4j38s2xMr98oG2vDAIb3MOTG+brx8qN9ROpU2E2Ck2aFjDxdCLiMcbHWHABY2S495HxhF56Zw==";
    npx:hasSignatureTarget this1:;
    npx:signedBy orcid:0000-0000-0000-0000 .
}