https://w3id.org/np/RAiNYvd5HuMwSogu01qNFb6FrF2pyFDKDmc0d7VV3lEv8
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAiNYvd5HuMwSogu01qNFb6FrF2pyFDKDmc0d7VV3lEv8> .
@prefix sub: <https://w3id.org/np/RAiNYvd5HuMwSogu01qNFb6FrF2pyFDKDmc0d7VV3lEv8/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiwvrZBNSpETekSSDbXRrFK5P4IJeK5jEaSyabw7mtWZKwQIkhaUHJZX0Is3DdZ2lujeHSjRpy5vCIiIAcJq3Omqd4uaMpM8KCd1n0EsyYQr+QUs56zPM3IGJFZqj+tjkocEy+U4Ez6L2IeeEXsl4elSgceBk93q5HztMhx4r0U0qEG1GWxUdlABqNGExz6Xyd10f5awrRZOePWyo325G1qhwQDpqJ7iwIP2Jg58h1opRUxCKCfNe0VteGriuWLf6Z/SDQNHtEeu/IApd2jIjnH8BeAElnNhxWCCyqJ6LaQNgf5RfLZ1DLTZrIyNyYA31ndbWmRc8Og4W4bT7ka/jbQIDAQAB";
npx:hasSignature "cCXa6xQHaJJNl0ifg6yHpiO1fyRJmrNwGp96vd1O/bc7SUvqIOsBDM8/Z8/JdV4AxukKtTE24jnOmUfIZPGsO9cjz/M0zw0UOWM2RDwdpm70z0IJNcKSpnh8WCnIWEooNIQZ6CC7R/SS4aOLCoyfm7QKM8uBwyDemV3GA6QaDvKBMCiGYVFggJyR8h6fFTorubKN52PdotVGhEo7PYwYD6KIhXQC9GTVR3WGUO/sctoE5oWcdupruoSd7obrxlUVkhPVBLbrlwEgM1iLTqsyIQAbmDABhbicpIecRyMCZOWZItNQLoT5ccqs9l7ykgRr/YSG69uYCok02UyuCq96pQ==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}