@prefix this: . @prefix sub: . @prefix schema: . @prefix np: . @prefix dc1: . @prefix owl: . @prefix npx: . @prefix pplan: . @prefix xsd: . @prefix dul: . @prefix rdfs: . @prefix prov: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubInfo; a np:Nanopublication . } sub:assertion { pplan:bindsTo . pplan:isStepOfPlan sub:plan; dul:precedes . sub:LinguisticSystem a schema:ComputerLanguage; rdfs:label "python"; rdfs:seeAlso ; owl:versionInfo "3.7.9.final.0" . sub:plan dc1:description """@is_fairworkflow(label='A workflow converts an image to a pencil sketch') def image_to_pencil_sketch_workflow(origianl_image, ratio): gray_image = rgb2gray_image(origianl_image) inverted_image = invert_colors(gray_image) blurred_image = blur(inverted_image) blended_image = blend_image(gray_image, blurred_image) pencil_sketch_image = contrast_image(blended_image, ratio) return pencil_sketch_image """; dc1:language sub:LinguisticSystem; a pplan:Plan; rdfs:label "A workflow converts an image to a pencil sketch" . pplan:bindsTo . pplan:isStepOfPlan sub:plan; dul:precedes . pplan:bindsTo , . pplan:isStepOfPlan sub:plan; dul:precedes , . pplan:bindsTo sub:result . pplan:isStepOfPlan sub:plan . pplan:bindsTo . pplan:isStepOfPlan sub:plan; dul:precedes . } sub:provenance { sub:assertion prov:generatedAtTime "2021-06-14T14:47:31.986570"^^xsd:dateTime . } sub:pubInfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC5qs1vOATpmVyz3yKjvM8E5TfLUFPQzPgg1JKJxsNSaZAa28Jst9c+rzIOfICxuNfn/c3iG2qLur2zaKxPkAURsI9Dn2ZumFijhoFf3VpsZB3mKNhZ1kLqz/ytIQh/PUAW9c1+lTx/zQZPkHJbUgb7subzMMoJJTMWaZ+VtPrA3QIDAQAB"; npx:hasSignature "cO2qJ0CDeeR+uBGGZ5V40nCfDyWyoyrG2Hyy41bnnVF+qwbkTLs91d/EOP8pjMTNvKSrmfxXDrSP4CVJXX80/HdzhUXS3ATV1MyjXiUc/bQS7JcZCX/kCc101aVCpeJCpXJgzYFoHrjUWdILzVf4PAQAFsEXkm15cNYp3nm508A="; npx:hasSignatureTarget this: . this: npx:introduces sub:plan; prov:generatedAtTime "2021-06-14T14:47:31.986570"^^xsd:dateTime; prov:wasAttributedTo . }