https://w3id.org/np/RA0bsx8_bLSeR6AW2d7AiXKQuEmO1JH4NeBGXMk68Yhzs
.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/RA0bsx8_bLSeR6AW2d7AiXKQuEmO1JH4NeBGXMk68Yhzs/> .
@prefix this: <https://w3id.org/np/RA0bsx8_bLSeR6AW2d7AiXKQuEmO1JH4NeBGXMk68Yhzs> .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
<http://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 "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCMQ6260hct5G39ZiAjYqux8uH7kv55io1fuN8wYzinZKSiVXrzpE47rqj6mqRs8VGAc4LJqfSCNb1aMzQqSlx8RAdjR7NgihOUlWyi02IYBejvcABsXj2VkTu3jmjEEfAxQetu+0andlRaFA29zyoLrLkX0s1whcFAOL0+Tm57SwIDAQAB";
npx:hasSignature "X5v5pfQZbSRq+ifYVFj3k9xf74Fapy3RhHaLKXWbEw/wlRTVOR9FvVEwi/Qkt56YuNYbLrQ3+FynH89T5PxI49lb0LhM0je+alAZgnWRJRz9SI+zz9UFZiFNxTn2SRLfbuqTr5zQrODI0J8qey09bzmbi7BIN+Kj0hm7d0/sLRA=";
npx:hasSignatureTarget this:;
npx:signedBy orcid:0000-0000-0000-0000 .
}