@prefix this: <http://purl.org/np/RAu-MdA66VJSes3zf1DpNzefOTwWtROuxUwSqYG_z9ulY> .
@prefix sub: <http://purl.org/np/RAu-MdA66VJSes3zf1DpNzefOTwWtROuxUwSqYG_z9ulY#> .
@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/RAUAW_RqSAt0WEFhK1HocijiB1VxulmfdcxLgGSTQteIQ#step> ;
    a pplan:Activity ;
    prov:endedAtTime "2021-06-14T14:00:52.075440"^^xsd:dateTime ;
    prov:startedAtTime "2021-06-14T14:00:52.072331"^^xsd:dateTime ;
    prov:used sub:img , sub:out1 .
  sub:img pplan:correspondsToVariable <http://purl.org/np/RAUAW_RqSAt0WEFhK1HocijiB1VxulmfdcxLgGSTQteIQ#img> ;
    a pplan:Entity ;
    rdf:value "<PIL.Image.Image image mode=L size=200x200 at 0x7F99B8848D50>" ;
    rdfs:label "img" .
  sub:out1 pplan:correspondsToVariable <http://purl.org/np/RAUAW_RqSAt0WEFhK1HocijiB1VxulmfdcxLgGSTQteIQ#out1> ;
    a pplan:Entity ;
    rdf:value "<PIL.Image.Image image mode=L size=200x200 at 0x7F99B88692D0>" ;
    rdfs:label "out1" .
}
sub:provenance {
  sub:assertion prov:generatedAtTime "2021-06-14T14:00:53.796637"^^xsd:dateTime .
}
sub:pubInfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDaCYguTENfhnBguOss5Ko4Se6PbZFiQobmQR6F72q2pSX6bOu5xbfYBNsFU05bN94tOpHZH6K4LNxHpzULkerkMOijLFsVE2s30zMcCE7+euQdMQ/bao3+H98791NXGPDgwVQ0lCipm5oFHteJyyjjrlzsLWqekLyFcY0hvB+8FwIDAQAB" ;
    npx:hasSignature "RadL1BGp97iy5SxuPXyZ+PInsxlIqnWKIfZIYdvQc33fb8kavpAHkDkPLcPiJsE3o7eB2K/wiq967mE3XX7M9a6N6G0om7S5BVbAE6/O2TnfvPBbDJDkSSwpFiWEYifmzeQ1sHaC7o5ciCTK9UYgj0gw1vxmSP/OHGS59S+vV+4=" ;
    npx:hasSignatureTarget this: .
  this: npx:introduces sub:fairstepprov ;
    prov:generatedAtTime "2021-06-14T14:00:53.796637"^^xsd:dateTime ;
    prov:wasAttributedTo <https://orcid.org/0000-0000-0000-0000> .
}