https://w3id.org/np/RASaeT3YV3aD6zfB63ScoNljWEuwWpXenGVF_-y89FRsY
.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/RASaeT3YV3aD6zfB63ScoNljWEuwWpXenGVF_-y89FRsY/> .
@prefix this: <https://w3id.org/np/RASaeT3YV3aD6zfB63ScoNljWEuwWpXenGVF_-y89FRsY> .
@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://test> hycl:claims "This is a test of nanopub-python" .
}
sub:provenance {
sub:assertion prov:generatedAtTime "2026-02-14T06:25:56.114419"^^xsd:dateTime;
prov:wasAttributedTo orcid:0000-0000-0000-0000 .
}
sub:pubinfo {
this: prov:generatedAtTime "2026-02-14T06:25:56.114419"^^xsd:dateTime;
prov:wasAttributedTo orcid:0000-0000-0000-0000 .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD3RHyHR7WWKBYevw1qK86B6RVzI7oKlvghqXvbpOAX1KueDE6Itru34HRhrVy4OMLCRQWBE3VXktKdbgOxD3vC4cIxz5LX+XOgGWzv5WKSjOfXu/yIeJrzsuIkyHvw7/tToGrE0itJ1wGylJv+YieizmGvNiUHhP0J0+YFMNnvewIDAQAB";
npx:hasSignature "jBAyirRbEo9fPhMP6FkfmVxZ47XhX67DWC//kaJNMNn1YiHlQVB6t8uIb53qg6DxkJPPcaXHbCyX713VlQjml720wM7j0ZqL1t1gNT4fXhBDke75H0eS0x9RbvAstSoMFHWs0ZZgiXwvJWz6htzWL3Lc48knv//55CKZzBmJNWc=";
npx:hasSignatureTarget this:;
npx:signedBy orcid:0000-0000-0000-0000 .
}