Nanopublication

< Home

ID

https://w3id.org/np/RA_GA3sOZKVgkvqrx7MgC61UciPAujXYs3FyG-xfdGQds

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/RA_GA3sOZKVgkvqrx7MgC61UciPAujXYs3FyG-xfdGQds/> .
@prefix this1: <https://w3id.org/np/RA_GA3sOZKVgkvqrx7MgC61UciPAujXYs3FyG-xfdGQds> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAv3/UR2zCvUVtqWJW7e1O19ppq06Kac+6BjjeiATnGVl8RxRuCDiD8Kniod4rP3xZqJ915nJmoNpGmTAG4XK2acgc11/oqtKyOvbQRHLtyuU+GhHC9vDav25DAM2CJuaHcVI1nyAWeBk4k9QUrutcGcNAMiIWY6+BAUc8+cW7Exj8gMkXaCGYNweZAQ6jSaa8IGjBqrnWWNLOSRw1Qw3KUtfQGFZDj5Mwyi5PoOzTDopNrTirj9LRPGkzCb5CL9p5u6ba20oa0Wqkt44Ms2WteHiCLnt9s3w7t5be1n2/PKq1qDJFlM1La+TLSdiUQcHuXUco0wWKX9OkhQBHJTk0swIDAQAB";
    npx:hasSignature "Q0gPD80xtSmtOMeFjzzA4C2wdO7WCIDFKTubed/Te9ohFSFVsxWgggfjvJvGgHQJoB8ene5PA6RU2VNK6bD9QI/rNCAZBbKSS+hYKerLlt0P99M5yJkw8CpTBhODKM266QSf6Wg1o0UrtQn4X7+Pi9QiSSNiS7WXaPHZwaN5cfUp7fZpjHn+C8XcixGq31pQV82sgGfS5HCgSrZC5WZhxZ0DaE4C9JKcBbNdtsBak7/3bRFgg0W3roUvizrrP67InUR3ZEwXx8BJHfUYeJdArhVe7y0SN6/7F+0Jr7fArdBgBvZbNQS9M/KDsAIyj+NxIoIFackf9ioXHGAWC8yN5g==";
    npx:hasSignatureTarget this1:;
    npx:signedBy orcid:0000-0000-0000-0001 .
}