https://w3id.org/np/RAmw1FwDcZUyCCQn4FGT0RPVRek6kLQqdWEy6yh5udmns
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAmw1FwDcZUyCCQn4FGT0RPVRek6kLQqdWEy6yh5udmns> .
@prefix sub: <https://w3id.org/np/RAmw1FwDcZUyCCQn4FGT0RPVRek6kLQqdWEy6yh5udmns/> .
@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/> .
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 <http://purl.org/dc/terms/created> "2024-01-01T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> .
}
sub:pubinfo {
this: <http://purl.org/dc/terms/creator> <https://orcid.org/0000-0000-0000-0000> .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3c/HSePVgnBHfnSUEyqlV20mvuQ20lmwmP4gQ27nEPRVjhMbUTQDiS7uNDWaJwRaIJ9oCP+7jmHH1YZywevLz3iDLDJKSX3tqpPew4I81BvBg3xQpPsFybqz5XvB+an7knx/b/qBZKhD3TwYK5jowsY5rLtlW+HUtWnvonEy0GB0VQg5G3SIOJGFPe6L0hr/Pzb/bXlrweYcwHDTAIZC2L6/f1Vi0hlfQSR+pnPZxrzctS7A109hKPyhIx0t+Ohg4B3jDlApIporbm96h5mO0TNu5TB0q+PPYRsGC/kHHBh0KTE5Qct3dKmGTbi56CfTVjnDW83JkaCh76Vpqh/gfwIDAQAB";
npx:hasSignature "SfqUZ0CaHiPF5ZZvaygN2vhOAARVOvc1V0PuR6urCJTzeEysrBHfwpnjkq1FqB8fB5zM85MxcpVx2msXCxnN46FTEC4qWrQvke2V1dGPQrc1t2MqioGnwA1pq9B3q3dYay4tksBxRM2BRLtCXM7mnFs+qBNFPDqqcQRjGnIEj+v+nWtqQql0N4o7jbjcVvV4K8Gz12SDxUC6Gp8qKsLh8gGwkFv6uI2EZhgrWL6gLsUSXZhrLiMOC+YsnSx2qonE90khFs8wBUKi8zSdd+EFRfZav4fwoAPr/pmt9N2CNBJk8UXDAay6ZJifc/8A7nTqUVA93NYRAyUJe9z2Od2dDg==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}