@prefix dcterms: . @prefix orcid: . @prefix p-plan: . @prefix this: . @prefix sub: . @prefix schema: . @prefix bpmn: . @prefix np: . @prefix owl: . @prefix npx: . @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:image a p-plan:Variable; rdfs:comment "None"; rdfs:label "image" . sub:out1 a p-plan:Variable; rdfs:comment "None"; rdfs:label "out1" . sub:step dcterms:description """@is_fairstep(label='Put here a name of your awesome step (include the word awesome so others will find it)') # Give it your own name: def my_awesome_step(image): from PIL import Image # new_image = .... return new_image """; dcterms:language sub:LinguisticSystem; p-plan:hasInputVar sub:image; p-plan:hasOutputVar sub:out1; a bpmn:ScriptTask, p-plan:Step; rdfs:label "Put here a name of your awesome step (include the word awesome so others will find it)" . } sub:provenance { sub:assertion prov:generatedAtTime "2021-05-19T15:24:06.266932"^^xsd:dateTime . } sub:pubInfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCLaHwSPXBJf6yBsFahDDeYG56FO+3k60HZ3CnMb8bwY08TwGJy5sudUqzCSEhBwzjll6G3LqbtM8W2NT87IJpQQ/+0ovPdf7vMt0+yOoRsMVsUKFuYxpkzPjbufGIWHbvmQUSDAXHGexCURPZbA1BwoyjsCBAX01mGFd4csLnAzwIDAQAB"; npx:hasSignature "IVQbdyDggE9FnWcX7RSrUrdX/56C0fJcFI4ujgxsOguAA1ARted8AjbInMXYyEq8Jl43KVoXg5Aay/SGFz+BRf6Q4a4nyQ4iMqbvJ3xPGz+viVSfJEuT7+MZPx+ZpQGtiwCaSPfdbdu4zdsEmfb+pFsUfU5v5gMyLP/Fak9BTgU="; npx:hasSignatureTarget this: . this: npx:introduces sub:step; prov:generatedAtTime "2021-05-19T15:24:06.266932"^^xsd:dateTime; prov:wasAttributedTo orcid:0000-0000-0000-0000 . }