https://w3id.org/np/RAl__jKeo9Js2ZkWH_zfh-1K_Ab-fwMPw4mB-J5onC6s4
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAl__jKeo9Js2ZkWH_zfh-1K_Ab-fwMPw4mB-J5onC6s4> .
@prefix sub: <https://w3id.org/np/RAl__jKeo9Js2ZkWH_zfh-1K_Ab-fwMPw4mB-J5onC6s4/> .
@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:created "2026-08-05T15:50:05.269Z"^^xsd:dateTime;
dc:creator <https://orcid.org/0000-0000-0000-0000> .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0PymHmyNMaUiebYVxDh3AarjzB1cGmLFqVFjWOv1PlQt4GRtPVwqmx6Iw40IB4jLhkut/hOp6hW946jW/aPApYPz+gDWIRnVKXw+M5Z9Nv3IsNQWhOZu8lSS6O1BiiEYrPcAeOmwKGpbiWYhRSm9OYaRhPI9x7JzsR5cB4DtQSiiPoz4bNPKLOcKX6goL5Diikn9+t8A/PW92U2Ggvq3Jx87jKYKBR3UpfbC2yM8kPEizAC204AgoqGaovuJMoLQR+Q8hpA6kZJ3JPHcjdJ6Umf/MW+NhG1nrVG6dNjov4gc98Rm+J7811aVMZEn1ixBPSyAmy4s/NXvRGIttAKWwwIDAQAB";
npx:hasSignature "lofGlTnsylLXNayZD6nXpMf1tmRqcPgPetcJQXA/n+qDhx4E+418f6X1j0CiFFdXGQiihclAt5kzuLwK+WVzxMRB5pnS4q+eQewN/khaD4CmhAeAE69xS/Mes7IBTJRUL9OsAYwcFZB9UTzH5dR5f/Xpz6KQF9G/tA8x/D5fZHdsJoQ3NcZGOIvHO8QT+G/qCL5MNJv/Vrsdg2IaF0b+1tyqc1h+Rhn4ytSPcZK9k4wjapPM0D/tHvZi9pQNNOtDxHTUju9iqMM3B6qMtnW9jQ5Zh0N2FRF1zvWqjo3dlRy3ypAD1YjYiNvTlEu0W7uQ8uPdckQ0n7V2UGvWOSZWVw==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}