Nanopublication

< Home

ID

https://w3id.org/np/RAmAWKHc_Q12EcQKGTMI7HIrXjmSQnJaDqw3KdNJuJ4wg

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/RAmAWKHc_Q12EcQKGTMI7HIrXjmSQnJaDqw3KdNJuJ4wg/> .
@prefix this1: <https://w3id.org/np/RAmAWKHc_Q12EcQKGTMI7HIrXjmSQnJaDqw3KdNJuJ4wg> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4BHw9ZHA/6pGOzlycuUaEXLLJAFnypDvQP7WYlzinHlOA/S5Tvpsa4MGdwlohIYt9X1J97Yf1ezVGOpg/0RXZA5dY2oxn0pVVTdnZuSqKZ9S9ldZdz18Hd0ujPnaAE4XjDfn+rIoyx23VoHBwaLQaq/I81GYs3vNVDvBLH5SuLPGb7ZW/fhVu7gWD3ZBQ35ZBDsqWD49DR9X7BAv5JmajJ/iCR8KqL2WjYnaRgM+0FFTPmDSn0sSGGQz3ChYHol05W3jZEo6w/MCeqt3ZdMvB2Y5nCPMfv1ic1IWxaNk1rUOeRAqfZPQZxDwvsga9MDu5OVVh68TCy8R8lIDMHD05QIDAQAB";
    npx:hasSignature "K7xKdME3UT1tZhB/tPmrkLOUUXQimq3Av8FUvI4ED7C2Q9VtNP20FhjVkg6UhQsfgCbiYeLPsKkAYNxJZikeNeDCwc6PZrUI73332aWpPMgZqYQ20HY2A3ZhM/dMfqKzwNkq/KFHPLJwxSIYo7wuXLmCHSEV7hSllIr0q8GEI5gtNOKNXU8ZIXr0Du1zMg08CcOxcZ9jK8k6uGf9SlpP3qWbN+86eaR6ZGZPi3YZGv1PoDS9d9YRtTw0zRrTVBlb8Io+3U+YFWa2VEZC7zetgRlr7h2zgHCahCRc5J6j6Ojd/hgPFJrb453977p5W6PukwQskZADquWG3wGDdyhvew==";
    npx:hasSignatureTarget this1:;
    npx:signedBy orcid:0000-0000-0000-0001 .
}