Nanopublication

< Home

ID

https://w3id.org/np/RA7_O0X-ZqmaCGGdF1nBSgxPPiKKD_VJW3NA7gJRB5r1c

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/RA7_O0X-ZqmaCGGdF1nBSgxPPiKKD_VJW3NA7gJRB5r1c/> .
@prefix this1: <https://w3id.org/np/RA7_O0X-ZqmaCGGdF1nBSgxPPiKKD_VJW3NA7gJRB5r1c> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwqLGYHZ8EZNxkVztsPOmQzDFI24xnN3iU2hwnVbJHDA1OXHTUbgJ5h6rGL4IA+O8utdjc6CR7Acm0VkHI9NkYgJgtEb8ABQZIH5cZXhP3VJgcmAWhA8irMy11abX+1PyljfXztNSxRnQdsZoEB7eVNh+7p0ZgAXKvsgSIgnSXJGtnaOi4XQSiBpiu1nNjNODF9SPlQjVacWfNp9fTwWI0UHpTZHOxmCsQBXUapFO/1MTWlg3G9SBae/nTEzz8cf6sYWFLLHcElYYYy3TBY8kCh8zCE8IUtM5Gi9CjOkL1lKmcnZZoszRUt2KmUiGe47T7IQBmJ8ZJG4ba2M3FKsSBQIDAQAB";
    npx:hasSignature "hUT7Pda4VJnxukj3H4jE2qHn7hI4NKAPTFfBO4rSN+7iGG2NacInHIYa90TUPncYglYAMJHeQc6xa7L1Cm1Fpp+OGl+KfmPP8CkMOGAn9vfTNcZ+efGBzkHwJO7oCRbOiYA5r+XE/2OQUR/8Q50iBZ1Yk/3fUCmJ+mLzF2cDlgekTSKnbdMbibDPE/VkW7lS5tzRg+I7nUCl9Q+hRSAHJwlCG3sma4oExcF+Kk91Lz43zmCRAEPWPciYaMPuPTCKpR8jt+77SYi3q+Hpzd8CFu6zeAZ7I29gUF7tsMK+tLgm6hW0sIrYS47Mw6fpy5OL51VVfMCEx4VY8xfrJF85xw==";
    npx:hasSignatureTarget this1:;
    npx:signedBy orcid:0000-0000-0000-0001 .
}