Nanopublication

< Home

ID

https://w3id.org/np/RAhNZYiowZrsn5NEuhKJ3R4nWmOswBL9EyxnJTgw5FJ3g

Formats

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

Content

@prefix this: <https://w3id.org/np/RAhNZYiowZrsn5NEuhKJ3R4nWmOswBL9EyxnJTgw5FJ3g> .
@prefix sub: <https://w3id.org/np/RAhNZYiowZrsn5NEuhKJ3R4nWmOswBL9EyxnJTgw5FJ3g/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5irRQLyRavl1z1qB3t+V7YPtCnB5F8rxo57ursrwPNPUr9e9XxynmiCdzfSwYsubC7FvwWvW8sl1PxPS+qqZk1oDRMvyDsulCdvQkZNo80UrjNdIj6W0RzTuopQsaQ5MqDs97PPKicHrBQ5i1UkCwW0v7I+o6SW9notRYLA1h7cmEaOcugy9y2liXB5+aG7putTlEvE9CBKV2H5u4Xoe+6PaV/5UXz0OQWlVeoDcWz2FwsZbwPEZ9+JBxkSMci/M04RDnzjjk0fBQgHnEQnXU4/EWQrYETLizt7pl8thktHyhHUnzpIiOpfynt+o3To0DT3MdbkOfwlk2qd7qDQD7wIDAQAB";
    npx:hasSignature "g+u9GxLwdwaqbF87TPLKipaT7/p1OfQAr65+klGJPCYZLDT1ZdRBg6AzHYY6R8rQPozFwPK1HG//iHNJO+ftw15H/NhffBiC853w+xA+ZNyhwNX0Bh6aNcr926z5plbk605v78MuuzrvnHnExUhGd2Fy/MPPh5sFvg5JVCwaBbNUmhjEJd6JXurmzCJAg3PhbAemfP8J9Ko7pBEguA5jjhrPmnwX1wAu8F6xr19349+5hfxGrHFtPcdlQmGuSLQdoXpoqyn3fhMQsYkvzaVJZEHYsAysREBC9jqulJEH2OMmWz4CmKHpyGOnQ4ZIJM/2ny+OQ4o/kKPjGQc/hM4pXQ==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}