@prefix dcterms: . @prefix ns1: . @prefix orcid: . @prefix this: . @prefix sub: . @prefix schema: . @prefix np: . @prefix owl: . @prefix npx: . @prefix pplan: . @prefix xsd: . @prefix dul: . @prefix rdfs: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubInfo; a np:Nanopublication . } sub:assertion { pplan:bindsTo . pplan:isStepOfPlan sub:plan; dul:precedes . sub:LinguisticSystem a schema:ComputerLanguage; rdfs:label "python"; rdfs:seeAlso ; owl:versionInfo "3.7.9.final.0" . sub:plan dcterms:description """@is_fairworkflow(label='YAIB: Yet Another Image Blender (licence:cc0,author:rsiebes, date:06-05-2021 )') def yaib_workflow(backgroundImg,foregroundImg): blendedImg = mask_image(blur(backgroundImg),foregroundImg) return blendedImg """; dcterms:language sub:LinguisticSystem; a pplan:Plan; rdfs:label "YAIB: Yet Another Image Blender (licence:cc0,author:rsiebes, date:06-05-2021 )" . pplan:bindsTo sub:result . pplan:isStepOfPlan sub:plan . } sub:provenance { sub:assertion ns1:generatedAtTime "2021-06-29T15:09:01.867639"^^xsd:dateTime . } sub:pubInfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCv0G5BIY0o0/ONHMQIggW+QXHEUcQJpY0KT8sDouETxw576phhzXtm1MjbuWmBP7kgBlbyhhObr6+/wXbtcuaUlFPupbRtArO/N3C7rhadtd5ZKqyj8Je+ku8vt7DcfR3qBWyNxSGyUrVZaWfM+r1cr6X/CaT6KQqv+D9BWpyKZwIDAQAB"; npx:hasSignature "cO5OFb/ES95U+OuMSCmnk9eV+kwQN0OZ+Gq0QF4WW1MWDfRSC++gJl/JJbO3AW74MACML0+3d6EoFtMxdSTfNviNRkSeoBOlgxPzOdAWw7zIitc8/6GbyWlnLlPKbDzUkp/bNX+JYcEpRk4p48/MQTBlQRyDHdycyHEzxohCeVs="; npx:hasSignatureTarget this: . this: npx:introduces sub:plan; ns1:generatedAtTime "2021-06-29T15:09:01.867639"^^xsd:dateTime; ns1:wasAttributedTo orcid:0000-0000-0000-0000 . }