https://w3id.org/np/RAF2n-E7LGYmF475zv7zbLZFD0Qv8XwiJfXDJuqc8k11A
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAF2n-E7LGYmF475zv7zbLZFD0Qv8XwiJfXDJuqc8k11A> .
@prefix sub: <https://w3id.org/np/RAF2n-E7LGYmF475zv7zbLZFD0Qv8XwiJfXDJuqc8k11A/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlRR/h2iLB5F4ZidZJmebj1K5ZcQuW06jaRQblugMqQXGfbe5WUj9alBaxUQl3gLcp2GDIe8XDPZTVIzi+7AUGMbcGmfupKVQZjpt9uhUsGJidibSjcqQSDAPUImp5sPgYMLNicC5rxS1E/Rooesl51jJo/pil6ZfW0RpjeqkglcpxsOfG4hr72XyCnxmmYC2BOEIcIDiM3AwN3+vRAwjlr0Aehs/ZzlpgdPf3cNglLTBuOnfVed+uu6T7/GjzxXTgfkq9YhJmNmUiBfUCWbvvo5u/GSxdGTmMjc9Omj7eIZgor12UPfpu6vx2K7CKfnpjD7y28bolTh60Np8PnLX4wIDAQAB";
npx:hasSignature "Z5RZWXzRHs5ONHNAmOTrZCZWkuvZ/Q2cg4jLRGcHa549LZNd9zoFIq5Jbd6VQw2TEsKpPBRCSHyohkEChAzEdAn7zhJrStiDflfJqghRpH0QiBlOBpy9QrCVH05RblvYd+hhGbFIQoUk7/Cs92sTgg+jl8tyABNPQR+orYwVPJ94/sRoON3I9/+hNkiciEIruECuY5hrL96l1zor+JYUxuWAcrlI8SfZRUulLpsJW/tc7eavcmrORTDNSWsdHY8IeK/syIK55JtpobSM70+SU9XK9XuU2GOX/mHQagAtCxizd3eWf2ycsnGrT8m0CKtGF565iEPsmaI24xr36fJBdQ==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}