@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:rate a pplan:Variable; rdfs:comment "None"; rdfs:label "rate" . sub:step dc1:description """@is_fairstep(label='awesome step to pixelize an image, with adjustable rate') # Give it your own name: def my_awesome_adjustable_pixelization(img, rate): newx = int(rate * img.size[0]) newy = int(rate * img.size[1]) imgSmall = img.resize((newx,newy),resample=Image.BILINEAR) result = imgSmall.resize(img.size,Image.NEAREST) return result """; dc1:language sub:LinguisticSystem; pplan:hasInputVar sub:img, sub:rate; pplan:hasOutputVar sub:out1; a bpmn:ScriptTask, pplan:Step; rdfs:label "awesome step to pixelize an image, with adjustable rate" . } sub:provenance { sub:assertion prov:generatedAtTime "2021-06-14T15:05:38.252510"^^xsd:dateTime . } sub:pubInfo { sub:assertion prov:wasDerivedFrom . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCSdjQviPGyjRFWYIFbUH6yHVPUzTcL3dQZ85nM5gDBJoDdvblWuAVaFd1/mT1CqLEsl7cz8ZXBGBypocv3OSeouKmMnP+/XslayI3G60Uihf9rKAYjDP0o+v7LQBoO/jMz3rDN+D1aidveNfyOLtzQ3P/OCPYJS4SRkVqZnFmwLwIDAQAB"; npx:hasSignature "aNzV3m7RWgTsrprvFAUm2K3csPZfECaqG/RPwUQ0+kZ21kjcEtL2Mc4b6C4hj96wA+8SbZ4rwMb7J7sywAJqC75FXzA+ocKlQ2LQpJapE/0pc7RouI+921BkniCtMldzmr/w5LwX3qY4InhU8aDjWq1iL1xjDpu5ntSrPmJwd4g="; npx:hasSignatureTarget this: . this: npx:introduces sub:step; prov:generatedAtTime "2021-06-14T15:05:38.252510"^^xsd:dateTime; prov:wasAttributedTo . }