@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 . 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='Convert an image to a pencil sketch') def wf_t1(image): gray_image = rgb2gray_image(image) negative_image = invert_colors(gray_image) blurred_image = blur(negative_image) blended_image = blend_image(gray_image, blurred_image) new_image = contrast_image(blended_image, 1) return new_image """; dc1:language sub:LinguisticSystem; a pplan:Plan; rdfs:label "Convert an image to a pencil sketch" . 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-14T16:22:50.368757"^^xsd:dateTime . } sub:pubInfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCPAyJFCA2/PdKLTXBCgKMLwE6LPIGMm9gINqjvPvOQVp2oZ0ZqB0v7Y/b7FqF90XUvbztM+GW5dsmMQUeuF+fty/5f2udsUnfHRmJQKiHxPNk9hdHwW5+1Tegh9dhwyPjJDWnGq36d+2j/EDIXqNiLI4xru5NY4G0c4FcS8YQRCQIDAQAB"; npx:hasSignature "eM4kNK386hQZExQEhxhF03PZBYy+luDoSXkrRzYrq9JCQYJ05GjLu233XahYFjaOE1kK3a3HjY0avnvkURq/GFo/MW3Nk0oUiCbLgfQE6l617cjRbwCRWz7snTlfZP2RVVz0xBAo0EMp46ctMt19s6v6akrxe0Z9JAahQ27f9dU="; npx:hasSignatureTarget this: . this: npx:introduces sub:plan; prov:generatedAtTime "2021-06-14T16:22:50.368757"^^xsd:dateTime; prov:wasAttributedTo . }