Nanopublication

< Home

ID

https://w3id.org/np/RApHdUcdVJAlDwql_t2EFSZIsYr9JH-bvbuxUXk1fHzH8

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@prefix this: <https://w3id.org/np/RApHdUcdVJAlDwql_t2EFSZIsYr9JH-bvbuxUXk1fHzH8> .
@prefix sub: <https://w3id.org/np/RApHdUcdVJAlDwql_t2EFSZIsYr9JH-bvbuxUXk1fHzH8/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

sub:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  <http://example.org/s> <http://example.org/p> <http://example.org/o> .
}

sub:provenance {
  sub:assertion dc:created "2024-01-01T00:00:00Z"^^xsd:dateTime .
}

sub:pubinfo {
  this: dc:creator <https://orcid.org/0000-0000-0000-0000> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmlNoOXL7c210r76X8ShbcCw/ujGEwWqpWV0FxqiSNIl8NhK0M9bRCVrfP5/9rN09BijReHxZ1Cv0WQUmtYrCFYxwW99q/BnLqEvmx08q5jirTuYUrb2dnxAw/cLVkaZiOw3RfnaEWcPfdrVgbXD7ZXFknfvWvZ5U8NmcDSWxm/+hv28pZFUJJDswII1E2f+rxzxVZL1xWL436k2pzkqy6E8mltGbobDiqWJcxiC5pGRkiL6x+0qjK7rWrr/PZ38oI0x8jtHxyAxJ52ya10LHkpZViuPvlIMnydBnmb8BiX0ljpHBxrQqKgYtMkYQb8bx0Wi9y4umuCQjPn3VwQKKCQIDAQAB";
    npx:hasSignature "jG20yXjgmxI/3z7zo1Ev9xsKHylvCKvs50MOtFCslmcGvs8po6aVZ0cCNCvBWzCrvWquSUkmSh//cbUQeQCPTOFEx8hV8HuPdY2XacDcO5LYFf6RAubmtj93vNTaULftqOHc5DYyHS/Y9YxJ8CKxbSA/dvVAGGQLeAZ+Xl46xGdMDfqyv//jq3zVhZlSrkpFEKSzTi5sl1CjxlaLsHzEBjJ49hqYfseRZ5lQr0nj19amHYS1c9NvzLPU+sT2SMzqRwcp8oJ49evYoVf2Q3ovUGdyPMXXAoIgB7O0WZAlckQMs7TWfdRHA8G8Ki7uPTwrqADlbahblVvstyIkMtkFuQ==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}