https://w3id.org/np/RA-fzszbKwpV6BttSRLSx3i-LN7NMEs_WOQv0MDUq6En0
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RA-fzszbKwpV6BttSRLSx3i-LN7NMEs_WOQv0MDUq6En0> .
@prefix sub: <https://w3id.org/np/RA-fzszbKwpV6BttSRLSx3i-LN7NMEs_WOQv0MDUq6En0/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu2YWVf+TGh4vje2/LkeWJE29eZnlK4J0GOIAQeRuVEjQVBHG7r5mcN6di4ns8wQZsNonIKVfhmVRYbr5Ms8aCBh4O98AZuuIphbdSb5d11xwwU80PWFrQpMZpl5rGAsr7v0tUwxLlCaY8XM2MMUW/DZ6/nRwJtm9Xz27cXLy0iRELlzotVSqU8GS+pnCAa301Hki6puAQsOtGBr4dCy8Wm4iSeOHI8pe56RKXnIMXGVtzDnvfFE5hSf1V/VpJVu3r2RdWIUQ2IwC8yDi25xjSCdtvIBx/M1JbaQtR7Zj9306qSDfhs/yul4SE1VdwwHSi2JaZyL7sAySoFYdPHOnBQIDAQAB";
npx:hasSignature "g/0b70SbpWw20aCfqyH/Gd4txF1t4j1mD7k8SQzJPrMvBRtzaDKHVnOMIHv2i/XFEA/8E+BBg2vCtRRbrMs8A7tu4Es9+Wirv9SsjxIprHO7/LxJwtXY+R0LTtpiQJ8JCgHLjPc/EhZs7kNlF+dHyl8vhilTJZTPQS7USVss+BPIUZAyxcYCWvdh9eLZ/M+9ee69WU41NwrTJQsu0U2+4Y85ogCyBjs3WPhV/WS60/GQfdCChtGIw6VPLvFN+48C6vQn0lWU8OKrMWZSAXa1wysTRSai8FN/cr5MVobVMOXLVhuOt6MIVjrPiWCou7qZNjHgZIOQiTpKxt5RujS4PA==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}