@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 { sub:LinguisticSystem a schema:ComputerLanguage; rdfs:label "python"; rdfs:seeAlso ; owl:versionInfo "3.7.9.final.0" . sub:plan dc1:description """@is_fairworkflow(label='Combines two images together by overlapping them') def my_image_overlap_workflow(image1, image2): blurred_img = blur(image1) overlapped_image = blend_image(blurred_img, image2) return overlapped_image """; dc1:language sub:LinguisticSystem; a pplan:Plan; rdfs:label "Combines two images together by overlapping them" . pplan:bindsTo sub:result . pplan:isStepOfPlan sub:plan . pplan:bindsTo . pplan:isStepOfPlan sub:plan; dul:precedes . } sub:provenance { sub:assertion prov:generatedAtTime "2021-06-14T15:50:33.927900"^^xsd:dateTime . } sub:pubInfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCLhcv1SyvzcXgvMXEoNZBLxEmab0CGwZCTDKHjBwxqvchNBVkPtedUGxhxztFu+TkuvdeuaaO2Wn4DJYNkOjCJb/uQHHf8DwlBJ+Damvt4kUZO/AkZ9XIIAbYAizMZMdJmuB9qlv1aJ24fyib12hGLgpgI7Z2Cs5DK+s345J6B8QIDAQAB"; npx:hasSignature "Tyw9u6eSw3it8c95L+lRqPAOvyyW1dqpZ9Pngd7cXiPLsk+ygsv1t2GopzD3MDvFdqUaOptiosI/ay1bjfItytSZCleCOwomKPOTkY+TPfzISyRmKh/RPVDJR+pY6FzoytCzurw45hxuPyJOeGRKdIKqnaBsCWNRQNvuphT+Eqc="; npx:hasSignatureTarget this: . this: npx:introduces sub:plan; prov:generatedAtTime "2021-06-14T15:50:33.927900"^^xsd:dateTime; prov:wasAttributedTo . }