@prefix dct: <http://purl.org/dc/terms/> .
@prefix orcid: <https://orcid.org/> .
@prefix this: <http://purl.org/np/RApZIbjaIP3Je0gXbzx51ih8HyBoabZ68GMmSVR8t_Xb8> .
@prefix sub: <http://purl.org/np/RApZIbjaIP3Je0gXbzx51ih8HyBoabZ68GMmSVR8t_Xb8#> .
@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 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#> .

<http://purl.org/np/RApZIbjaIP3Je0gXbzx51ih8HyBoabZ68GMmSVR8t_Xb8> a np:Nanopublication;
  np:hasAssertion sub:assertion;
  np:hasProvenance sub:provenance;
  np:hasPublicationInfo sub:pubInfo;
  npx:introduces sub:step;
  prov:generatedAtTime "2021-06-14T17:08:36.350420"^^xsd:dateTime;
  prov:wasAttributedTo orcid:0000-0000-0000-0000 .

sub:LinguisticSystem a schema:ComputerLanguage;
  rdfs:label "python";
  rdfs:seeAlso <https://www.wikidata.org/wiki/Q28865>;
  owl:versionInfo "3.7.9.final.0" .

sub:img1 a pplan:Variable;
  rdfs:comment "float";
  rdfs:label "img1" .

sub:img2 a pplan:Variable;
  rdfs:comment "float";
  rdfs:label "img2" .

sub:out1 a pplan:Variable;
  rdfs:comment "float";
  rdfs:label "out1" .

sub:step a bpmn:ScriptTask, pplan:Step;
  dct:description """@is_fairstep(label='Blend the grayscale image from step 1 with the blurred negative from step 3')
def image_blend(img1:float, img2:float) -> float:
    img_blend = Image.blend(img1,img2,0.0)
    return img_blend
""";
  dct:language sub:LinguisticSystem;
  pplan:hasInputVar sub:img1, sub:img2;
  pplan:hasOutputVar sub:out1;
  rdfs:label "Blend the grayscale image from step 1 with the blurred negative from step 3" .

sub:assertion prov:generatedAtTime "2021-06-14T17:08:36.350420"^^xsd:dateTime .

sub:sig npx:hasAlgorithm "RSA";
  npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCv0G5BIY0o0/ONHMQIggW+QXHEUcQJpY0KT8sDouETxw576phhzXtm1MjbuWmBP7kgBlbyhhObr6+/wXbtcuaUlFPupbRtArO/N3C7rhadtd5ZKqyj8Je+ku8vt7DcfR3qBWyNxSGyUrVZaWfM+r1cr6X/CaT6KQqv+D9BWpyKZwIDAQAB";
  npx:hasSignature "WjB8e6atUsa+AndSzAWNK9vEXxxG3y5KmHZPUHJFIAXotchzoU5UMoNnfpj3bhEvPO0gl8jl/TnZKhYg6swwnveybFCXrvfWdRtLhN5bM8DXI7MNCw1j8pnc6QR7j1UsspUzOMEJzsJ2NvaSxgGvmHXQNmZcl7uwy4Mc2wB+w7A=";
  npx:hasSignatureTarget <http://purl.org/np/RApZIbjaIP3Je0gXbzx51ih8HyBoabZ68GMmSVR8t_Xb8> .

