https://w3id.org/np/RAdLoEa0sY9CrH2_JFFnKTFK_TiMkDAUm7hZhIyg6O-lc
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAdLoEa0sY9CrH2_JFFnKTFK_TiMkDAUm7hZhIyg6O-lc> .
@prefix sub: <https://w3id.org/np/RAdLoEa0sY9CrH2_JFFnKTFK_TiMkDAUm7hZhIyg6O-lc/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoOSdXeEsI4RcN7zyM7g0MpEYQkCvuaV9uE0cw7F0q9m3KSGY0JqjpHULm4CsQNJ5NdzJDI+6fNYrTNEOx7KOYLyBR5cIk6SrxbzTghxvrCS4BVH3tiKuPX9WYm879X5Bk17Y1Ne5KDJYQUvb9IJqxihR8f/iSyHOSdSZXaOXWdhC4LtwCcCht0DONbODXMkFuvlMU9Xzg2iksShP2tjrhMPnYxyX4f3JruR4UKw7MeoxP5v1tFLqgk5MKcRG3V70uNsa5RloUSd6mP2vEzPqeUVcP54EXNpiEI4ro6QQWzMbva1F2CikBAx03OzP4eXr70V5jJCqRK4qt/5+rlSEiQIDAQAB";
npx:hasSignature "KOUe0hjIrobmL9olIUQnklZnF0qxvTfcKhc3MyB2pBGEY0MUi4R58yMZo28n3Daz/jOGGdIvIutIUhwQhWOpGTHBO4TSdT+NXIuJesZBiXq4hxCilBRqWKoELnt7IqK8ScGANXyAiccpkcrcM26EqI2xPT+ftyaSvfBDtrLknqTjsiHZGXtQmzOSpr3zL6p7MHA0ymIQA/ob6wGoh/MPvh9Up1KDCWqIdFjUYqj9aOlNlplxOuNslrrACwP4K+Ru35KAQUFGyJbpDx8ccieHaVnQP0JuFOz8B9o2TwVpI9nYfwPCtC8jpLI4uUYcjWPNJQen2fB5Lo7y76d4FR5N3g==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}