https://w3id.org/np/RAnjKIBXjg6wpHfrT5p3aot0hpC_Wc7JisCv5q-eWdrRE
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAnjKIBXjg6wpHfrT5p3aot0hpC_Wc7JisCv5q-eWdrRE> .
@prefix sub: <https://w3id.org/np/RAnjKIBXjg6wpHfrT5p3aot0hpC_Wc7JisCv5q-eWdrRE/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA8U5ypf+MjjPjs0WmI769LQNgC8u9NgqKs+gl7rHewigessIO47Qn6omGLbfcOMT29xlOjK1cYUeq5raywM0OnurGFRyCQBvO391S19imi4f0OATGVyU6OG9HMtWh8XEgitt3jpBLi0sKTPnOdR7Z48mcNhnAdXnkrDqeTaUrNOrX5mcOcqgDKRDgPpjFUXahaVap/Z8NNSEOwVRZODBhMjv0JY84noAjLMpXlB1W54YT5kStwQAe+SSgLoOwb+fqCpKMA9SjZNLZ5xswBtLnqNwytVR+lUwKW1fnCq//EvQ0vqm3Y97cC9ZEnqPhkW+Tyzn++s4ZJe5LJXFt4z5LtwIDAQAB";
npx:hasSignature "eHBqEhxYlfhKE/6mZ3ilwus/PMoaO6L8nq27aOvqL+0xozbISb6XqlZUg8LCaOvIbLOagN2NxPBeKAs7uUsxeo/SPy/Uab4cPbGiKh4eaq0qzBpQDEv6x8mmtTaZXsaTPkGcfwgjNkLdYO9FMPPMqQOOIBpI9um2q60AlM5ydJW3O3feM4LTzvKalr7sYQAw7acKc1RqWD1HqFUbXfBZOtw6iXt2qXEe8DgVcLMLx5ZUgv2jagxjE0sSTvpb4Lf7pnFmHZMr1SFr7yYgpFMffoBZfIi0qlt70jPDMsAsiTjqrIvezP/JCV4CB5vVw8MtYh5Z3BF8sG+e9B/lQ37y0A==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}