@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='Awesome workflow for rotating and adding text to image') def wf_t3(im_in, angle): rotated_image = rotate_image(im_in, angle) im_out = add_text_into_image(rotated_image) return im_out """; dc1:language sub:LinguisticSystem; a pplan:Plan; rdfs:label "Awesome workflow for rotating and adding text to image" . pplan:bindsTo sub:result . pplan:isStepOfPlan sub:plan . } sub:provenance { sub:assertion prov:generatedAtTime "2021-06-14T16:28:02.528395"^^xsd:dateTime . } sub:pubInfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCPAyJFCA2/PdKLTXBCgKMLwE6LPIGMm9gINqjvPvOQVp2oZ0ZqB0v7Y/b7FqF90XUvbztM+GW5dsmMQUeuF+fty/5f2udsUnfHRmJQKiHxPNk9hdHwW5+1Tegh9dhwyPjJDWnGq36d+2j/EDIXqNiLI4xru5NY4G0c4FcS8YQRCQIDAQAB"; npx:hasSignature "WPcNeeIbd5ouhaGHP0fFzUvny1c6DoLvl7qPcNuItKKerc6y9GKxBg/O9TJMeMg/kGtbLmy/pjZpX0WmXvgGd5XUwV8boeJyLLgmWVeywFwp3heZMQz7LjyZsuegD2kKnj16hd+mMAsUPa/3eUtK+e6q3pdcmMe85gHxROepwz8="; npx:hasSignatureTarget this: . this: npx:introduces sub:plan; prov:generatedAtTime "2021-06-14T16:28:02.528395"^^xsd:dateTime; prov:wasAttributedTo . }