@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 { pplan:bindsTo sub:result . pplan:isStepOfPlan sub:plan . pplan:bindsTo . pplan:isStepOfPlan sub:plan; dul:precedes . pplan:bindsTo . pplan:isStepOfPlan sub:plan; dul:precedes . pplan:bindsTo , . pplan:isStepOfPlan sub:plan; dul:precedes , . 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 dc1:description """@is_fairworkflow(label='A simple image processing workflow, include grayscale, negative, guassian blur, blend, constrast') def image_processing_workflow(img): image_gray = image_RGB2Gray(img) image_negative = image_Gray2Negative(image_gray) img_gauss = image_Gaussian(image_negative) img_blend = image_blend(image_gray, img_gauss) img_constrast = image_constrast(img_blend, factor=0.3) return img_constrast """; dc1:language sub:LinguisticSystem; a pplan:Plan; rdfs:label "A simple image processing workflow, include grayscale, negative, guassian blur, blend, constrast" . } sub:provenance { sub:assertion prov:generatedAtTime "2021-06-14T17:08:39.222104"^^xsd:dateTime . } sub:pubInfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCv0G5BIY0o0/ONHMQIggW+QXHEUcQJpY0KT8sDouETxw576phhzXtm1MjbuWmBP7kgBlbyhhObr6+/wXbtcuaUlFPupbRtArO/N3C7rhadtd5ZKqyj8Je+ku8vt7DcfR3qBWyNxSGyUrVZaWfM+r1cr6X/CaT6KQqv+D9BWpyKZwIDAQAB"; npx:hasSignature "cxQR1m7nD1l5vuy+TVYQOwe1cUrglzw0VltkhmhdlpPqvqhCMUdr9Vr6VKO8MXjkFbzipqCZc8iF3Uic/tJdwa9cj8QeISgAbfsfp4oTDsd/bvZ070V7rGFzQo32lvTCVgjyZ1oHEitUBVFxZCgHvWuLvGVnt623VSP8vpwrvt8="; npx:hasSignatureTarget this: . this: npx:introduces sub:plan; prov:generatedAtTime "2021-06-14T17:08:39.222104"^^xsd:dateTime; prov:wasAttributedTo . }