Nanopublication

< Home

ID

https://w3id.org/np/RAZgz80uDAtZcrcfC2qksrIW8M7zcAk-9qvr5d-H9coeo

Formats

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

Content

@prefix this: <https://w3id.org/np/RAZgz80uDAtZcrcfC2qksrIW8M7zcAk-9qvr5d-H9coeo> .
@prefix sub: <https://w3id.org/np/RAZgz80uDAtZcrcfC2qksrIW8M7zcAk-9qvr5d-H9coeo/> .
@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:created "2026-03-05T13:16:32.910Z"^^xsd:dateTime;
    dc:creator <https://orcid.org/0000-0000-0000-0000> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1X37RVG5Ldw5jr47asUIGwB8EW+uW3qM6eLXuBD6Vm4fvwRUcOahLJ6HZGLaIR4CbIrxe/67ZZxPy1puxj0pni+LX5yPGS9Yzuy45IZ4ePmUhrFk5RKf8iN1DqUQZVU575eG027AeT1uxfAHrFgJkeNqaIHQLjEyGRSE59BixHSBlisDDPIaci1uD6L3KKTIgcEYocYIl7WPFi5GHNQMj24bQxmhVVxeOslozFLtWAqtdfdFXZhtNrWig+lW46uEhm008cnYlM4pw8nWW7gb28UdrKl2uUbfg8p3BuDr5OTy95/PUNhX6j/CcolrI2tVe4/AdVCxVz/XU4NMInEq2wIDAQAB";
    npx:hasSignature "GoXTG5HGOgu8tvF50j8eqXO0wYcmz4leyKFeJa7/ezpnaD2iWtAFWEV0A1tsDM05q0Gyq4D4dtigOCrdnjmPWVLSHzGHvmrt8958xw2vfbUbwTi6vxEZoqBagHEgdliSIuF6C+9vEKOd7j9wC5l/bh5hCPI/9Jr4MeM4THx19yBvu6FfkW0kqh1l6YEbp0y0WrwudXFOazpMG3eBKynLgpUuJV+MV9vcNei1smf/Y1SwHqaDw+hAasHv6AjlYPOWdJiCyOoJi/AjI2abAMkVidRXootwbhmRNrj4jo16BUVQCR5y37tTPsEQOyY7PfbF4BbLyR/oNXo4pEIPvZI9WA==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}