@prefix this: . @prefix sub: . @prefix schema: . @prefix bpmn: . @prefix np: . @prefix dc1: . @prefix owl: . @prefix npx: . @prefix pplan: . @prefix xsd: . @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:image a pplan:Variable; rdfs:comment "None"; rdfs:label "image" . sub:out1 a pplan:Variable; rdfs:comment "None"; rdfs:label "out1" . sub:step dc1:description """@is_fairstep(label='Step to add text (awesome world!) into an image') # Give it your own name: def add_text_into_image(image): from PIL import ImageDraw from PIL import Image ImageDraw.Draw( image).text( (0, image.height/2), # Coordinates 'Awesome world!', # Text (255, 255, 255) # Color ) return image """; dc1:language sub:LinguisticSystem; pplan:hasInputVar sub:image; pplan:hasOutputVar sub:out1; a bpmn:ScriptTask, pplan:Step; rdfs:label "Step to add text (awesome world!) into an image" . } sub:provenance { sub:assertion prov:generatedAtTime "2021-06-14T16:12:55.794707"^^xsd:dateTime . } sub:pubInfo { sub:assertion prov:wasDerivedFrom . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC9V9kbrIuR0DFnTApZo6KB6GiORCWC4IikDso95k3Xd421XT8Ye41FgtmN8XWv4iPffqNR5dJuZUzopLcvlAYa3mpCVh3r4V4P6ZKNrXounRKrnvqO8i/OSptSYVWfpRcmVMPwnvrY0sFiGKAIiPSJopaAXKcc2gFUMtRtVW3RCwIDAQAB"; npx:hasSignature "MILDprIoahBJ2NRQiuvkcRjpCfMw36LYKsC8QkvFY4nJEdNfnT4ic2xhL25nSPyHAZEcKRx2yGKNli4IT8SDKVJVtCzgvCSsJ72j3T1ff7hAC1nJ6EvbBTxPbsNlvDizS6oWTUwHam1QEb0USt/D7JNbf1m2K6beI7LzcJmuvRc="; npx:hasSignatureTarget this: . this: npx:introduces sub:step; prov:generatedAtTime "2021-06-14T16:12:55.794707"^^xsd:dateTime; prov:wasAttributedTo . }