@prefix this: . @prefix sub: . @prefix bpmn: . @prefix np: . @prefix npx: . @prefix pplan: . @prefix xsd: . @prefix dcterms: . @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:a a "float", pplan:Variable; rdfs:label "a" . sub:b a "float", pplan:Variable; rdfs:label "b" . sub:step dcterms:description """@is_fairstep(label='Subtraction') def sub(a: float, b: float) -> float: \"\"\"Subtracting numbers.\"\"\" return a - b """; pplan:hasInputVar sub:a, sub:b; pplan:hasOutputVar sub:sub-output1; a bpmn:ScriptTask, pplan:Step; rdfs:label "Subtraction" . sub:sub-output1 a "float", pplan:Variable; rdfs:label "sub-output1" . } sub:provenance { sub:assertion prov:generatedAtTime "2021-01-24T21:17:23.069340"^^xsd:dateTime . } sub:pubInfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoZmUKAHAF0CY2sKahOanR1V8wP62NOw3G0wcVLULWxqXB/gcW25bGPcA5RKoiuhT6dUbfcRXmwLknE29h6KWfKYLtNaqdrHbjSnNC65dNmNxCNp0i6ZLZRh51mxw9IPJHZrDqQ9bcLwm9d1G1fDKasA+h1vrF3Hv1YrQsF9aW1QIDAQAB"; npx:hasSignature "ATJZufRDSZJtmH0TUSomQ7ChL8rHGw8kLbs3h3zVVrbFV9AN6+RpUICZbN4bjoz2f0h2ZrUWuxSIP0KXg2fs6etw/0XtJ18M4Jaqz+OjPmu4Py4wuktwinR+fFalTL/K7FiEcLrjJD+0Mn2RA+uNBKJ66YZ4TK0TUqERcE5+pZA="; npx:hasSignatureTarget this: . this: npx:introduces sub:step; prov:generatedAtTime "2021-01-24T21:17:23.069340"^^xsd:dateTime; prov:wasAttributedTo . }