@prefix hycl: . @prefix np: . @prefix npx: . @prefix orcid: . @prefix prov: . @prefix sub: . @prefix this: . 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 { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD3RHyHR7WWKBYevw1qK86B6RVzI7oKlvghqXvbpOAX1KueDE6Itru34HRhrVy4OMLCRQWBE3VXktKdbgOxD3vC4cIxz5LX+XOgGWzv5WKSjOfXu/yIeJrzsuIkyHvw7/tToGrE0itJ1wGylJv+YieizmGvNiUHhP0J0+YFMNnvewIDAQAB"; npx:hasSignature "V3Z6Sb68ayihJvljgc26NB3h7ZS4qIDLYrtB0Geb1ckIHcf33aYoCvFItxWzyUhI/PBkyh+ptVXsg1Pg6Oh0ZUWH8aiEJnXfTDCOkOPtRBAG0SKNutv7egwxNPfpo6M+yWvLYnObU3HyHUP8WEQL2MwlwyHFPc44GWe9vRBSd1w="; npx:hasSignatureTarget this: . this: prov:wasAttributedTo orcid:0000-0000-0000-0000 . }