https://w3id.org/np/RAuuCgGts20ueQqg-0KxCP8wGik_PkzX92b3bLLueFYqU
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAuuCgGts20ueQqg-0KxCP8wGik_PkzX92b3bLLueFYqU> .
@prefix sub: <https://w3id.org/np/RAuuCgGts20ueQqg-0KxCP8wGik_PkzX92b3bLLueFYqU/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAq12CDtW9fjZ5jNsUhn3pgAuYSwjdCaqJryUhJgRtfrNv+kVF4xxEJgBRvSbA7zH6GUwdZA2SXKhbGqlIdQ/3S1hCuv5Dp7jBLz+Cba6w8L6gHDV9+1ywJFjS5Hyu2YUPzPUe6BrleDcfeNKK8eaXTkG4bfxXhsDJW5zRlLYBPacpLCxkoCPsQ2pJ6JU6hAIY8yrfZr9b0yPeBGIQ5mvnns+nD/rZT5OUv9pb5+KIaDa7NmsgWbAaAGeta0AuuZHAcrv6u6IKiQo0ViVNb5Pz8JU26pz2kbLipohfbCXkNmYpYOtR2PmtDnibGHkMFpQXGwtvDwfPXKDJhuO9lHiHowIDAQAB";
npx:hasSignature "gede6oEVGjR+zDVA8AL+iyCpiMyC+6sd8Z7apKiTcF9ra+XvErkGNh+I7LuubCcE3CElGsQf/TzGpt2xwByJ7ytLJRLezjg/Y5ph0Edh+tuayfIm4aGpm1u+2pT7KkyQ+ELyBGgYLZfRxPUeNkffQJ0qt+TGQS75Y4gB9DaHdLidBvVMeBXlyKHW1OQ5jC6jRE2wZc5W4vQUbxu3rjo6t3PSPbvPYPpznWvT1gv+gLNhzLHyKUl21jJit8ljN3lAxsjIy3A14KL5mrCos2Ch8tuRBQx7qTa3/B1IPgLVOU+dV2OJpK3D5+YxK2oH0jJOuUpCUVPqr7yPvhLNEOvuKg==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}