Nanopublication

< Home

ID

https://w3id.org/np/RA3ZaQH9fFjUF6ycErHSYJOUrM-pGQG53fuqauM1VG4sw

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/RA3ZaQH9fFjUF6ycErHSYJOUrM-pGQG53fuqauM1VG4sw/> .
@prefix this1: <https://w3id.org/np/RA3ZaQH9fFjUF6ycErHSYJOUrM-pGQG53fuqauM1VG4sw> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArEu7FfesuShA9ZLsSmC1zFCLiVqV3JQjd4RinKVGvD/O3Cq3K7KZFlJQYOKWl0SPIEJH/LaNtgHbihaxmHXc74bhKnAryG0qNlvwHWvlY4Dxe5myWo8C9ry0G6aYzn9Nzxn9e769ygJkf6qPLtcG70RZI+H9AkYEq+fATrbBfUfteh6ng093qOqoBIHi+5bm7aJJZtTlYqUO95hVXlTv7scP6qVlRQbKHXpJ66U6jRxkqS8nUiZMfX+PT16EVJgqDgSk1Pdy5G9bxaDQrcSxlgLO0CLdss+8SPQw7kNyXX+AnSVbnVhsOn0OXMmH5MtU1CHDzE1GpwDNdlenEMZY+QIDAQAB";
    npx:hasSignature "AO+yyrtvJLjdsTOvvarQgUDhZ+lo3TeTt5qWVHY9EGgzh9mL8yYuoVPKdD0YSErJP94Hpn431mu3k28qB7MGWcoccmLIfY/6oF2TlmZQJULZP6W1uRMmOZdASC6avEAVi96Jcq/jP9zRciyvPh6fPFZ5WcmpU4o0HFsB9EteQHXinDes+ytpXHbUWtbfYRFAdTU0Xe4yPgwzmM1hHZiDDww5SaYDSYhvnWLkeQbRDE57hxAEVrAJihsXebVbC2AZe7kNP+x0aQSNnTU3RLsLnZ1N2nJwrRlxCNJRff1Xoxwh66HcC67TI7fcV3aarBU1hUvjbgXoocSLrQd6kpYwiA==";
    npx:hasSignatureTarget this1:;
    npx:signedBy orcid:0000-0000-0000-0000 .
}