https://w3id.org/np/RAq4akFO96f7aCUom_4h1Gl7lToymsefSS0xswi3PhQBQ
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAq4akFO96f7aCUom_4h1Gl7lToymsefSS0xswi3PhQBQ> .
@prefix sub: <https://w3id.org/np/RAq4akFO96f7aCUom_4h1Gl7lToymsefSS0xswi3PhQBQ/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqEkXO9NQa2bi0Vc4v6I1TFoYjGi8QdkkMBF6T2J2uWLOraCu4kwgj63jJktw/MI22GVlNN98MeEZjReT2ht+4tgnQHRuU+IHdoLYmXEdahVkFHiOKSNLZbCbfATQi8MQ8qOri3cmcI9SXq81b7pg2gzlZVjNTL4UHLreQUanRtjOI7batTaCfkwGv2Tk7zJOAGG8U6pYtsFXQdDmy6tCQwXvY9Sjbk9ecnJgD/2UTu9AkDEnswB9iWrw89RkxvSSQC4jwWLPJnSchIu87f4UB5H/NG0K673Gn8McS7S1vPj2PolW7/qrZC8ynACE9DpxFIiYvcKly88oJ03ySk+6HQIDAQAB";
npx:hasSignature "NEwjp2BjpUPijt5GAd7aa7qh5SCMbttE21CSyFpkaF9qbdbZOtLsoA11/RRWfAUf6nW2hki5xWjbl72+jlZ6XTwoO1nop7iX82XyqGkftxNN4ILD4JuxmfhhtNwr7FkyfAaPYbQeGY95jLLEWwFZIAuIitwjmnkRRSdVPKNjd5wO7EfuHXI+XXfzJyK7qgXxiRS4sAZxk1EUVQsAU8mMeC69teOkctkopCmDrvQw7ufAND1DqtbS5Urzm36RpMro/r7jMTsMwZjioKExIvflwbMSGCrJEt8EZ7I+7UaUuoFNiuVUyNs1/wVh4v7VLxmZTGFriPSpN3wC9yHgg08TpA==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}