https://w3id.org/np/RAYRWVM5aGYInqd3OBX9B_pc5xxuZYnL3NbDqZ1pehUg0
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAYRWVM5aGYInqd3OBX9B_pc5xxuZYnL3NbDqZ1pehUg0> .
@prefix sub: <https://w3id.org/np/RAYRWVM5aGYInqd3OBX9B_pc5xxuZYnL3NbDqZ1pehUg0/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4nzrfhbNrqn5DLQcWsDfyTBzUzKyodFxRrk+Nm+D1VstqoExm998yNImtkl7xbiF0GeA83+nqorlBqiQUwnYDhqRmfXHshirQry/LFb876uw+8wYHgT1Gv5uW6doUJ7FdwIg3s12xyp1AmordGFcKupytGQNbWil2HYBTwS5w7gQMRgZCVEUFcBXk8LsYq7mUMCcpOtAiV6Qa8TLirQo9VtyGSJijuuIr/mpnCSQTt8mpZuncdMcflf7PI9a/1upnxwOLo8g+8JcDSGCexvM8Lx/aZtEbo9M1XhCz4Go1tzjTTmuKtrrmN/DBDIJ5WqQWNcjdtpZAjIWyK7TwzJIXQIDAQAB";
npx:hasSignature "a0BWvMsCrr8kETtnZq2FJb4owCv0g/LPE33vczPw4Pz/ZpTeT9RLNFGDCr4loYqpAaPEe6OPt22Uq10GgQUlFoYUBfjd4EDyG7uGiz6ZnpoR8D0P0qsMbdAf4+BPb+yVc6JCdQsUh8/95vRsWzjcI7+Ox2IOSPqpG/kTEe2B/sy67mExnyeU3trdkW/7MP3N2p+ncsLwSh6TCVshLjn/M0hM6WO6HmtyEdfJJEAsELIZ/e3JdREaERZTmeuhSnqVC6pHCiHwHNTQr7EDspy0H+zBl8Z8/fuB9UMhqG3dwoiRWLloACWIs50s5/l1YY4D6vr+FxTCT/Ij0U3GnNP8iA==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}