https://w3id.org/np/RAlCRYiDSfxDFZrh8OeBz5PvsDBfdZm_Kklx_xGaAMous
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAlCRYiDSfxDFZrh8OeBz5PvsDBfdZm_Kklx_xGaAMous> .
@prefix sub: <https://w3id.org/np/RAlCRYiDSfxDFZrh8OeBz5PvsDBfdZm_Kklx_xGaAMous/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoDRsxC6s3xO8QOkcOsSP+CTKt9sVNhYa6aL6Oz7eKKgxz9rGMa+8FvpZ/N/86kR8L8c69Yj6KvHNeuXQnMQp40bSeHdliwUaysQSZd07fNrKtel24XpZ95OYQXAkfcmFU7Z36yhPC7pIzac5OXygfbVGCL6U6h355loXosNu7oKCXxOc9R1zFhtk8e+Qd/jll0vlnIIsVsB85zUXeBwWxlgVgOICh7lvlkIwgO/pQYqEsCLv+YiHR1nsUBmq/+oXmHEOLMKr430ve4d/Ik2tHWyLTnPOdG7Ro6i40A7fTslAYH8LB6B6QtFJA8J2+vO6Zz4bCI+hMxx5ZZa5nDQ1NwIDAQAB";
npx:hasSignature "mmyODNhH+EeCBzXYnKM48hFqWkuzdbTf+zFT9ZKgFHgtk9Bps54BfaXzFkBDfnQ0sV1e2MISiZfG0smbC9D9ay2Ywdi0Mih10kmp7OrrJ9Gd6PCsnmvVaTALwlkXDq0ndzkWDyMQSsdtMC9/Nb9+yWH8Q2e44/ELTfz14G38Gt3shen7mOyOvgdx5RirM+czhcQe6JyT5zN1C2Na5Sn8xmIKVhHvl2vL8WjApwQU5CVowqEUznOSjBA74qC4S0GyBrSRyVZVXk8+/qtsfmyRY0Y9SjFWxaqiGpgERHKHwqlMQDSgZ7ctaaDsVoAJCbXbJ7zln37bDin2lzyKjE4b8A==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}