http://purl.org/np/RAEa932jL5Z-sh1ibk4iTwsqXw-nHGzayEB41u8SjLjHs#Head http://purl.org/np/RAEa932jL5Z-sh1ibk4iTwsqXw-nHGzayEB41u8SjLjHs http://www.nanopub.org/nschema#hasAssertion http://purl.org/np/RAEa932jL5Z-sh1ibk4iTwsqXw-nHGzayEB41u8SjLjHs#assertion http://purl.org/np/RAEa932jL5Z-sh1ibk4iTwsqXw-nHGzayEB41u8SjLjHs http://www.nanopub.org/nschema#hasProvenance http://purl.org/np/RAEa932jL5Z-sh1ibk4iTwsqXw-nHGzayEB41u8SjLjHs#provenance http://purl.org/np/RAEa932jL5Z-sh1ibk4iTwsqXw-nHGzayEB41u8SjLjHs http://www.nanopub.org/nschema#hasPublicationInfo http://purl.org/np/RAEa932jL5Z-sh1ibk4iTwsqXw-nHGzayEB41u8SjLjHs#pubInfo http://purl.org/np/RAEa932jL5Z-sh1ibk4iTwsqXw-nHGzayEB41u8SjLjHs http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://www.nanopub.org/nschema#Nanopublication http://purl.org/np/RAEa932jL5Z-sh1ibk4iTwsqXw-nHGzayEB41u8SjLjHs#assertion http://purl.org/np/RAEa932jL5Z-sh1ibk4iTwsqXw-nHGzayEB41u8SjLjHs#LinguisticSystem http://www.w3.org/1999/02/22-rdf-syntax-ns#type https://schema.org/ComputerLanguage http://purl.org/np/RAEa932jL5Z-sh1ibk4iTwsqXw-nHGzayEB41u8SjLjHs#LinguisticSystem http://www.w3.org/2000/01/rdf-schema#label python http://purl.org/np/RAEa932jL5Z-sh1ibk4iTwsqXw-nHGzayEB41u8SjLjHs#LinguisticSystem http://www.w3.org/2000/01/rdf-schema#seeAlso https://www.wikidata.org/wiki/Q28865 http://purl.org/np/RAEa932jL5Z-sh1ibk4iTwsqXw-nHGzayEB41u8SjLjHs#LinguisticSystem http://www.w3.org/2002/07/owl#versionInfo 3.7.9.final.0 http://purl.org/np/RAEa932jL5Z-sh1ibk4iTwsqXw-nHGzayEB41u8SjLjHs#image http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://purl.org/net/p-plan#Variable http://purl.org/np/RAEa932jL5Z-sh1ibk4iTwsqXw-nHGzayEB41u8SjLjHs#image http://www.w3.org/2000/01/rdf-schema#comment None http://purl.org/np/RAEa932jL5Z-sh1ibk4iTwsqXw-nHGzayEB41u8SjLjHs#image http://www.w3.org/2000/01/rdf-schema#label image http://purl.org/np/RAEa932jL5Z-sh1ibk4iTwsqXw-nHGzayEB41u8SjLjHs#out1 http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://purl.org/net/p-plan#Variable http://purl.org/np/RAEa932jL5Z-sh1ibk4iTwsqXw-nHGzayEB41u8SjLjHs#out1 http://www.w3.org/2000/01/rdf-schema#comment None http://purl.org/np/RAEa932jL5Z-sh1ibk4iTwsqXw-nHGzayEB41u8SjLjHs#out1 http://www.w3.org/2000/01/rdf-schema#label out1 http://purl.org/np/RAEa932jL5Z-sh1ibk4iTwsqXw-nHGzayEB41u8SjLjHs#step http://purl.org/dc/terms/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 http://purl.org/np/RAEa932jL5Z-sh1ibk4iTwsqXw-nHGzayEB41u8SjLjHs#step http://purl.org/dc/terms/language http://purl.org/np/RAEa932jL5Z-sh1ibk4iTwsqXw-nHGzayEB41u8SjLjHs#LinguisticSystem http://purl.org/np/RAEa932jL5Z-sh1ibk4iTwsqXw-nHGzayEB41u8SjLjHs#step http://purl.org/net/p-plan#hasInputVar http://purl.org/np/RAEa932jL5Z-sh1ibk4iTwsqXw-nHGzayEB41u8SjLjHs#image http://purl.org/np/RAEa932jL5Z-sh1ibk4iTwsqXw-nHGzayEB41u8SjLjHs#step http://purl.org/net/p-plan#hasOutputVar http://purl.org/np/RAEa932jL5Z-sh1ibk4iTwsqXw-nHGzayEB41u8SjLjHs#out1 http://purl.org/np/RAEa932jL5Z-sh1ibk4iTwsqXw-nHGzayEB41u8SjLjHs#step http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://dkm.fbk.eu/index.php/BPMN2_Ontology#ScriptTask http://purl.org/np/RAEa932jL5Z-sh1ibk4iTwsqXw-nHGzayEB41u8SjLjHs#step http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://purl.org/net/p-plan#Step http://purl.org/np/RAEa932jL5Z-sh1ibk4iTwsqXw-nHGzayEB41u8SjLjHs#step http://www.w3.org/2000/01/rdf-schema#label Step to add text (awesome world!) into an image http://purl.org/np/RAEa932jL5Z-sh1ibk4iTwsqXw-nHGzayEB41u8SjLjHs#provenance http://purl.org/np/RAEa932jL5Z-sh1ibk4iTwsqXw-nHGzayEB41u8SjLjHs#assertion http://www.w3.org/ns/prov#generatedAtTime 2021-06-14T16:28:01.206515 http://purl.org/np/RAEa932jL5Z-sh1ibk4iTwsqXw-nHGzayEB41u8SjLjHs#pubInfo http://purl.org/np/RAEa932jL5Z-sh1ibk4iTwsqXw-nHGzayEB41u8SjLjHs#assertion http://www.w3.org/ns/prov#wasDerivedFrom http://purl.org/np/RAj8RsCpDuSiA34oHKhetYaN3ZyV8V9xBOSeUCtG-nEgY http://purl.org/np/RAEa932jL5Z-sh1ibk4iTwsqXw-nHGzayEB41u8SjLjHs#sig http://purl.org/nanopub/x/hasAlgorithm RSA http://purl.org/np/RAEa932jL5Z-sh1ibk4iTwsqXw-nHGzayEB41u8SjLjHs#sig http://purl.org/nanopub/x/hasPublicKey MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCPAyJFCA2/PdKLTXBCgKMLwE6LPIGMm9gINqjvPvOQVp2oZ0ZqB0v7Y/b7FqF90XUvbztM+GW5dsmMQUeuF+fty/5f2udsUnfHRmJQKiHxPNk9hdHwW5+1Tegh9dhwyPjJDWnGq36d+2j/EDIXqNiLI4xru5NY4G0c4FcS8YQRCQIDAQAB http://purl.org/np/RAEa932jL5Z-sh1ibk4iTwsqXw-nHGzayEB41u8SjLjHs#sig http://purl.org/nanopub/x/hasSignature f/yAT6M32Zxb/eO5QIGIcwMNXdFtnC6djkR42XRVoMkqJKarChVMtbE9E7/QauD7TlcRGzMJkClMHSV/Ns78NN68IJHlAoqDGQL0q5OYKG0V4oneTr/fR5HbADnvIBLfkhGcLeZDqYD4+oGXEsTz05/j3cbSWFhjcjIRPrDfxIk= http://purl.org/np/RAEa932jL5Z-sh1ibk4iTwsqXw-nHGzayEB41u8SjLjHs#sig http://purl.org/nanopub/x/hasSignatureTarget http://purl.org/np/RAEa932jL5Z-sh1ibk4iTwsqXw-nHGzayEB41u8SjLjHs http://purl.org/np/RAEa932jL5Z-sh1ibk4iTwsqXw-nHGzayEB41u8SjLjHs http://purl.org/nanopub/x/introduces http://purl.org/np/RAEa932jL5Z-sh1ibk4iTwsqXw-nHGzayEB41u8SjLjHs#step http://purl.org/np/RAEa932jL5Z-sh1ibk4iTwsqXw-nHGzayEB41u8SjLjHs http://www.w3.org/ns/prov#generatedAtTime 2021-06-14T16:28:01.206515 http://purl.org/np/RAEa932jL5Z-sh1ibk4iTwsqXw-nHGzayEB41u8SjLjHs http://www.w3.org/ns/prov#wasAttributedTo https://orcid.org/0000-0000-0000-0000