https://w3id.org/np/RAeRtA8P3RhvgJfGHxOk2QEx4JCEIvKghKC8HS8oP-Vu4
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAeRtA8P3RhvgJfGHxOk2QEx4JCEIvKghKC8HS8oP-Vu4> .
@prefix sub: <https://w3id.org/np/RAeRtA8P3RhvgJfGHxOk2QEx4JCEIvKghKC8HS8oP-Vu4/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsBXo6Mtf7pURlh5FUGNyeSW4B+gMvrywjE1DmZGp8UoCV8PdzagIfVX0RcwkG8gpzoW1OyLYjfkJX6Jpfog1hV6pzhXc35ozPuOeR37aELOY+aIrcX77iw9MUg7bapr+TORtMRCrsME5hT7PqJOuyyLslRHW/ivmmTL241bjr0PoCei9od1qRs7h0ZqGDFY+qLhg5/GKngNzrPZvsev21FcJQqoolfxf7rnyk7UgYdaSBP8EjEex+YTClnkJNxsems4WuGDDN8iqfbkcqiLhzWysIylW5tEL1SVUUXRyKfcgkYQMHVrZOIkl6Rlt11GrGxu6DaI7/ALj2dK1X+FEZwIDAQAB";
npx:hasSignature "PX3q3MbP/5r1HRHdBeNMoZsFv60YbrL7OuVRDOPcBdhPRqjzZnFW4zvgjTqjA0JY28dKO2O0tk/E9hpGWl8AuzszRh9VySqJQ2VBWAkOiABACe/UmW6jah/Af+EjpwOCqNg6WyufSWM4tZRzF++gVa0BJe0URZj8aht5SuDPG85ta7c/WQU7KITDphxLmHySMpW/zk+EzRM4lwFFhwdQzqcnUosDpYq4wxXhMa6YIlLytsjCHB1kc5PZrqXCxrnLVYY6zAo/hUvruPW5WCXbs9N5NSya0XSNBeBzov/5b1wYsrUC7eASe/gGHAM6KWCgj4ZLHxvB2aGU1PnPTcS74A==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}