https://w3id.org/np/RAqVPaMoXfvsanj6Khoizi4-FAbQdKFo5W4-biBlTuRt4
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAqVPaMoXfvsanj6Khoizi4-FAbQdKFo5W4-biBlTuRt4> .
@prefix sub: <https://w3id.org/np/RAqVPaMoXfvsanj6Khoizi4-FAbQdKFo5W4-biBlTuRt4/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAr8oxiA5LaEfr+OCHu6ePFUFbPj4NE9d4f2qz+qXZdHI3Tep0Y0me9QWy8OCOOq/2vAwuBSk4aB6izCqlCWQWw34AwSxnkHpLycUDdYRxiFr0eS34lPSl0bGgc+rW05NtesXbE22X12MieZ/bD/2tG0tG4286J7MkrUxMmWcdAakBYWDihPe+9yv+GcNfH6po4eK+BKcaQv8Y/eGiPh8bw/RzAQ160yyu1gMrp13qB2SSv4WVLdM2ZtcVJBTsiM4HUx9nMIk7TEMMhvCEySZ1NMlrV1BYibrU+9JveXJbki/k4DROudtH2pMfTP9OGErsOfOgv1DPagzL8E/xWnQ8XwIDAQAB";
npx:hasSignature "DmTfaEcOTxuNsuPwNBh1dIqeifbpJWowNu7/r8SEchxW2UBVBhPw8ORIfD0EbJM8EUGWVcxUqPpMbnzQ5nvWcU+vEpPX4vGM9MrMFy3mMvuh/z484cMX7bcZvPYrCe3zTugMArRWUOYbSW0vXk3kdYNNr03lrPQDFm8fuDLU7BDSN5Z3yW0EBi1vmGu6YyftJhKMu/9/Cy+T0tIU8aJ9Ya+1/8+W4LrUu1CxDyy6ZIwbfg/y/f3YrIbQLzHDfX9L/VZmyZctAz8jAbvah/9bsnL5vvknZzI064v//NeyDKuqyiAaDTAikE9uFZZ6Wg/v/ThU6lFz9mbr1e71tcOM1w==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}