# Slot: pipeline 


_Ordered sequence of Functions. Each step has a unique `name` (used to key step outputs) and transforms input -> output. List form preserves execution order._



<div data-search-exclude markdown="1">



URI: [tvbo:slot/pipeline](https://w3id.org/tvbo/slot/pipeline)
<!-- no inheritance hierarchy -->





## Applicable Classes

| Name | Description | Modifies Slot |
| --- | --- | --- |
| [Observation](../classes/Observation.qmd) | Unified class for all observation/measurement specifications |  no  |






## Properties

### Type and Range

| Property | Value |
| --- | --- |
| Range | [FunctionCall](../classes/FunctionCall.qmd) |
| Domain Of | [Observation](../classes/Observation.qmd) |

### Cardinality and Requirements

| Property | Value |
| --- | --- |
| Multivalued | Yes |
### Slot Characteristics

| Property | Value |
| --- | --- |
| Owner | [Observation](../classes/Observation.qmd) |












## Identifier and Mapping Information





### Schema Source


* from schema: https://w3id.org/tvbo




## Mappings

| Mapping Type | Mapped Value |
| ---  | ---  |
| self | tvbo:pipeline |
| native | tvbo:pipeline |




## LinkML Source

<details>
```yaml
name: pipeline
description: Ordered sequence of Functions. Each step has a unique `name` (used to
  key step outputs) and transforms input -> output. List form preserves execution
  order.
from_schema: https://w3id.org/tvbo
rank: 1000
owner: Observation
domain_of:
- Observation
range: FunctionCall
multivalued: true
inlined: true
inlined_as_list: true

```
</details></div>