@prefix this: . @prefix sub: . @prefix schema: . @prefix bpmn: . @prefix np: . @prefix dc1: . @prefix owl: . @prefix npx: . @prefix pplan: . @prefix xsd: . @prefix rdfs: . @prefix 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 ; owl:versionInfo "3.7.9.final.0" . sub:img a pplan:Variable; rdfs:comment "None"; rdfs:label "img" . sub:out1 a pplan:Variable; rdfs:comment "None"; rdfs:label "out1" . sub:step dc1:description """@is_fairstep(label='Make white background of image transparent') def white_to_transparency(img): from PIL import Image img = img.convert(\"RGBA\") data = img.getdata() new_data = [] for item in data: if item[0] == 255 and item[1] == 255 and item[2] == 255: new_data.append((255, 255, 255, 0)) else: new_data.append(item) img.putdata(new_data) return img """; dc1:language sub:LinguisticSystem; pplan:hasInputVar sub:img; pplan:hasOutputVar sub:out1; a bpmn:ScriptTask, pplan:Step; rdfs:label "Make white background of image transparent" . } sub:provenance { sub:assertion prov:generatedAtTime "2021-06-14T13:50:11.107188"^^xsd:dateTime . } sub:pubInfo { sub:assertion prov:wasDerivedFrom . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQClpbyhrv4QAxZqYfUrDxnoDtl+Bbsa8OWVR4Aq2YZaKdfKJ1QkoiOquFw2obzNo2fKQz4GtP7pU2yY2cMyLvUIYoID+cvZdSVobTBVS5Rolho5P9RqVV8LMxEAn7n6bOkUo4RqV5Kt/olfMLkoGleyNXhvpwCGsVVxZLbyQ82pKQIDAQAB"; npx:hasSignature "Q9sJevHSqQ12UbzvedR9AMqLsDGu1+rUFYdQyxrl9HQB16WTM1SjKdib5uamnxLCZK8xTgdMnZtPpmqzpG8CCsaBECwGOjeSOn7tC/HMuGqr0FlP/mH+/kLTF0LyTpJ2QUP6VXc8dKnCo9wu2PJ7hTzsXSm+5puIGX9aUyOerEw="; npx:hasSignatureTarget this: . this: npx:introduces sub:step; prov:generatedAtTime "2021-06-14T13:50:11.107188"^^xsd:dateTime; prov:wasAttributedTo . }