@prefix dcterms: . @prefix ns1: . @prefix orcid: . @prefix this: . @prefix sub: . @prefix schema: . @prefix np: . @prefix owl: . @prefix npx: . @prefix pplan: . @prefix xsd: . @prefix rdfs: . 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 . sub:LinguisticSystem a schema:ComputerLanguage; rdfs:label "python"; rdfs:seeAlso ; owl:versionInfo "3.7.9.final.0" . sub:plan dcterms:description """@is_fairworkflow(label='A simple image processing workflow, include grayscale, negative, guassian blur, blend, constrast') def image_combined_workflow(img1, img2): img_combined = image_combined(img1, img2) return img_combined """; dcterms:language sub:LinguisticSystem; a pplan:Plan; rdfs:label "A simple image processing workflow, include grayscale, negative, guassian blur, blend, constrast" . } sub:provenance { sub:assertion ns1:generatedAtTime "2021-06-29T15:00:06.502038"^^xsd:dateTime . } sub:pubInfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCv0G5BIY0o0/ONHMQIggW+QXHEUcQJpY0KT8sDouETxw576phhzXtm1MjbuWmBP7kgBlbyhhObr6+/wXbtcuaUlFPupbRtArO/N3C7rhadtd5ZKqyj8Je+ku8vt7DcfR3qBWyNxSGyUrVZaWfM+r1cr6X/CaT6KQqv+D9BWpyKZwIDAQAB"; npx:hasSignature "EarT+eiaihzFe118O5lUuNpjbOmBoAx4SNbdcopCJgj4bgGk2aVBss9RkP8WvNwbfLADJfC/8FCISKuHxnLFYl1rcqb5jUjRyiVA8jo9Kq0OKsAde7xxzBdNMazwE5KkehoijXuJrIvkIk+DPxNQ3Gc/abR7peLQvUtM2v/UXps="; npx:hasSignatureTarget this: . this: npx:introduces sub:plan; ns1:generatedAtTime "2021-06-29T15:00:06.502038"^^xsd:dateTime; ns1:wasAttributedTo orcid:0000-0000-0000-0000 . }