Class: LexicalTransformationPipeline

A collection of atomic lexical transformations that are applied in serial fashion

URI: mappingrules:LexicalTransformationPipeline

classDiagram class LexicalTransformationPipeline Activity <|-- LexicalTransformationPipeline LexicalTransformationPipeline : name LexicalTransformationPipeline : transformations LexicalTransformationPipeline --> LexicalTransformation : transformations

Inheritance

  • Activity

    • LexicalTransformationPipeline

Slots

Name

Cardinality and Range

Description

Inheritance

name

0..1
String

direct

transformations

0..*
LexicalTransformation

direct

Usages

used by

used in

type

used

LexicalIndex

pipelines

range

LexicalTransformationPipeline

RelationshipToTerm

pipeline

range

LexicalTransformationPipeline

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/oak/mapping-rules-datamodel

Mappings

Mapping Type

Mapped Value

self

mappingrules:LexicalTransformationPipeline

native

mappingrules:LexicalTransformationPipeline

LinkML Source

Direct

```yaml name: LexicalTransformationPipeline description: A collection of atomic lexical transformations that are applied in serial fashion from_schema: https://w3id.org/oak/mapping-rules-datamodel is_a: Activity attributes: name: name: name from_schema: https://w3id.org/oak/lexical-index rank: 1000 key: true domain_of: - LexicalTransformationPipeline required: true transformations: name: transformations from_schema: https://w3id.org/oak/lexical-index rank: 1000 multivalued: true domain_of: - LexicalTransformationPipeline range: LexicalTransformation
</details>

### Induced

<details>
```yaml
name: LexicalTransformationPipeline
description: A collection of atomic lexical transformations that are applied in serial
  fashion
from_schema: https://w3id.org/oak/mapping-rules-datamodel
is_a: Activity
attributes:
  name:
    name: name
    from_schema: https://w3id.org/oak/lexical-index
    rank: 1000
    key: true
    alias: name
    owner: LexicalTransformationPipeline
    domain_of:
    - LexicalTransformationPipeline
    range: string
    required: true
  transformations:
    name: transformations
    from_schema: https://w3id.org/oak/lexical-index
    rank: 1000
    multivalued: true
    alias: transformations
    owner: LexicalTransformationPipeline
    domain_of:
    - LexicalTransformationPipeline
    range: LexicalTransformation