Matches in Nanopublications for { <http://purl.org/nanopub/temp/FAIRWorkflowsTest/Step/> ?p ?o ?g. }
Showing items 1 to 10 of
10
with 100 items per page.
- Step type scriptTask assertion.
- Step type scriptTask assertion.
- Step type Step assertion.
- Step type Step assertion.
- Step hasInputVar dog assertion.
- Step hasInputVar cat assertion.
- Step hasInputVar walrus assertion.
- Step hasInputVar bird assertion.
- Step description "@FairStep(fw) def add(dog, cat): """ Add two integers together (int1 and int2). """ result = dog + cat return result " assertion.
- Step description "@FairStep(fw) def mult(walrus, bird): """ Multiply two integers together (int1 and int2). """ result = walrus * bird return result " assertion.