https://w3id.org/np/RAxkLLuK1D83eW-KkaS63LA22fXhIL1c2PYC2WaEnzw-0
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix hycl: <http://purl.org/petapico/o/hycl#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix sub: <https://w3id.org/np/RAxkLLuK1D83eW-KkaS63LA22fXhIL1c2PYC2WaEnzw-0/> .
@prefix this: <https://w3id.org/np/RAxkLLuK1D83eW-KkaS63LA22fXhIL1c2PYC2WaEnzw-0> .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
sub:_test hycl:claims "This is a test of nanopub-python" .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0000-0000-0000 .
}
sub:pubinfo {
this: prov:wasAttributedTo orcid:0000-0000-0000-0000 .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5S560gPKj0ahIugLiyJVurGWCBGLl6uOPvqM69aJseUgMgrVIwgfG/1mLdbFjHIeChge98PfUV/al3aer5jzVlerslHgKG2olAto5QrW24MIlAcgjitpoNFs6rLFR1ag2LuW71RoKbPxLwX+Ef5qwRJwPyDf5ux45YJNi85BRC70ZbXedV9G8xIsd5pE6n7JgW+DPWsGY5omg74HTUj9VIOIIOYlVh67Cti79bLLtki8zSbfDjYXUTX3RgAmbKfw5Rtw8aOKuNO23lCnJoabBm2pjS40tSZkN9TrDYQHcxz+JB2YtYFMtv9CDz1la0A1KBzNW7/BAYGBg0OQ1Bb/7wIDAQAB";
npx:hasSignature "M+5JrWjCcl/Yw8SL5m8g6wSyOnDN4G2W9mXaUJjM9DHLM7FtCfMX8YCv0hU+JahQ4ALC8hpBsEHcrb1NuHrzd2w0kSZ/aM77oiknWM/SXazVmO44s/+i3HJZfD1iVs3ZCjlJ/7g8SrhVUvUphDzrrj05XwJ8xTIhM76rQGrofaSlC74Q0oUzvY3/YNQSx++LHTiiGwCsMVbLEc3D8Bd9G+/ig8n+7ldDFi8ST1Cw/ueqhlU8fQMsV4xIdd3Em1BrfkuQMdqt7HcG2lY1WZmU9A4WJz85Sc30rZ7chFV5eNftA/D8+zpQ6x1/H11aWKIsCcnZ8DehrxijibD7GRGQFw==";
npx:hasSignatureTarget this:;
npx:signedBy orcid:0000-0000-0000-0000 .
}