https://w3id.org/np/RAp218UFPFzwMxLLNz2ZnB8XB53vPQZpnHvNEsZ7RQxGQ
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAp218UFPFzwMxLLNz2ZnB8XB53vPQZpnHvNEsZ7RQxGQ> .
@prefix sub: <https://w3id.org/np/RAp218UFPFzwMxLLNz2ZnB8XB53vPQZpnHvNEsZ7RQxGQ/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxYcUtUpL4WsAIKXzM28ThRRR5/fHHclhxEqalyMHewvL6r+45MIe1ajNrCN7HqkXnU9T/MuwZAkRMJgwhEcLl6ZjfA9peF5VcmaY+4pvg7/7YIMHLC43I0/z/2HQ4jiwWUnByGryyQ1e+sNoQDArbpfa8ZBiS8YEa575P2wWZcdKNu0AREqITkrwi7vNOsV6hKPv9+qm/AuozFiL4YP+CM1ppYZIFeWNfSxRyg1x3xrAwimXWAbNMc7RZLZKlH5LmPxRrp41isO16ZI+4RYs8gNs/4qdjJ19P/ADWJFnI8QD2W4GBc9MdnnEcEmx+GYHRM2NYu150VtI9S9XMxdENQIDAQAB";
npx:hasSignature "gsYos1ES9dHNW4tjFVcYAK7qvAefYAgpFmDrFYDPv6/U5lCVOavt5gY8yBzHspOtuMq1c7BW2IXEanODea6C1JEnGcjspIt1wxG/hKyfSlZ3dCfTEdxFb4zS4z58+dnn31vmg8DIQzSUp6+TfmOv0VHSkKLl0hTIjsnNXlat6EEUHOMNf/DRPBfeF1bznq/zy48Vfrq5iPJ4ufTnefQKg8/qUaJocAq3hsV07rX1/No6mcw2brkzZXBDWVIS4BraNdSfeZZ58yIcKLyvaQSWWFaFQR4Keick5D41+3C2WNUXyigScybrSWU0IISnnWHXyAYySA8Cun4tpxn5h8shmw==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}