https://w3id.org/np/RAlcCmVEnLtQ2wn-04UxZPBi1tDW25zRlMGQhupzsDdpc
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAlcCmVEnLtQ2wn-04UxZPBi1tDW25zRlMGQhupzsDdpc> .
@prefix sub: <https://w3id.org/np/RAlcCmVEnLtQ2wn-04UxZPBi1tDW25zRlMGQhupzsDdpc/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApw6+wyIYr5JqjlnFGv/I+ZN/Jo0e3yCYTvQ/2ia+jNXEwLPlU8gjcVGHgDOYgHhlrnjBzsT1Lrr/uk2T/DjcSq4sJQV1+ENBFiov4G6dr8nDiEGYmYfedKSbk6fqzPBSfPAsf8nqswv7S5T4HkRbjJHWQfdcYxpYqyeYgLfeNeSNOEp70kpFzNz0oIjYfquxwZPoHqcrfC/PPmxP7tz3mAEd5zcd/LvUxVQxiUG1USz0mof/BdiNyfHBITezRUgFuQB/8zqOGnnLsf9to91MPb0yOEEqn4khoxMDcLixq3olJW44iaCWP+bpAkyNMNJak76OliUVpZFVQ3lJL6d88wIDAQAB";
npx:hasSignature "baNxfCBzrVeVkryCn3Sa4yqD9tq3CdvekgFNUbyt7jHfTfvLYRS+WhyJM2WWO9ldaQS2+lfKAAphjQONK9460tIA6V+Hp6SL3EM6nAmMDhPv8IdFbdz0VCuOwDWbdV6aQN9uJCd58SCcb56nzQBjz73uanJxbZs49/EfsELlcykFxwfV0/u2+SJ9tngAkC3fKjU1RUuw2ky6i9S9dIpj/bj/LRSN+n8ajJD4urcRhrisW2JnSJixzLTSKF+jD+d9m8qF3HxU0tVyu9yZ/8rA6/qCWL3kLqulRVo1HGDxP+0HqZWt6Edv4mhYpZS/7bCpKOZhHquBlycNZ56NkyG7ag==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}