https://w3id.org/np/RAqT1Pt_pM-kBXKtcUc6SdKOss8EjWTkEDKJTPqUlYhiQ
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAqT1Pt_pM-kBXKtcUc6SdKOss8EjWTkEDKJTPqUlYhiQ> .
@prefix sub: <https://w3id.org/np/RAqT1Pt_pM-kBXKtcUc6SdKOss8EjWTkEDKJTPqUlYhiQ/> .
@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-08-05T15:34:45.453Z"^^xsd:dateTime;
dc:creator <https://orcid.org/0000-0000-0000-0000> .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvzvV+EJFVuy7TvPYP+G5DAngHxD2JYYzbfCKMZuhzPR/4OrRjOQUDIaLo0ijCfNuXkx51xZkiCcPPFEebohUshmhE5eaSp6BU85sHxCi7SsFvojNyr0TNvs9L0xXO0ZoKIzlT+sfnAP7L2nCYP9YkzdR2D7FsUBZYdGQglsR8hgpWHdO/oMV+BjmIBcCkw24QqRzacBvUjr8nP5+L6hVU1tEM1qhOW6/hjub/0p6HqZ5HE0wjkETSIsIis6dJ+uOrpC4dqXyE6Q1elRzSxmyEii8ciovPwHyAQkZXb/5P7/R7ZhMEbcCmYgIExd96AfchPsQY7E5r33cbUUhIkP1SQIDAQAB";
npx:hasSignature "g5DSVA3zYKO7aBy9QQL82gCOxc8fRwyRG7Qu3Rub6DQGd3KvMKSP7dNhOapxnrqDsrw4LIOPmq02oNBhwG8JLE4nQIr5uBxqvF7NNzBJE2ErgWIoGIhCZQXX9cq4657k5Ms+0UzIejf5Bg8+nk2e2t1ksX5FvmZv7kCG0R7+82/yWIwj5U1Kl+1+Gj89h8fTBR+PSZg6ZVourmbyEtf2ik9nTWJixR3+iK9XxQm1l8UrKNGzGmtdYxDMqYQQzWL2z0lNy78mU5Cmlp/8C5Yu3kpoZpNzo8uhs4ZI50Kq0APmbkn885laUG+p4YpzUJ3wqwqB4lkLKac1WH9LdonUbA==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}