https://w3id.org/np/RAeTA_PcnLQCeOsOn2sd28852OpXLSz1OsM6uNF2Y9UNA
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAeTA_PcnLQCeOsOn2sd28852OpXLSz1OsM6uNF2Y9UNA> .
@prefix sub: <https://w3id.org/np/RAeTA_PcnLQCeOsOn2sd28852OpXLSz1OsM6uNF2Y9UNA/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5dye0Ze9ZS7e8pqtb6gox7F+j7RzjbhCaDLN62ST0lv7suufCV+PzC17nrww/+AP5nnRIomNJVFPrMSn9X+pQ0DE4OlMAS0R25qRBhjuXdiQ2SQk2N6h38uAIIHZVljbx2RIWTXD32Na8pW44EqRrt22B6BruL/nt9xyi9V/RmdhwrgpFyXCnhBnSNAwJJHTFRBnPmCCCxB/vHtsT8YDvYOTWDfdT2N/g7Od2lw1MiDUcTKNLV1bOffpRAsCcoe/20S+JNu8pdDZexDuTC44u8tTln8xBuoq6berWb7QuLFPcw9WGqcJyfvtNLG/8iCpaf9JfxK7+WxcTG2NEjaYzQIDAQAB";
npx:hasSignature "XYzig0xJTzgWwWyzWT7r3WSjDGDZA0Zg+9GF0IfH6cxE1Vr4IGNDoNfd6TDNf1QLx0mctQckK8V8pK0RlxSQXsvANXbXfP9yiTthpybDsUjZDirs/9Smygfm9h3J+Jn9F1ePh4y47jivDkpAp2fi7gT0/cX5t2/mfvb1fpYhbNoSy0SaELdprIgoJR81KV7a+wqgPRCuaa7TA3M02Hf0CHXvIUQouBirvwHV8cZc5NgeJKpX8z4GVgo/AWUUpTise09XzmJIR1sMdwpXMEQ48aijeWrRvzHjrUuGR+oucJCnHxhMRFgAKeInkMP7ebdNXI9wzk+/3gbPwyYke7b31Q==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}