@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 { sub:LinguisticSystem a schema:ComputerLanguage; rdfs:label "python"; rdfs:seeAlso ; owl:versionInfo "3.7.9.final.0" . sub:plan dc1:description """@is_fairworkflow(label='Make an image blurred and add copyright warning (licence:cc0,author:rsiebes, date:06-05-2021 )') def my_awesome_copyright_watermark_blur_workflow(im_in, text): blurredImg = blur(im_in) blurredWatermarkImg = my_watermark_step(blurredImg,text) return blurredWatermarkImg """; dc1:language sub:LinguisticSystem; a pplan:Plan; rdfs:label "Make an image blurred and add copyright warning (licence:cc0,author:rsiebes, date:06-05-2021 )" . pplan:bindsTo sub:result . pplan:isStepOfPlan sub:plan . pplan:bindsTo . pplan:isStepOfPlan sub:plan; dul:precedes . } sub:provenance { sub:assertion prov:generatedAtTime "2021-06-14T16:38:04.317221"^^xsd:dateTime . } sub:pubInfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCMaX0e6Wh4s+QVm3Ktqp6oO9YXldQJwAnPWzobW5b8TQvBgEFIwoWzZCHbGQinVFCKLFJ3bLjMtEwl1mCcSDeGTJQv1Hf7aM9LvicLHqOZOS5nOAE/e+ibOzXnSdQV6W7ooOBY368j76WGmMocEt/3mbGkQfhbgRGlYMyHtgTQfQIDAQAB"; npx:hasSignature "QBP4P/z7/p5VS6zAe2w5YnmcOdqxmjt/wiT7any4yBMiCITr99rakzuQQNNyV7xodlzNDZxmURydF6uIKGWMeflb3ULRJc4cQngEoe75bE3sqwj1/q0a6ezJ9dngHtsRNyp6RCkQo9W/nfsiogNtlz7kB2P0InS1WsCyxWKlin4="; npx:hasSignatureTarget this: . this: npx:introduces sub:plan; prov:generatedAtTime "2021-06-14T16:38:04.317221"^^xsd:dateTime; prov:wasAttributedTo . }