https://w3id.org/np/RA7CjfA0yaUWySL_n7wind7eF-5f_ZLpj80c85gqNwLbI
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RA7CjfA0yaUWySL_n7wind7eF-5f_ZLpj80c85gqNwLbI> .
@prefix sub: <https://w3id.org/np/RA7CjfA0yaUWySL_n7wind7eF-5f_ZLpj80c85gqNwLbI/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqmRCpA+lKevaS4ELtV6LMANlUfujMRj5Vuu7vd7G2Ahg3COQwUJP0b8zEeDYIgFeFwMHPuXpdj6wjT22ViYKL+Gh4ew57ACbFN3PHIPM6SFG3cIC2e+zhhqtx/iILyVmTDT+LUdRR+QbbtsXhvGvRjhFuPnnRVfPQqtnzD4mYzybtPuo/qIb+dM5AELr/LJkJL3GEL9OZcfQ9pKGbTD3UU4KxDJoAV2tKxOAPesEyr9a2GRHkbYjVnpnA0nQKir9wM0khQBIx4dYqUUVQvcAHEHUVFCjmrHJVd/+vxshOEdj5n+QaWwkM3pQ1r7sSrJGHTntVJHYXbdMcRnlzSGEgwIDAQAB";
npx:hasSignature "aiL1eWG4c3kSrHtasuzh+ukn8Lm3kgd1MSIraZQaTIHW+wt2dJPAYsb2RV+KGsiyDWP8RUMF09SWE5jHjuxtYmh2gFgaDyDnpi6kjJl5iSaxQDaEbK+5r5yqDxNacL5qxW9/Yog75KKO3towhKw4Rwcmm4PxWPNoofzmiqnCO2WM2skXL4dFmq/Xkh/bHPz8r358im33EeDSEfiqo0QeMMEjVf+6fcXNCYvQuQm5HBIIgrV9vVq9JDeQhCj+VDgoVyCMoP8wb1gRa/BUJChj4zklC8n+aq0aMZSYMCgFCITG8UX199VEUGvh2P1egnIly1U07EbNbsRLcq0fnIs1qw==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}