# Slot: pipelines _all pipelines used to build the index_ URI: [ontolexindex:pipelines](https://w3id.org/oak/lexical-index/pipelines) ## Applicable Classes | Name | Description | Modifies Slot | | --- | --- | --- | | [LexicalIndex](LexicalIndex.md) | An index over an ontology keyed by lexical unit | no | ## Properties * Range: [LexicalTransformationPipeline](LexicalTransformationPipeline.md) * Multivalued: True ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/oak/lexical-index ## LinkML Source
```yaml name: pipelines description: all pipelines used to build the index from_schema: https://w3id.org/oak/lexical-index rank: 1000 multivalued: true alias: pipelines owner: LexicalIndex domain_of: - LexicalIndex range: LexicalTransformationPipeline inlined: true ```