@prefix this: <http://purl.org/np/RAXPHwWmAzumLqR0T2Pg6aGbA34mdEz6oQZ4D1j0rdn1A> .
@prefix sub: <http://purl.org/np/RAXPHwWmAzumLqR0T2Pg6aGbA34mdEz6oQZ4D1j0rdn1A#> .
@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/RAgS-EYycaI6cjzP3TtHz60AVBhruitNPvstq8ZdTJQt0#step> ;
    a pplan:Activity ;
    prov:endedAtTime "2021-06-14T16:33:03.654355"^^xsd:dateTime ;
    prov:startedAtTime "2021-06-14T16:33:03.653801"^^xsd:dateTime ;
    prov:used sub:image1 , sub:image2 , sub:out1 .
  sub:image1 pplan:correspondsToVariable <http://purl.org/np/RAgS-EYycaI6cjzP3TtHz60AVBhruitNPvstq8ZdTJQt0#image1> ;
    a pplan:Entity ;
    rdf:value "<PIL.Image.Image image mode=L size=200x200 at 0x7F8162A75910>" ;
    rdfs:label "image1" .
  sub:image2 pplan:correspondsToVariable <http://purl.org/np/RAgS-EYycaI6cjzP3TtHz60AVBhruitNPvstq8ZdTJQt0#image2> ;
    a pplan:Entity ;
    rdf:value "<PIL.PngImagePlugin.PngImageFile image mode=RGB size=200x200 at 0x7F8162ADD4D0>" ;
    rdfs:label "image2" .
  sub:out1 pplan:correspondsToVariable <http://purl.org/np/RAgS-EYycaI6cjzP3TtHz60AVBhruitNPvstq8ZdTJQt0#out1> ;
    a pplan:Entity ;
    rdf:value "<PIL.Image.Image image mode=RGB size=200x200 at 0x7F8161736E10>" ;
    rdfs:label "out1" .
}
sub:provenance {
  sub:assertion prov:generatedAtTime "2021-06-14T16:33:07.751231"^^xsd:dateTime .
}
sub:pubInfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCMaX0e6Wh4s+QVm3Ktqp6oO9YXldQJwAnPWzobW5b8TQvBgEFIwoWzZCHbGQinVFCKLFJ3bLjMtEwl1mCcSDeGTJQv1Hf7aM9LvicLHqOZOS5nOAE/e+ibOzXnSdQV6W7ooOBY368j76WGmMocEt/3mbGkQfhbgRGlYMyHtgTQfQIDAQAB" ;
    npx:hasSignature "HTIOYNEijZollbm+5CtzE2mlDd3//YP6C8RSI8s1rktFART0ntA8yocaQR3HKPozGYgBhDzJJKwuKCbnYbuiIOOaLiXHDhK4kj3Ppk9rciUzx3sfE990EbzU2aIq7gPHcSdB+FOcelMvwMgGKkFqm9T31YMp4WLjU1RcMOiakRM=" ;
    npx:hasSignatureTarget this: .
  this: npx:introduces sub:fairstepprov ;
    prov:generatedAtTime "2021-06-14T16:33:07.751231"^^xsd:dateTime ;
    prov:wasAttributedTo <https://orcid.org/0000-0000-0000-0000> .
}