@prefix this: . @prefix sub: . @prefix schema: . @prefix bpmn: . @prefix np: . @prefix dc1: . @prefix owl: . @prefix npx: . @prefix pplan: . @prefix xsd: . @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:a a pplan:Variable; rdfs:comment "float"; rdfs:label "a" . sub:b a pplan:Variable; rdfs:comment "float"; rdfs:label "b" . sub:out1 a pplan:Variable; rdfs:comment "float"; rdfs:label "out1" . sub:step dc1:description """@is_fairstep(label='A mathematical operation') def weird(a: float, b:float) -> float: return a * 2 + b * 4 """; dc1:language sub:LinguisticSystem; pplan:hasInputVar sub:a, sub:b; pplan:hasOutputVar sub:out1; a bpmn:ScriptTask, pplan:Step; rdfs:label "A mathematical operation" . } sub:provenance { sub:assertion prov:generatedAtTime "2021-06-14T12:21:40.870977"^^xsd:dateTime . } sub:pubInfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCZPnLpyVJGuy1NduPcerKeZiPDQpw0U4/IAkxM/lZzamF9SxWP00Fxzrp5TxlKvtZxTKm23/cYnVQKyIf8IFYDFsx4UuPANRpFUaC9XX/kpqL6uK7inoIP5IkTt2gGgjedqUCKLcyqxBoIOVtCeZ2JnyOPiaSnAnjwiatI5b1RcQIDAQAB"; npx:hasSignature "DWCECOF5bR6pPflh/TnjJrsAQWS8y0Yo1L3xwA7Aw6Aesdm1jamb/xEV4Wom6wgCJgoEIee9e/pZumibgcPgEVDqPwSe4P+ZhGKrWfpvG1HT+xS8W4bCN1H4vAMwGgIDM6+VMsqYodqq+AcFvGXdZA80T0PxqTz+9wmvGUarjLM="; npx:hasSignatureTarget this: . this: npx:introduces sub:step; prov:generatedAtTime "2021-06-14T12:21:40.870977"^^xsd:dateTime; prov:wasAttributedTo . }