@prefix dcterms: . @prefix p-plan: . @prefix orcid: . @prefix this: . @prefix sub: . @prefix schema: . @prefix bpmn: . @prefix np: . @prefix owl: . @prefix npx: . @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.3.final.0" . sub:img a p-plan:Variable; rdfs:comment "None"; rdfs:label "img" . sub:out1 a p-plan:Variable; rdfs:comment "None"; rdfs:label "out1" . sub:rate a p-plan:Variable; rdfs:comment "None"; rdfs:label "rate" . sub:step dcterms: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 """; dcterms:language sub:LinguisticSystem; p-plan:hasInputVar sub:img, sub:rate; p-plan:hasOutputVar sub:out1; a bpmn:ScriptTask, p-plan:Step; rdfs:label "awesome step to pixelize an image, with adjustable rate" . } sub:provenance { sub:assertion prov:generatedAtTime "2021-06-01T08:58:09.520646"^^xsd:dateTime . } sub:pubInfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCHR7Ke3r92ginjguf18q2geXjN8dht0HemRVAEt9uoVU3nJqiDgwEiAT4WuXz4Akg/hYoQ66A9RkONjVEZ8wk2rvWX4MynblXZaAe8SN1zhdiVrQFUZohMFkBO+wE9921HfztAfqtOZ9jvzj3Ptv+TbIojayLcqPn4sFWNxTRkCwIDAQAB"; npx:hasSignature "BxP/I0X/JIhRir6cm0cmo3VvbFyjQfPpY6wtHDXji3HHSBGhFrbF8uni6mBeaMN63OnySDPADAlxyDXhYTTphvvY/N3GeK0UCQnKC4yZnxAAkII3u2psAKmKWBDsKTdu/nj8fNwXMeqzRZyru1ZB8sFeC96IVgxOffDbuTFjDQQ="; npx:hasSignatureTarget this: . this: npx:introduces sub:step; prov:generatedAtTime "2021-06-01T08:58:09.520646"^^xsd:dateTime; prov:wasAttributedTo orcid:0000-0000-0000-0000 . }