Nanopublication

< Home

ID

https://w3id.org/np/RAsrrlTaaBlyVLW4XpXJRLHFU6St76zIpZSM2ewwrwNEk

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/RAsrrlTaaBlyVLW4XpXJRLHFU6St76zIpZSM2ewwrwNEk/> .
@prefix this1: <https://w3id.org/np/RAsrrlTaaBlyVLW4XpXJRLHFU6St76zIpZSM2ewwrwNEk> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlNtPls+pYKbFon93Y99npTbfl1wcFfYGo5alK3q9oFoqrQp7u5ZZURrPhGDOm/8Wyf6MFqpt0nc/vDT6VIVfHJIQjlzwHAxKArSWF71Zif4OKhUgjGutwDVQypEQ0oRWL5Qq2aGkkkW7tEgnX44KCZqCG+g+TkyTZ8CQNHwXtgj4/S+rTvz3x7+7PqUpV4aJ2QWMYY+b3ll7Nq3Su5RQmSqz3PanCgr+UhtYBQT9aHZ3H+LuyV8RbQHmCl/1hrN8v9lkiWVbKNwvl+p7e+hlCITWFMYpoe7jk3PnHxEigeGEakJT4YjiNmZKLXWQKm6TI+kfzcDrVoCgpq5KTITZ7wIDAQAB";
    npx:hasSignature "bCmkgX/mRBvBvLY0c065lyCzlrpfR0ZDe1JVrSYVZ/MVWICb5ldHtQTmAlmWhh363YeNthscUQFImRjQ6bHUlTI/P5ZvavDc74ozFQvEAroUMqjzAt7joBqfF98SEgFVhyQjFHzYxNu3lOGSza57kRoZLSnlCufCIik0cqPKGB6suqdNPaB590zKwRpVcaldkemCOcEId1dtVJN+RvtTpmwCTtcr7cdzYP4UNFZ/VcjTVGSUw7AQ1MNsQ274K6V1R5TBnx9I4wTiefNw5oxSkyChEm119vfne0JNrmGm9ML9zZIpCTVA4TVFXhCbkLOhfBJD1uzBKozQbyWXx7brPw==";
    npx:hasSignatureTarget this1:;
    npx:signedBy orcid:0000-0000-0000-0000 .
}