@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-14T16:25:33.691155"^^xsd:dateTime . } sub:pubInfo { sub:assertion prov:wasDerivedFrom . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCPAyJFCA2/PdKLTXBCgKMLwE6LPIGMm9gINqjvPvOQVp2oZ0ZqB0v7Y/b7FqF90XUvbztM+GW5dsmMQUeuF+fty/5f2udsUnfHRmJQKiHxPNk9hdHwW5+1Tegh9dhwyPjJDWnGq36d+2j/EDIXqNiLI4xru5NY4G0c4FcS8YQRCQIDAQAB"; npx:hasSignature "UoQY6xH0TB9zs0BCRben+ETFErPbKRoIoShJfCbR3g6qbZEj61m141xCNKFASZ4H7GDx1CMTPDtnFYWYrMsA8pq8yX3z8c+OjKIScCD48t4vchh0vIPFaZkfvfxLNM3xX7KUL+AM0g9k/lBs0bhwcBDadca4L/chkuf/vPYt+CQ="; npx:hasSignatureTarget this: . this: npx:introduces sub:step; prov:generatedAtTime "2021-06-14T16:25:33.691155"^^xsd:dateTime; prov:wasAttributedTo . }