https://w3id.org/np/RAKTZBs4lLCp468YArvduKssO8v05DhYMiOw40n5Rxx88
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAKTZBs4lLCp468YArvduKssO8v05DhYMiOw40n5Rxx88> .
@prefix sub: <https://w3id.org/np/RAKTZBs4lLCp468YArvduKssO8v05DhYMiOw40n5Rxx88/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtxEbRkvFj38a15+NprIDVCA1+wre7vRO3RzvkI5AiGWnqVjHFHFhnUNroJPK180HnEIzhrfcw/A43Gzadcja28kQUy87wOw8zMqYv3hmH/hcnhZctF3kFBdnUqMZrDSDTGCRgHMJG/B6ZtIr6X2tKG3/NAHr8tL9vZHumWpbxWvbyo80UMxR3ocnw86tPeo3n+YLIVNzPl/G6VCQrf069Zld6p+i+iTUM5IaiEncfnW3qL4OEIdpEcH4hsbCVQW1ir+ZYzch+4QcI47YZ6AaYZrE2+dGDSgLiy6rONMbqbjJN0FHTRKi8ThKto1OzH3FfK91HRtNfc/ERlw+h9gmIQIDAQAB";
npx:hasSignature "WyzlGWVYny2h4dgysXqdL6vijRXswHrEcsXq1l0t8XO+2zmeQi06Wk8j1g56Ck7gR4h9QuqPgAchrq3z8FJokTT5DWxTzTiWIHlMS9MOFWtFATCXDh0ZxyoUTka65N3asn1vYr5ZGR0r+RNVF5LLj8URnYvaLyaWM95uNECXfKF6heHZVoS3ADxH44KEbJXEs1E1N4mTi0nkatdGOt0tKmlveGYTHkUPGJo7lnohYOZKqgzBeedbsMhcTaBd54Qfx48/AxzTQua0+YvBiIpV4GKcnPUcfNHuiJVZIsjPxqO9+tM3woy5QleuPE0yU1pIRcg/e2Hz6G5wXoM8VhQmGg==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}