https://w3id.org/np/RAOoCT2ALm8weQGGOE1Qn8mM4V84lgdlMrQoHSUamrZe0
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAOoCT2ALm8weQGGOE1Qn8mM4V84lgdlMrQoHSUamrZe0> .
@prefix sub: <https://w3id.org/np/RAOoCT2ALm8weQGGOE1Qn8mM4V84lgdlMrQoHSUamrZe0/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzsFv1fgm202y9m6Yy0dPs6ebP+JbQX/Egc4bvtRwHUBJFxg9AdjrKkHolCcnObOFpP1AxXn5BOE2kAbnF8eVpQoRR63LNzFmLoWLh7K0ERKXJRPmyFLnLDvGRQp8xQkC8O8VGrpptUvXFUESGOAf/V/2NusWRTl2peXJ+hb4voSLKkTabjG8aknJPcg9Ic+Nt9RmZVSYVmgkva0WJZrDGlxBZf2i7R+J/gCGurTfFgU6PMup13jf6B91f7r8RkCLlcf+zDEa9uJzJAxIEEv6ryciumz46jGS+0RsCbrzbZrczifB+Tyt2qVMpTUE7v0xRk/YvNjcpHbie1DSAQkK8wIDAQAB";
npx:hasSignature "JAZX0W7CDH7bRsftzKSC0w8iP2b6usVggc0Ev0W1oqpsuM9A/KdwuzpzyXOKhAdWWmrrwyjZ9txbzBf+XxffiS2AzLV0BuIdef9cAEQxs94QzW3dJ8heSqJUn82L2kRd3qB8ZOFQnbKdnVCGhLwhPSGF1L5/TMNZ8mdrncBjyP+mF0/p4lOkVUokEsPYT9WD0bohVNtiZHnyzIhlEvJ8HyBnZcA/UpKlQ11ZPhyyMNg0Q6n0AIpZZhMusYIP5GHtDJ/mTQle0U5WY+wzAdduDLEWAdy9/paoFtx/2LupNpsEvryWIta2C7Payq+S13ach9lgKVdFmVUh6NOQcqRXJw==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}