@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.3.final.0" . sub:angle_rotation a pplan:Variable; rdfs:comment "None"; rdfs:label "angle_rotation" . 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='Awesome step for rotating an image by any angle') # Give it your own name: def rotate_image(image, angle_rotation): new_image = image.rotate(angle=angle_rotation) return new_image """; dc1:language sub:LinguisticSystem; pplan:hasInputVar sub:angle_rotation, sub:image; pplan:hasOutputVar sub:out1; a bpmn:ScriptTask, pplan:Step; rdfs:label "Awesome step for rotating an image by any angle" . } sub:provenance { sub:assertion prov:generatedAtTime "2021-05-31T11:33:04.531265"^^xsd:dateTime . } sub:pubInfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCdVnwm9U6RsHulqakVBWBGmrclTfYPaVWW/DPGEd0a3tMMC68N+JM0R9oJMyrEUktbxkjZ8+P53x+6vL1JH3tuD9H98gvry8kH99lyIlWyR+KfPYjXzEIgsWd2n7wlldh5OtviLWOLObPus5wuP/l7RSbG1+ow/EF0PTqvRK/TKQIDAQAB"; npx:hasSignature "k6DzuUPZi30ccwymd+0Mux7BAvNXnGfcc6tUCBrPjReWvFgNsFhCi2BN8X9MXlK/CnEsx/CjLxxkxBieeTnW17sgl6owes9mTAKiH+GDIc/Cy/RReMtu1y1fN1HlNW4Jz7IUPGP/66JMFca6sY/7qQyqDa8b3zilQwN9/dXFLI8="; npx:hasSignatureTarget this: . this: npx:introduces sub:step; prov:generatedAtTime "2021-05-31T11:33:04.531265"^^xsd:dateTime; prov:wasAttributedTo . }