https://w3id.org/np/RA6BMutpAn7ejiZ9UAciTSyiG709qZ1mdb5x4B0-fgXog
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RA6BMutpAn7ejiZ9UAciTSyiG709qZ1mdb5x4B0-fgXog> .
@prefix sub: <https://w3id.org/np/RA6BMutpAn7ejiZ9UAciTSyiG709qZ1mdb5x4B0-fgXog/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgxdLWMDjXxh2UMtvbdDFZy1Q6yR8UZZ7jU9tHhTr2Atcg4KqKQUYnTB34HcdMHNlcERN8eZ3husIE14w4cbDOhOEhUz0DzCLIUYsA9TXqYNn8UKSTIDg/HVax4BBOOpi7GoQsXgK2PebaNPWxmW+9J35xaq3fyt7ii0oTkuADhDCka0CLZ9G77ndqL2zLbVzqE442HdFkf0377VmtO3QC3qmrJDybGHv4Yk4udYf3+/jg04bALk6brgypLMGhsEJIy7w+L/kYPs6OPve1crIJ5796ocNOfFuF7K6JFtk4IiEW1oF0x5N1pNkUidrb2X7ePAk1GvAhdWn0zdVr1f7UQIDAQAB";
npx:hasSignature "VDhgd7+0CRXk4U5keGyorGTQDjDbqXjbJJ6+BdptQnElGFx1gA9fYZBn7J4c0kGJbv/jrUQkUnR2oWvjo5BwtxfVrYcMYt8w0DWatJG05aps+STS1A2C4h6ySo4c7rql1OVDATTgcqwD3fXOcTX2SAPWFu2DhQdzQFypwE5QP8O+wo8P/ay6YmbkkvkXYT9Q7/emnkBZ8xD+6HzIp+AtXjU9GyHLGzGKUd3SXbtgWr7ear+sXxi95TPbBp4VZVrLZbvfGs5hGGjuy47P8RILxZOAK/TrOs0o8Y3ZTOMjtyl7PALTVviRPnj3H4qMQ7navTyFcKAWIj1TNQvxNS0aig==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}