Class: LexicalTransformation

An atomic lexical transformation applied on a term (string) yielding a transformed string

URI: mappingrules:LexicalTransformation

classDiagram class LexicalTransformation Activity <|-- LexicalTransformation LexicalTransformation : params LexicalTransformation --> Any : params LexicalTransformation : type LexicalTransformation --> TransformationType : type

Inheritance

Slots

Name

Cardinality and Range

Description

Inheritance

type

0..1
TransformationType

The type of transformation

direct

params

0..*
Any

Any parameters to be applied to the transformation algorithm

direct

Usages

used by

used in

type

used

LexicalTransformationPipeline

transformations

range

LexicalTransformation

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type

Mapped Value

self

mappingrules:LexicalTransformation

native

mappingrules:LexicalTransformation

LinkML Source

Direct

```yaml name: LexicalTransformation description: An atomic lexical transformation applied on a term (string) yielding a transformed string from_schema: https://w3id.org/oak/mapping-rules-datamodel is_a: Activity attributes: type: name: type description: The type of transformation from_schema: https://w3id.org/oak/lexical-index rank: 1000 domain_of: - LexicalTransformation range: TransformationType params: name: params description: Any parameters to be applied to the transformation algorithm from_schema: https://w3id.org/oak/lexical-index rank: 1000 multivalued: true domain_of: - LexicalTransformation range: Any inlined: true inlined_as_list: true
</details>

### Induced

<details>
```yaml
name: LexicalTransformation
description: An atomic lexical transformation applied on a term (string) yielding
  a transformed string
from_schema: https://w3id.org/oak/mapping-rules-datamodel
is_a: Activity
attributes:
  type:
    name: type
    description: The type of transformation
    from_schema: https://w3id.org/oak/lexical-index
    rank: 1000
    alias: type
    owner: LexicalTransformation
    domain_of:
    - LexicalTransformation
    range: TransformationType
  params:
    name: params
    description: Any parameters to be applied to the transformation algorithm
    from_schema: https://w3id.org/oak/lexical-index
    rank: 1000
    multivalued: true
    alias: params
    owner: LexicalTransformation
    domain_of:
    - LexicalTransformation
    range: Any
    inlined: true
    inlined_as_list: true