https://w3id.org/np/RARdCNlr3V7-Qa3AqZ2xhkfJAU-q6p2M5wSU5W34dGdcs
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RARdCNlr3V7-Qa3AqZ2xhkfJAU-q6p2M5wSU5W34dGdcs> .
@prefix sub: <https://w3id.org/np/RARdCNlr3V7-Qa3AqZ2xhkfJAU-q6p2M5wSU5W34dGdcs/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtfAvxIrbwMDj1JWdN0EeW9Donhb7GQTU1DFlWKo5vMjI2yhoraNdEww+XZER2u2hrG6bJf22f7UiTUwO45VmU8saSIKzeERVEApXjkrI03Qbto72unOvpatnBMTEfJcauUUGUwRXlTFIz4F/lXb1cP5uCY7UvIcuQ9gpho5SEZiHOFGhiWWgJ808x5TtOcQXCiWF/a5SlPF5N7RoJIMWnvmSJT8ECdso0U/PgOw2r18h2CMqkEp90iOpGsKNXoLHhr0A5cJsr9i4gXEfe98ab/aYs26sRL95HMsFauYPYTsm8oqGdSDJ+J4IyXf+8ytZrqMaTgL/FSiMUvWw6bzABQIDAQAB";
npx:hasSignature "ZCgzBxi3qTDVuRMKe3udJ5TJ6L9pVfm92U6hMmIb/XVAUEFYl0CTA/Z30u9iIlrMgPYl+4BZRV7+Lc4y9Yq4X+G2NpG8AIC8e+JfHb4MxJPdhiWrbZuvVOcjdKsESJ8ErAq9gdQISq7jKDFDMqvrKlPgzRs00SNQmqQPjQRfg0vFGCPbDDTShjGx/Ss+xnaWFWHTHSd+efXrLx1422chk3lHWXebeKhnpYdP+SI1efhzXetpXO0tuSsmqWhcKZc5M2bjCz2PMEqoBMEmYQf4sLMsz5hQZwRe0G6I/xzwz74ejMbhP8upuPwp50VhDZhWJVAxnio2Y6D6V6YrJ8JOfg==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}