https://w3id.org/np/RA6H-BNwZGlv5KXyUf8P1X3ul128xVK28TwHpRBmDwdf0
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RA6H-BNwZGlv5KXyUf8P1X3ul128xVK28TwHpRBmDwdf0> .
@prefix sub: <https://w3id.org/np/RA6H-BNwZGlv5KXyUf8P1X3ul128xVK28TwHpRBmDwdf0/> .
@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/> .
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 <http://purl.org/dc/terms/created> "2024-01-01T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> .
}
sub:pubinfo {
this: <http://purl.org/dc/terms/creator> <https://orcid.org/0000-0000-0000-0000> .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxCG0lP8StVCez13VtOdzqEjmlcsTjudOrOxGz0vT8aRkqP3GfRK/Wj7bBMP6aCnqQp2cM+Qr3hIGsoIZZGBo4Sw2BQf0jTaiF3aCGo+GheFBL1F10WHhcG4GP99ThmvU//oDzKjLWEA2rjKrIgzN+NKOHGlIN3i+UCtq7BTqrB5JMRGR28TNPuyRjdWlPpFDiRpjytYefhVnIKK0th+pgrk/2e40T1X6iQBsGTmAoBxRFg+d0NBuMxD5c2sHZeRaQ+V6MlIl4jXoMsAhj5dIyJg81ugMJ4GnSqLCAE8FGmDabUIUpwIS0jrBLM3X4DmgsQZG76s8GGiOtR0HJULh3wIDAQAB";
npx:hasSignature "XYBGM9dnA8029fvaKbBably7wdM2HGjXNZrMJNHfVXKXX8eLCO6uXBIdf18o+eUSsbwGIpgGQzPsHEMzp/7TYJxawEXY7BhmoOvEbRm2Cx8on0gvc7pWYOC3MgRjRDKvVqvod165tczhxQgP6AsoZYmSeJ2k/yIMX0Xx1c1oh9V1EAJLrazFECC5uo0jvCKQHwfYV4T8S+8QJ2ANK9DeQBU/zNehsAePo9piYLTTuKwjN0i46yhnrIj98dIH17fx4tJ0tZ3e/JhrwdFrP4B/pswjWXr6j7tyKx3zW+Sq1HgmBt43Tad4vHiZzLieW/pT7gPpkBCMMUF0AOxrBdaZ7A==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}