@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 sub:result . pplan:isStepOfPlan sub:plan . 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 combine two images') def combine_images_workflow(bg_image, fg_image): blurred_image = blur(bg_image) transparent_image = white_to_transparency(fg_image) combined_image = overlay(blurred_image, transparent_image) return combined_image """; dc1:language sub:LinguisticSystem; a pplan:Plan; rdfs:label "A workflow combine two images" . pplan:bindsTo . pplan:isStepOfPlan sub:plan; dul:precedes . } sub:provenance { sub:assertion prov:generatedAtTime "2021-06-14T14:54:09.605729"^^xsd:dateTime . } sub:pubInfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC5qs1vOATpmVyz3yKjvM8E5TfLUFPQzPgg1JKJxsNSaZAa28Jst9c+rzIOfICxuNfn/c3iG2qLur2zaKxPkAURsI9Dn2ZumFijhoFf3VpsZB3mKNhZ1kLqz/ytIQh/PUAW9c1+lTx/zQZPkHJbUgb7subzMMoJJTMWaZ+VtPrA3QIDAQAB"; npx:hasSignature "pTbLEPefjNwjmVhp48v0VuFMBzHbCuzdJ2vw1UiD7HrN8ll5RE81FvNqWPc3scPiC988YLYRhrX2GRg6h2IA9UehopdA/vu1YG/NQ51Jmyea0qWqX4fYkUmN019YPW6WKMsFNsogJLsoXdldSG0dibK/kPgCau1di95Cb5cR+YI="; npx:hasSignatureTarget this: . this: npx:introduces sub:plan; prov:generatedAtTime "2021-06-14T14:54:09.605729"^^xsd:dateTime; prov:wasAttributedTo . }