Nanopublication

< Home

ID

https://w3id.org/np/RAnGCjB5fp7zu7wWzxelpcHM5NSkQqdiy4U7QcrtvHyxI

Formats

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

Content

@prefix this: <https://w3id.org/np/RAnGCjB5fp7zu7wWzxelpcHM5NSkQqdiy4U7QcrtvHyxI> .
@prefix sub: <https://w3id.org/np/RAnGCjB5fp7zu7wWzxelpcHM5NSkQqdiy4U7QcrtvHyxI/> .
@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-11T08:12:46.296Z"^^xsd:dateTime;
    dc:creator <https://orcid.org/0000-0000-0000-0000> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA79DLl9enz5fDxtJX0/wjqVE4IEnLFJJoCG7v1XOuuCsBnNEFIscZnNwJo5tT6BWSCnH8uzgeUpcI/l3HQ2z2fok5ZB61iI5s3gG2wbxnKxrOMzEfEwJO5YBvYKvgWyMyzLFYBuqdSKMblcmrXpgRHgLgcGw4X+9vN9IJ/L6ZAFxIsOUiwDtaGDP+Ki6JWdf2nHO7fJ1YbFiJbtfQlaR1vcaS0sGdIvd9+4ylTALwpGX0aEUpeGKEGPNYSCf+VFMw+/go7Nv3YmWHf/w8fyL+yeoLclzz/ML7/MK9Fx3Jp5owHAMUpZH7CPX00USDwxYGXaFG2/utkZ6mlzrijr3rRwIDAQAB";
    npx:hasSignature "BfWQUSpebMBJC43FYj/K7SmSU06ZZ+YrIAAG1HxSkWoTaWr/XrUG9XdvhxZ+XqHNKZT8pxqWBdnb1hDT1UlWNs5O0rRr5qYwu6O16ikrcpIoFIjqhV1CDiKxaiiQ6dpUmVphKPRQnsekUQ8if77fH2QONmyn7nEMH1JALUdai1G7mbZ1GwkDTm84UoKmCYaCTDRbyBwNIffdXjQ6dTJGhUowydEw+ZCan1+bysUDFm519RS0UBQ8UCKUaXbzRNwaHeZ5gF1M9JRjcVe4ofh/170r/CIQznIdGqn+7V5ln8ncUBTUM8QhewWvQ2OjQ64QwF3wHjBiNdGLG51bAc2z8Q==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}