https://w3id.org/np/RAlzD6QUyC2L97R0MfioklPLu_rSM_b4S9Z6eV2bqC4bs
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAlzD6QUyC2L97R0MfioklPLu_rSM_b4S9Z6eV2bqC4bs> .
@prefix sub: <https://w3id.org/np/RAlzD6QUyC2L97R0MfioklPLu_rSM_b4S9Z6eV2bqC4bs/> .
@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/> .
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 <http://purl.org/dc/terms/created> "2024-01-01T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> .
}
sub:pubinfo {
this: <http://purl.org/dc/terms/creator> <https://orcid.org/0000-0000-0000-0000> .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqvqrjr0WuiU217Tc/U85jj2W610MBhqlTAXMASrxrmgVPVZAOMdsH9kKKsmwiNpkCDm0gG/ZqzZLINEq2k/4kuG5IMwKSw/AnSImxnGyKnnEpbf/ED98u/WifdtBtiTgAiwBkky9+Bg0UFaBEmzuwi8gSv22JyAIYbfs7LbbyuoeuKWtrVRRWPZ0i+cUtiU7Rcat6teo8V/zRLCKI9dQdrcFVmOvUr6xpKaBX69PVP0daUyNSRrZ8ta0Z9YXxPVo1DAKkEqr76SB82AtB30+5RX2HZa4mPyN5UBIG5rTah0cwSsetZ5R+nTj6qhfnGWW4EC46xeIt7uIaweSBGZ0IwIDAQAB";
npx:hasSignature "hxtnd5PvdtN+YMD8nbLKcDs0UKay+taRaTYxHtir9Tg0MYVf085GXUIXJI2b3AhYJB0ap8Gtr7DFtd0SXRZT77WZAfRaAX0zZQdhOUVNxQ3nqvBrlpvxrrY7GCTLMerzaETUveNDIcvBcJ2KCcuitizV59TGrh/uX8myRlQx4xSD/pZatMNF1tWe9GXX+Cgi5++C8pNnbFIXqhhkhxSXJwnlUA+mW/8ttQYXr8/6PWOTw4L8cgkR74VIfbxDNPvjAAAwowhkis1G5TLyLcTXn8EgP0ZcGayuagIWSQvyRWosircDrBwMzbYPW7UdyOvcKCkdrHgGjwkP4IgvP0en9w==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}