Nanopublication

< Home

ID

https://w3id.org/np/RA_xNPUiwus0cPdwrTxXv-EbWC2VSCOmDPaHa-KliqLXE

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_xNPUiwus0cPdwrTxXv-EbWC2VSCOmDPaHa-KliqLXE/> .
@prefix this1: <https://w3id.org/np/RA_xNPUiwus0cPdwrTxXv-EbWC2VSCOmDPaHa-KliqLXE> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvsqHoG7dUzJQQqmBbTJtOgNKfAvhNRsBFAmfhcQBvT8vPYHA+UmQInkw8WyMiSjiYHcKTdWYSpjpmHSB1RqJbWw42tP3vPXvYz/0gBr8n+3JnbYf3XVLDx3VNy1rrNQXgsWXyhuTBjd4nH263oZGahEhwT1Yf0PRfbEmhbLUJW+GOpBNlDitImxBvFIq44BTHYWCy6yy5N46VHX/tSKz7oL7WCNI4nYG+W4HX3MBUAHmScgDIevrIfSm1XTUSR9t0krcHm1I7whBV4LdIIQH2NNslffZ5QxsaB+RisboWh7ZzVhQV495j7mctIxYTNzHqSXpF16xIUIOlEaGow9ciQIDAQAB";
    npx:hasSignature "k2LoQGGRnYG9o5cHIAomapfOj9TPk1OPKGB86/EbDGSyTWKLDe89xQ3QPO88djv8+Tq6IDpXiECL9caZntO8ylBqR3Nnv9fxMckxC6bDgN+dNnheZ6MaAuflrtjVvO9eOc3qO0DPPHVsU7nHJdtopl5ElQPhhJ4PTEkN+DasMw7yHkOjZW7X8hi/KcDVD6XwnK4MAuhGI6tFGHIV8WpDyMC7/vNKuN/+gTcUXRzyWusJvKU02mEaLSS3S+AGyJgp8CFmH4g/6Qxt9WcMl/V2pZG7X84TnGidVciiGzSapT75hzOWm7HvgwWrLcS3ec1a/SukMvWZ6eQuwitrvtQqgA==";
    npx:hasSignatureTarget this1:;
    npx:signedBy orcid:0000-0000-0000-0000 .
}