Matches in Nanopublications for { ?s ?p ?o <http://purl.org/np/RAlmPhtMIe-taJ-JDus6xjNPmABe_ym-le3KZyNWksCko#assertion>. }
Showing items 1 to 25 of
25
with 100 items per page.
- out1 type Variable assertion.
- out1 type number assertion.
- out1 type distance assertion.
- out2 type Variable assertion.
- a type Variable assertion.
- step type Step assertion.
- step type ScriptTask assertion.
- b type Variable assertion.
- out1 label "out1" assertion.
- out2 label "out2" assertion.
- a label "a" assertion.
- step label "Addition and subtraction" assertion.
- b label "b" assertion.
- out1 comment "float" assertion.
- out2 comment "float" assertion.
- a comment "float" assertion.
- b comment "float" assertion.
- step description "This step returns an addition and a subtraction of its inputs" assertion.
- step hasInputVar a assertion.
- step hasInputVar b assertion.
- step SoftwareSourceCode code assertion.
- code text "@is_fairstep(label='Addition and subtraction', returns=(['http://www.example.org/distance', 'http://www.example.org/number'], None)) def another_step(a:float, b:float) -> Tuple[float, float]: """This step returns an addition and a subtraction of its inputs""" return a + b, a - b " assertion.
- code programmingLanguage "python 3.8.6" assertion.
- step hasOutputVar out1 assertion.
- step hasOutputVar out2 assertion.