https://w3id.org/np/RALz3x6UPD97MFpahWLVkahfam6jaYNq1ixHIfBixl4As
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RALz3x6UPD97MFpahWLVkahfam6jaYNq1ixHIfBixl4As> .
@prefix sub: <https://w3id.org/np/RALz3x6UPD97MFpahWLVkahfam6jaYNq1ixHIfBixl4As/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvyAZVOcSZOjQMUBUoXNmNJcE/fc1VUwTmDdIC14AWEbmAwfQzmEE+3I1vTxmFrimpAy6czY7u43HphhmJWzNSiGElxI6DFLBE/sU2MQbx18BPj5zEyMrsntLKVBzbRk+Xt6RWQ5IKdwH5/H76IbTX0w19iKMr0BWEKgkSmBPxvcl5YGwPFwpLhMLjfCNxwRYDhQsTYM7n0IyWr+ZjIO0yDGWTku6UfIdZf6DqpJqFZcSs8Oy1isR5nIsl6rYerZ3BjJc2MaGvzkdjoEHjwvTvwL57CT5reHNNo1nsaoqxoMDsf7fkxJ1wPtY+DxbddvhjS/CJDD0o9t5ohl2bZJLkwIDAQAB";
npx:hasSignature "ojTsFTscxH1Z9S3C1OpWXolqowAFA19dAGjhv32UDbOBrbXflwDYkb9SB7V+RMouRjGV5sVLWm0188L0xnFddlFwCMy2DhceLUpuX9aPsZXhu/kDYm3yU9PJlPXwVxiVkHVmyu0bI2w0A6qbYrUKJ1xg+6N9NEs+fXFkr4a+ukpLMJeIwWiJ37V/N7XHeZHjhN3Hk1WDcIN3GPoqegq+YhCtWv8LPWZOMfuApMospkXWyqoVjsRPVLmqFWqnTrgUOfEVMT+F+Au+EMoJgzcJAIr8OImwzzBZXUvlBVDut21GOwaUbGvWvP8Zb660ZJdfEhU2xBhn9Irb9glEFPYVkQ==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}