Nanopublication

< Home

ID

https://w3id.org/np/RAKfqZDnZzcSBkQ_u_UOPF1iGaUt-7JDA0enuH1EAF3zo

Formats

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

Content

@prefix this: <https://w3id.org/np/RAKfqZDnZzcSBkQ_u_UOPF1iGaUt-7JDA0enuH1EAF3zo> .
@prefix sub: <https://w3id.org/np/RAKfqZDnZzcSBkQ_u_UOPF1iGaUt-7JDA0enuH1EAF3zo/> .
@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:39:05.376Z"^^xsd:dateTime;
    dc:creator <https://orcid.org/0000-0000-0000-0000> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAo2q8tQFt8EKB/hokd0UqzrXhsZsdLGPk9YHjnAcAFVtopOMSmlJ+eSoSZvyVcFkdYwJKYhnraUxr/969+X7+Nar7m1qe2Ny7E2wLwrpAc0MBwBLNfq41oF9IWNDQ7I4EWkWDaNk38/I1f9L0m+bY3nkVCMEltB+ydJzKyq4BA6/octD+sji3r3fcL05ZGegYRTHI4xo2+ehoctAftczWyoqMe9rx8UjqVWdiDvzaWJmWun++AaqOGYlhmdTN9xuf7OuJ0N/w+vPfQYTaZWL1xRZMAraB3cOB8weexls4v1qybxtJ60j1qSh87eptRdTVplIAjs6P/5+bJeSmJEwtsQIDAQAB";
    npx:hasSignature "KU58kcCQg+A8uGOrwWzSGLcCw/iNL1aNO3CkuflPOEbstxbfyLAKgRoWmYozzTOFTYverj/SDJ40Qvt71+RtUpgSmCHUVSb12KDGpm7Pv7K0KOO8bEs09iCWmzH2O6M5q0tKWmj8jkGRBFsSejSD5gKKCNwldoWot/iRIttMm4RpyrYM7WlURif4orwqrKyfHp4sZFbA+I/h9URbpUtytf7/iWSICAiidjjeSt+VW9f/cZIUENo+RG5L1eXdA9/5At1tkRnxvJUuH54sYmS3MsO6aCVT0nzTKRBIP1RhgGYotisnnLycb3Z4wf4jBBjbOzGbQDyhVlfsBcXep8eeaw==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}