Nanopublication

< Home

ID

https://w3id.org/np/RAC1WXS_oBSEt8qje12al2nSkqmrCp2mhlTJ7opVdAAd8

Formats

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

Content

@prefix this: <https://w3id.org/np/RAC1WXS_oBSEt8qje12al2nSkqmrCp2mhlTJ7opVdAAd8> .
@prefix sub: <https://w3id.org/np/RAC1WXS_oBSEt8qje12al2nSkqmrCp2mhlTJ7opVdAAd8/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxgA9Pv9eKNNSqTFyjnW1LCqmnughGyQVdaBN+SAic6ZFL6gFuAwpLgs7DarRlyE9vGPB0PSjxaRwj3kQ43VfSvKxJkz0f4QLCwuhwapcLQZiiNPvWT/YSS/RqJOFTfEdZ38jQqlZYJ9RdaG3LuShrr4iVGEoEMStHFnkfFTgVkJLg7+zmOYeIe9w6bBqNknYK0HeqX+kdYOirgNfJS2FwAcN3wbfdricrxziWCtoBXCZoe2/kcv/3CPypCHQ8/R0BeIkR+D1irEwmRXVV0QmGpIbvwOcwXf/CHX38HTqHYs3cCddbL5nv92hLV7TBTd4XhvOitTX3ro4iFO07CgQ8QIDAQAB";
    npx:hasSignature "uwhvAeKjBsqS4tp4gxy9ZFfGCDrDTXLvdb1SQe+g30Hn3P/HkQMHOaNs3Ta1mwt27SC2zXWftMbE07LGrhgxV5QEK+U2xwH3NN6uQOrTkG/rcSCQnRwPWLQTv4gWn+sd/apdyjOCB1PTX6cVse7x/3O0zerLi1rSTi6Uh/Ojb6bExxFRuy47QXeJRAA/wg/9mnhLZhD8ELIaEn+IY44U4OW6LIAB8WVGaulrik4W0IoRouNLy1JpXqIAZ+cG6OvdZ+dZbalNSGOfVjY75HsoP+vvFqWmhYsRfk4nrvYpudCUKQO1tXIP0M2I/PpPAWnGJ1S9/gjCIFvcujKTo5mVyg==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}