Full identifier: https://schema.org/text
(none)
Nanopublication | Part | Subject | Predicate | Object | Published By | Published On |
---|---|---|---|---|---|---|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
text
|
has content
|
Anne Fouilloux
|
2025-08-15T16:29:17.982Z
|
||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
text
|
Anne Fouilloux
|
2025-08-15T16:29:17.982Z
|
|||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
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
|
Robin A Richardson
|
2021-02-09T16:18:17.096Z
|
||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
text
|
@is_fairstep(label='Addition')
def add(a:float, b:float) -> float:
"""Adding up numbers!"""
return a + b
|
Robin A Richardson
|
2021-02-09T16:10:00.573Z
|