https://w3id.org/np/RAyyewntyXYRM_7vDs5ghiaXeU5JYHRSzVuqL_jXIg8EI
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAyyewntyXYRM_7vDs5ghiaXeU5JYHRSzVuqL_jXIg8EI> .
@prefix sub: <https://w3id.org/np/RAyyewntyXYRM_7vDs5ghiaXeU5JYHRSzVuqL_jXIg8EI/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApsKDsKR7R12QoVCC7ZN6S91VgWCV0WvXXmereWfN1Irbg4s14tQBjPL8o31ILu51qJ3oHw5i92p1S9Yr7KFQMIHKd6BB23mOOLi5S8WTN5+BGWK2XXDoSNZfd/NUgaauPtwtlaeFYBpOC2cQOckCH+M1s34HSOW+M0NzIwr88EG14S6kTc1+sRR/9TLG3zRv/uHJXuxV12428rbf7AZ0qd4LInFJZ47tr2dBQDM8nyVsxxb9HSU02TNnOqkwG4rmgeQTw5ZqIcfG+SMi1Un+tda+x8iyMTO906nxIf2lS1hX0yCUPAk6ik8e6KwtLpIUglumDCtI01k/f9qtIEHQIQIDAQAB";
npx:hasSignature "jzhsQfG2dBFHTGE+53LAgjuLXlBCrxq2YmOFUuJG3xSEkDOFX+n/VrrooR8u+lGPZHci7US1R7ibYkgS0YixMogpBrtJVCe0OTsyiSJMqywT9JDQC5k0fNDatSFi3yG9YUeLuCDf+xsVH5RX70uDyyi5QBfCi63FnGWbFoQqerhCylarAHRcZkBD2LbZlyymOTQlreEw5ugy+ZWaX+myfVxvRPYgFxxcApcFrj2li/bQGGWtIe1wYe1MiOfPQCVIaPpP2aNBOblkyzYrqBq9gll8XXyqKWWa9QSw6cHms3RP9rN5bCdjI4LqBVGvTqTB/97CM5VsxmU6HmkFSf4xnw==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}