@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: <http://purl.org/np/RAHHhvsxFgr_SxeLjALNwygeuoJaOOtW7VOhm-e4wRJA0#> .
@prefix this: <http://purl.org/np/RAHHhvsxFgr_SxeLjALNwygeuoJaOOtW7VOhm-e4wRJA0> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  <http://test> hycl:claims "This is a test for the nanopub python library" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-1501-1082 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCR9fz0fKCdWOWC+pxhkQhEM/ppbdIYe5TLSdj+lJzSlv9mYBaPgrzVezSwwbmhlHBPDZa4/vHycU315BdmUGq+pXllp9+rWFfrb+kBJwhZjpG6BeyyXBsRFz4jmQVxl/ZYHilQTh/XalYzKkEAyTiEMPee4Kz61PaWOKH24CsnOQIDAQAB" ;
    npx:hasSignature "NFtC+EnmK1d3kkBY1khWLM+ELsERz+3NAoBDCCyJ39+gM1PX98tmldDV8fKJPthF7SOdR/80YWd3Kg+Ftv+/qm3rhrww02MlMiZtk6ptf/fbAPEAeEGJB/d4phVhmxq1TLyg3QUPNUsOuuS3uZoP25hy3fpOu+MLv9i4LZycYPM=" ;
    npx:hasSignatureTarget this: .
  this: prov:generatedAtTime "2022-10-14T13:45:00.536579"^^xsd:dateTime ;
    prov:wasAttributedTo orcid:0000-0002-1501-1082 .
}