Class: LexicalGrouping

A grouping of ontology elements by a shared lexical term

URI: mappingrules:LexicalGrouping

classDiagram class LexicalGrouping LexicalGrouping : relationships LexicalGrouping --> RelationshipToTerm : relationships LexicalGrouping : term

Slots

Name

Cardinality and Range

Description

Inheritance

term

0..1
String

A normalized term that groups ontology elements

direct

relationships

0..*
RelationshipToTerm

All ontology elements grouped and their relationship to the normalized term

direct

Usages

used by

used in

type

used

LexicalIndex

groupings

range

LexicalGrouping

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type

Mapped Value

self

mappingrules:LexicalGrouping

native

mappingrules:LexicalGrouping

LinkML Source

Direct

```yaml name: LexicalGrouping description: A grouping of ontology elements by a shared lexical term from_schema: https://w3id.org/oak/mapping-rules-datamodel attributes: term: name: term description: A normalized term that groups ontology elements from_schema: https://w3id.org/oak/lexical-index rank: 1000 key: true domain_of: - LexicalGrouping required: true relationships: name: relationships description: All ontology elements grouped and their relationship to the normalized term from_schema: https://w3id.org/oak/lexical-index rank: 1000 multivalued: true domain_of: - LexicalGrouping range: RelationshipToTerm
</details>

### Induced

<details>
```yaml
name: LexicalGrouping
description: A grouping of ontology elements by a shared lexical term
from_schema: https://w3id.org/oak/mapping-rules-datamodel
attributes:
  term:
    name: term
    description: A normalized term that groups ontology elements
    from_schema: https://w3id.org/oak/lexical-index
    rank: 1000
    key: true
    alias: term
    owner: LexicalGrouping
    domain_of:
    - LexicalGrouping
    range: string
    required: true
  relationships:
    name: relationships
    description: All ontology elements grouped and their relationship to the normalized
      term
    from_schema: https://w3id.org/oak/lexical-index
    rank: 1000
    multivalued: true
    alias: relationships
    owner: LexicalGrouping
    domain_of:
    - LexicalGrouping
    range: RelationshipToTerm