@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 . pplan:isStepOfPlan sub:plan; dul:precedes . 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 . 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 workflow to create a cool image') def convert_image(image): grayscale_image = rgb2gray_image(image) new_image = invert_colors(grayscale_image) new_image = blur(new_image) new_image = blend_image(new_image, grayscale_image) new_image = contrast_image(new_image, 5) return new_image """; dc1:language sub:LinguisticSystem; a pplan:Plan; rdfs:label "A workflow to create a cool image" . } sub:provenance { sub:assertion prov:generatedAtTime "2021-06-14T14:00:50.600183"^^xsd:dateTime . } sub:pubInfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDaCYguTENfhnBguOss5Ko4Se6PbZFiQobmQR6F72q2pSX6bOu5xbfYBNsFU05bN94tOpHZH6K4LNxHpzULkerkMOijLFsVE2s30zMcCE7+euQdMQ/bao3+H98791NXGPDgwVQ0lCipm5oFHteJyyjjrlzsLWqekLyFcY0hvB+8FwIDAQAB"; npx:hasSignature "in+yqC/Y236vQWH5TpENnX9UA33A/kiKYm78Yuqth0IBK43JNGGEacz70Ha77GQgIgZX13ftlbBxJ57MqqEuLmRaJ2eLRU4oMqNoqnurMwLATmfBGRcmA7wggI/uKyzrmQMPwZ3hrhwmI8PT0aG+nr3sj5RYQSsEy7SlXGZ2g2A="; npx:hasSignatureTarget this: . this: npx:introduces sub:plan; prov:generatedAtTime "2021-06-14T14:00:50.600183"^^xsd:dateTime; prov:wasAttributedTo . }