Class: Step
URI: recipe:Step
classDiagram
class Step
Relationship <|-- Step
Step : action
Step : inputs
Step : outputs
Inheritance
- Relationship
- Step
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
action | 0..1 Action |
the action taken in this step (e | direct |
inputs | 0..1 NONE |
direct | |
outputs | 0..1 NONE |
direct |
Usages
used by | used in | type | used |
---|---|---|---|
Recipe | steps | range | Step |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/linkml/ai/templates/recipe
Mappings
Mapping Type | Mapped Value |
---|---|
self | recipe:Step |
native | recipe:Step |
LinkML Source
Direct
name: Step
from_schema: https://w3id.org/linkml/ai/templates/recipe
rank: 1000
is_a: Relationship
attributes:
action:
name: action
description: the action taken in this step (e.g. mix, add)
from_schema: https://w3id.org/linkml/ai/templates/recipe
rank: 1000
range: Action
inputs:
name: inputs
description: a semicolon separated list of the inputs of this step
from_schema: https://w3id.org/linkml/ai/templates/recipe
rank: 1000
multivalued: true
range: FoodItem
outputs:
name: outputs
description: a semicolon separated list of the outputs of this step
from_schema: https://w3id.org/linkml/ai/templates/recipe
rank: 1000
multivalued: true
range: FoodItem
Induced
name: Step
from_schema: https://w3id.org/linkml/ai/templates/recipe
rank: 1000
is_a: Relationship
attributes:
action:
name: action
description: the action taken in this step (e.g. mix, add)
from_schema: https://w3id.org/linkml/ai/templates/recipe
rank: 1000
alias: action
owner: Step
domain_of:
- Step
range: Action
inputs:
name: inputs
description: a semicolon separated list of the inputs of this step
from_schema: https://w3id.org/linkml/ai/templates/recipe
rank: 1000
multivalued: true
alias: inputs
owner: Step
domain_of:
- Step
- BiologicalProcess
range: FoodItem
outputs:
name: outputs
description: a semicolon separated list of the outputs of this step
from_schema: https://w3id.org/linkml/ai/templates/recipe
rank: 1000
multivalued: true
alias: outputs
owner: Step
domain_of:
- Step
- BiologicalProcess
range: FoodItem