@prefix this: <http://purl.org/np/RA5L1uAVBvihJBx3n3lK7kEZJLLtbVmlOKJW8KbUXfMng> .
@prefix sub: <http://purl.org/np/RA5L1uAVBvihJBx3n3lK7kEZJLLtbVmlOKJW8KbUXfMng#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix pplan: <http://purl.org/net/p-plan#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubInfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:fairstepprov pplan:correspondsToStep <http://purl.org/np/RAWSfFc2Cwa1Cm8wN41EmakCi_uPyCGFabS-XGLzf5Hb4#step> ;
    a pplan:Activity ;
    prov:endedAtTime "2021-06-14T16:36:11.871279"^^xsd:dateTime ;
    prov:startedAtTime "2021-06-14T16:36:11.868930"^^xsd:dateTime ;
    prov:used sub:img , sub:out1 .
  sub:img pplan:correspondsToVariable <http://purl.org/np/RAWSfFc2Cwa1Cm8wN41EmakCi_uPyCGFabS-XGLzf5Hb4#img> ;
    a pplan:Entity ;
    rdf:value "<PIL.PngImagePlugin.PngImageFile image mode=RGB size=200x200 at 0x7F8162A34F50>" ;
    rdfs:label "img" .
  sub:out1 pplan:correspondsToVariable <http://purl.org/np/RAWSfFc2Cwa1Cm8wN41EmakCi_uPyCGFabS-XGLzf5Hb4#out1> ;
    a pplan:Entity ;
    rdf:value "<PIL.Image.Image image mode=RGB size=200x200 at 0x7F8162446C90>" ;
    rdfs:label "out1" .
}
sub:provenance {
  sub:assertion prov:generatedAtTime "2021-06-14T16:36:11.881638"^^xsd:dateTime .
}
sub:pubInfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCMaX0e6Wh4s+QVm3Ktqp6oO9YXldQJwAnPWzobW5b8TQvBgEFIwoWzZCHbGQinVFCKLFJ3bLjMtEwl1mCcSDeGTJQv1Hf7aM9LvicLHqOZOS5nOAE/e+ibOzXnSdQV6W7ooOBY368j76WGmMocEt/3mbGkQfhbgRGlYMyHtgTQfQIDAQAB" ;
    npx:hasSignature "QTPQTXH1QZX4vZpa+WRFM4N1EwaJRs35cwMZAgaP2nLebOnuRZMiHmEvXpMRrXBE3sK/s4LUJwe6MyE0tHJOaFV0yD6a4ZrPdthcPTxa5C/6jnuYLhINPLhJPIsE2lEKaPtXo58NJCHukCfaRHwhU6kuWi2Z/ZPJCQlXXt/MC7M=" ;
    npx:hasSignatureTarget this: .
  this: npx:introduces sub:fairstepprov ;
    prov:generatedAtTime "2021-06-14T16:36:11.881638"^^xsd:dateTime ;
    prov:wasAttributedTo <https://orcid.org/0000-0000-0000-0000> .
}