Nanopublication

< Home

ID

https://w3id.org/np/RAu4iBGcrrs2bYLFvLl7qDiPKAWG3cITmamln9vBpj73o

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@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/RAu4iBGcrrs2bYLFvLl7qDiPKAWG3cITmamln9vBpj73o/> .
@prefix this: <https://w3id.org/np/RAu4iBGcrrs2bYLFvLl7qDiPKAWG3cITmamln9vBpj73o> .
@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-13T16:55:41.034627"^^xsd:dateTime;
    prov:wasAttributedTo orcid:0000-0000-0000-0000 .
}

sub:pubinfo {
  this: prov:generatedAtTime "2026-02-13T16:55:41.034627"^^xsd:dateTime;
    prov:wasAttributedTo orcid:0000-0000-0000-0000 .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD3RHyHR7WWKBYevw1qK86B6RVzI7oKlvghqXvbpOAX1KueDE6Itru34HRhrVy4OMLCRQWBE3VXktKdbgOxD3vC4cIxz5LX+XOgGWzv5WKSjOfXu/yIeJrzsuIkyHvw7/tToGrE0itJ1wGylJv+YieizmGvNiUHhP0J0+YFMNnvewIDAQAB";
    npx:hasSignature "E8J9rLqOi58ofWzKMxLP4tdIezuZsiBTsnxLH6MjlNRTEnfbMhrPoVRFo98EEJaf263mrq/x7zqByuq8wbc4UusVXoUtKiYxPsgCfVan1FdkU1FGBfsNbyTCCr/VW2QaahmNLs5tSZEiXvx3WQCRDDij8VEHwYnlOeLcxO9A9xg=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0000-0000-0000 .
}