Nanopublication

< Home

ID

https://w3id.org/np/RAO6ztp02AgMvQPKtoWHMwQKZQjAwtqePZfIMy0umWRaE

Formats

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

Content

@prefix this: <https://w3id.org/np/RAO6ztp02AgMvQPKtoWHMwQKZQjAwtqePZfIMy0umWRaE> .
@prefix sub: <https://w3id.org/np/RAO6ztp02AgMvQPKtoWHMwQKZQjAwtqePZfIMy0umWRaE/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoNC/fkJKoKsm9oAfQkRuq0ftgIwjthaVIu6RZ2Z7iMMw6+DqRLHgoZTr1dxFrVXaB3RvsvjDvOCkaO23SJbTZGP4ar/TpJMqgIdU7ha7Fz8+Rv65ePFiXDjw8/43VLEiWFl7LEwji3zC/Mg36ztOwpkaWjZ2z8aQHSP45Yh7DWn4ZWhNv5OtISTElnfW1N2fZcQb1tAl0aJsiKrayV/50RcOL6Frx6uY5t/wWv8f4UiwvDG7bHCAZxgAvowKcAvqzKVWdQ2L2QObcXVkRHDMGlo31oCqo+SJ3XhTuvfXgf9OfAQYYdwEppsb/t6++Z4XjhvdzrnTBtAi2A4IfEdrhwIDAQAB";
    npx:hasSignature "SwAr8C+3zYZgs/chtH95/ymWI7nwJQIfQnl7IpuPs9WYVvm4kzaKcF07wpd0+74juzoRN83/rwwuGSN0A9z0daypsbSBDiky4K8y1x2UafRMqCt4kck0D9cgZj0m1B0SgNT0pr8IulIx9vm4iRiwIcoS3Vsdj/irUa1lzaXo5TB9iWcx39TgPs53JUtXJSAJ2f3D2wN97QTfTHmVZ60oa7r6ewnNuLmMOstd7I8RPvntnstGVl0Z5b3h9u0t/cXjk9OuNjzxLu9EBIAzAMgPsIOyNJB1m28aTSxplfAvEe2jisJY2reCbpiIQPyyWsxZfTaiFy2Jqo8KB7o0qoTvIA==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}