https://w3id.org/np/RAHZj3aVGf9P4tGAYqUWPXgAYpWE05zTiFjePtPnm054s
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAHZj3aVGf9P4tGAYqUWPXgAYpWE05zTiFjePtPnm054s> .
@prefix sub: <https://w3id.org/np/RAHZj3aVGf9P4tGAYqUWPXgAYpWE05zTiFjePtPnm054s/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnApeYtwEM/5IaYloCUWrgyHy8OPUWrya0uuA7UEWZ8cJyXW39miZGAmhaJcZq6eUIkglD+JVWavCbZue2SBNd5BP3bUjsYWZ+TXYf9YZzTcvjOiodcUMt3YfV1ZVM3Wtd8Dsnh+gN1nE+pGu82fHVJsOuigmKmiiDIjPzek8euIGxduZQ9fB9dNozinyJGMfGn/L8GkG66uRgWItir2TVmOfsjQJwZJ58gkGt9fWR+WtsaZfET0fDHY2J1efp3aKo1j3y2ZBEkk9EtsZ8AK5UeJluAkPW0glgaY0mSSKsZyCcY/hABn2oA0zcCwHcpQd8rfdWBcT3SjxD/8rP71ecwIDAQAB";
npx:hasSignature "HRgAiids+lZg0+UX5SR6cfVNrGcloPL7a/AazoT1Kmhn2tby2CPVtKGjUd6liDqAeeo5906QusSsi9jvN68CmWqvRgelpF2WkflfQLsj5qL1i4dSTIBrdA4oto+Zn7aH+k3T3G0xTI+89hpGZEYBLYeLnvOXfNAxle2Fp21HXOPJQt7X/dMOF32jRLbgCRsIdCbCq0NbR5oA56bUC1tZ6Dyn1gkC4dERFN74FshT84/wBpWDhArNSolVR4AGTV2UYwutlba7n8RX5cRYbDgheV1WHX61CucPmaaqbIEMgw3iJVIjxOj7t+WA/PLEP6yBaiqmFN6NSX3mjt1WSDytHQ==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}