https://w3id.org/np/RAfNvp2UyM-348VJfr_yxeLS2tMajDAnxoVVYJBlON2zs
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAfNvp2UyM-348VJfr_yxeLS2tMajDAnxoVVYJBlON2zs> .
@prefix sub: <https://w3id.org/np/RAfNvp2UyM-348VJfr_yxeLS2tMajDAnxoVVYJBlON2zs/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvKbUW1e7Hb4xrTW9cGYasGhwXOKcyCDAWoXK8ojeDQgG2DlORx3xfEG5g5JZEDSWaoINv3UpsEx/rftw+Mr+K+upnOA6Wvlcr9IuGV3zbX6YiClf+j8qrjKwgYXZxhk8+7w7xML2NMhc1JzDF+Mbu81Lz0EvEHIQzxBWkH9oeQpluprDz5+3phdfHdS3mCX5YVLTOuR81cBXhu8kuOWYu72GxHPGjRPve4m5NDx1CEICKWXC7QB/8ze8ATo7oSV/TXMlrMapEBzXMzGaTs4tNnqMZIYJtv1d+aGD9aFM9i247gLjpgZ2Ua6pAVKCN0KlYR+7znMuy6KSCO22pdtHxQIDAQAB";
npx:hasSignature "j1W448k2Sgh8C+p9fio4aCkgw+iqs0pkTiXiGeDsXNAyER76RNvA3y6WZS+Nc99nT7z4T3C50ueCs+zZT7aeuo1S0TT40DGJuWfh0/8AJIaGZK39gv1bUcXjR1LlpmvuHrB2QmNCyrj2OqlNtNZszjszN38hKkL+t23iOG3Ffr1gvRI0a7V5ebAcyQLeKscDqSsalH+DdmBstIBvOtkf6udF/MnJd5MG0Zl54JoZivdFueYq/bNLZ483/rS7RVpdR2Pg6Fujo2r097VsU9YGxUwjN1jZPNfxr9en+EktaaFcxyHLlf0EXaJkNqQb6IRjOS05W1o5N4twUyQto6P3GA==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}