@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=\"combine two pictures\") def my_workflow2(image1,image2): t1 = blur(image1) t2 = contrast_image(image2,2) t3 = contrast_image(image1,0.5) t4 = blend_image(t3,t2) return t4 """; dc1:language sub:LinguisticSystem; a pplan:Plan; rdfs:label "combine two pictures" . pplan:bindsTo sub:result . pplan:isStepOfPlan sub:plan . pplan:bindsTo , . pplan:isStepOfPlan sub:plan; dul:precedes . } sub:provenance { sub:assertion prov:generatedAtTime "2021-06-14T15:03:17.928164"^^xsd:dateTime . } sub:pubInfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCSdjQviPGyjRFWYIFbUH6yHVPUzTcL3dQZ85nM5gDBJoDdvblWuAVaFd1/mT1CqLEsl7cz8ZXBGBypocv3OSeouKmMnP+/XslayI3G60Uihf9rKAYjDP0o+v7LQBoO/jMz3rDN+D1aidveNfyOLtzQ3P/OCPYJS4SRkVqZnFmwLwIDAQAB"; npx:hasSignature "STW9VplP49L5d/NVaMZaIq8wFIkee0Y3V7Atf0tFxERNRmqotCeLayMq/rAgmk4OTQkip615gGWb5RFtLGgvXkTvqHOZxj8dkafgm4XbeQb9MlfITP9yIZXinF1AM/sowXviVxfcrF/8D2Bl3Wfc8Z+AgmyOP3+Ve2+KoKz8jkw="; npx:hasSignatureTarget this: . this: npx:introduces sub:plan; prov:generatedAtTime "2021-06-14T15:03:17.928164"^^xsd:dateTime; prov:wasAttributedTo . }