@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix p-plan: <http://purl.org/net/p-plan#> .
@prefix orcid: <https://orcid.org/> .
@prefix this: <http://purl.org/np/RALTgU5fdMjZP0HRKDKiseZDSfbo0OhMhnlX1Svzj-Lns> .
@prefix sub: <http://purl.org/np/RALTgU5fdMjZP0HRKDKiseZDSfbo0OhMhnlX1Svzj-Lns#> .
@prefix schema: <https://schema.org/> .
@prefix bpmn: <http://dkm.fbk.eu/index.php/BPMN2_Ontology#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@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.3.final.0" .
  sub:image a p-plan:Variable ;
    rdfs:comment "None" ;
    rdfs:label "image" .
  sub:out1 a p-plan:Variable ;
    rdfs:comment "None" ;
    rdfs:label "out1" .
  sub:step dcterms:description """@is_fairstep(label='Put here a name of your awesome step (include the word awesome so others will find it)')
# Give it your own name:
def my_awesome_stepaww(image):   
    from PIL import Image
    from PIL import Image, ImageFilter
    return img.filter(ImageFilter.BLUR)
    return new_image
""" ;
    dcterms:language sub:LinguisticSystem ;
    p-plan:hasInputVar sub:image ;
    p-plan:hasOutputVar sub:out1 ;
    a bpmn:ScriptTask , p-plan:Step ;
    rdfs:label "Put here a name of your awesome step (include the word awesome so others will find it)" .
}
sub:provenance {
  sub:assertion prov:generatedAtTime "2021-06-02T16:11:24.135467"^^xsd:dateTime .
}
sub:pubInfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDwVEh5O7TBeRiUlx8GLEIs6/OdRCaD37EQXNxKiDoTyGiYgqiXR1/yeVKWvX986lh+x6eFnKwTivxHOx/OJNP9ow7g0GmCn1iy5DZypYiHnxUXx5U8+L/Bu7cGO5nYGq7ODaQ+YPW1ORMeaivuOCTnDDhVCZep0j2Q56qV7EgD9QIDAQAB" ;
    npx:hasSignature "KfqLI7HvNbDFkS3FoPxB9T5bLqcpS+jYkIzyS3rd710h82ySB4qL06enXPo1QqeDVOlakR8idWj0SfmDW002IUU7MoSmOHhHqdFEMrcUgLYGnjdbXhcv3krQ4SEtfyozKAsbON2JgdZRZ3/wOarAN/utUPsN/0Yt1tsf+07IGps=" ;
    npx:hasSignatureTarget this: .
  this: npx:introduces sub:step ;
    prov:generatedAtTime "2021-06-02T16:11:24.135467"^^xsd:dateTime ;
    prov:wasAttributedTo orcid:0000-0000-0000-0000 .
}