https://w3id.org/np/RAduLxe6bVhDwDab-DfYHaMNNqFuY-XA4t4xK1VUutk7o
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAduLxe6bVhDwDab-DfYHaMNNqFuY-XA4t4xK1VUutk7o> .
@prefix sub: <https://w3id.org/np/RAduLxe6bVhDwDab-DfYHaMNNqFuY-XA4t4xK1VUutk7o/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3jNO6zbd3Lu/jqjpg/tTPQmqgL57pUdeSMsYUH41RSo0XAcpVDpqqDJA277pptpdFgAIXdh/f6ymsAjxuHO9n625nYsElxHFSyZPREMdE4GqKedbNJ4TeOIWV5FwvEIlCrAagofNHMhjRkxzSy1uslXl+0spB9wVPFsyoXLLCHWG7WHTs1u6BiqCTQ6SZabD9anh9aZ1arcq4dLKnTtcKwiSfSnwaHJASENEluXsHe4iqLqVOkU3h5fxZdaM4HOcGLAjOc7Bl0F84t11TqyVJpGXrOlVMZIbh7qcNX52oz6TvhJtCVln04PbXYKGpccMLJxc/oa20iUQiioqHd/YcwIDAQAB";
npx:hasSignature "PpHkyiyLSzGkq0PZj5HhLmodSdkNB5jgLY3Maygio4DFtHO35SH/N9YhMmGlXP9IsEjsQSXT6zdhSquJ959Lj3ouiKgEgYKON2m5QzS5kDU1PG80GdYZK6lwy1q2GFiXckzOfVtxpRpzz5Bght8MF6BCeYyam4c1N/ObvTTjT3Jk3uyOOndyzJHKBhELToyOdwdCZm1AV88iQEDn0ca+y7BTi2QAicfqSgHmWOaav8ZMmSvWT1YYhiqaIbvorYDhvST/fI7px1qExS+9AxXaeLNx6XVIYyUWct4AE6sLt9onNA5zDxkXQbyIC0Yr319KJa8nLVZn5aHL7P/WoPpiuw==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}