@prefix this: <http://purl.org/np/RAEDtUeUiBCsxHRuTcoPglWDBXydqEA_Xnnh4gvQYjgjw> .
@prefix sub: <http://purl.org/np/RAEDtUeUiBCsxHRuTcoPglWDBXydqEA_Xnnh4gvQYjgjw#> .
@prefix schema: <https://schema.org/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dc1: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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:LinguisticSystem a schema:ComputerLanguage ;
    rdfs:label "python" ;
    rdfs:seeAlso <https://www.wikidata.org/wiki/Q28865> ;
    owl:versionInfo "3.7.9.final.0" .
  sub:plan dc1:description """@is_fairworkflow(label='A simple image processing workflow, include grayscale, negative, guassian blur, blend, constrast')
def image_combined_workflow(img1, img2):
    img_combined = image_combined(img1, img2)
    return img_combined
""" ;
    dc1:language sub:LinguisticSystem ;
    a pplan:Plan ;
    rdfs:label "A simple image processing workflow, include grayscale, negative, guassian blur, blend, constrast" .
  <http://purl.org/np/RAR5UKl_WV3nY9iNF6nUHjgSDAmaHTuDvyz34osLbfo_A#out1> pplan:bindsTo sub:result .
  <http://purl.org/np/RAR5UKl_WV3nY9iNF6nUHjgSDAmaHTuDvyz34osLbfo_A#step> pplan:isStepOfPlan sub:plan .
}
sub:provenance {
  sub:assertion prov:generatedAtTime "2021-06-14T15:22:26.673588"^^xsd:dateTime .
}
sub:pubInfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCv0G5BIY0o0/ONHMQIggW+QXHEUcQJpY0KT8sDouETxw576phhzXtm1MjbuWmBP7kgBlbyhhObr6+/wXbtcuaUlFPupbRtArO/N3C7rhadtd5ZKqyj8Je+ku8vt7DcfR3qBWyNxSGyUrVZaWfM+r1cr6X/CaT6KQqv+D9BWpyKZwIDAQAB" ;
    npx:hasSignature "DfgVGb1DB+LPl+D/n/cYicbHTHO75E7oxV+ZF+bNo3hZrIfIjDD1CPdQeBNGvgNwowAKs428T0Kg1AO83AFiJmjVjFVpSkvUrn84jq2mVkk2G0sNym31uA2TjtMqaEtk1p9096T52K3KAwF1TcB21nLM9/TwUllKZZG1twmTmpc=" ;
    npx:hasSignatureTarget this: .
  this: npx:introduces sub:plan ;
    prov:generatedAtTime "2021-06-14T15:22:26.673588"^^xsd:dateTime ;
    prov:wasAttributedTo <https://orcid.org/0000-0000-0000-0000> .
}