https://w3id.org/np/RARl-EOlfd6r3ONa1O7DcBL2S1bGMsewjs0A_LzaLvtrM
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RARl-EOlfd6r3ONa1O7DcBL2S1bGMsewjs0A_LzaLvtrM> .
@prefix sub: <https://w3id.org/np/RARl-EOlfd6r3ONa1O7DcBL2S1bGMsewjs0A_LzaLvtrM/> .
@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-05T11:11:21.953Z"^^xsd:dateTime;
dc:creator <https://orcid.org/0000-0000-0000-0000> .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArU/SsgqEhNd3LitwWTAM459DXDRy96Cs+HTM4DStCBkxFBwBGP4CpyOz3w9Sqi1E2ReBm3sZDTibXdU4CgrpLDG1+WvCuhycI8BMkqtrfUxN9zHT6I92mg3K0Vo0C9iRd9/VK8MEstUnxTk27crh4FxfC+pDweV6FKufl7VV940H3HAIIS786mGFYl+/obpKCEFkXwmAnNPLpHBG983KAwr37f1ScvE8QbyZieP/pk1EK1pmUJ5NPz7xBm/vfOCLmuEnFUi5cJVZfgiM5zBMvgLLzQ/qS0UDwj1XUPHYUBeyBmqcBZPdF1/H2pFFHMhVOIF0sBQawb4XHZxILBsaywIDAQAB";
npx:hasSignature "LUDF48nwcJmhJ5OD8FUPCi07pvdlvJee5bKLwpUNkpXpVJsmf1rtggLo+/0EwhgUuZsjSnTrguBjRQpke5kFWTbdkPfyMFC//YmAGjDuBqwz/nsFV21mavEGTCnGjJa99EUVOcCxktWlR5DtUCPep5a4TWuMsfNQm+iNCc0py1l9EFv4syDT+JL+hxJyqKqnUTOlSM4H57nAVs8JunXS5G02t2Q3ab9d1jf0/7DR3o2FFWZumqSuKEHQA8okccS1lF/tfj1FHZ7w4hB+A+GRnPo/SXet2Se6svmpW4ttQ0T51q4Sec2vAcZisrOSZCoSkvPD6lu0FuiFZrwmYh1f2g==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}