Class: LexicalGrouping
A grouping of ontology elements by a shared lexical term
URI: ontolexindex:LexicalGrouping
classDiagram
class LexicalGrouping
click LexicalGrouping href "../LexicalGrouping"
LexicalGrouping : relationships
LexicalGrouping --> "*" RelationshipToTerm : relationships
click RelationshipToTerm href "../RelationshipToTerm"
LexicalGrouping : term
Slots
Name |
Cardinality and Range |
Description |
Inheritance |
---|---|---|---|
0..1 |
A normalized term that groups ontology elements |
direct |
|
All ontology elements grouped and their relationship to the normalized term |
direct |
Usages
used by |
used in |
type |
used |
---|---|---|---|
range |
Identifier and Mapping Information
Schema Source
from schema: https://w3id.org/oak/lexical-index
Mappings
Mapping Type |
Mapped Value |
---|---|
self |
ontolexindex:LexicalGrouping |
native |
ontolexindex:LexicalGrouping |
LinkML Source
Direct
```yaml
name: LexicalGrouping
description: A grouping of ontology elements by a shared lexical term
from_schema: https://w3id.org/oak/lexical-index
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
domain_of:
- LexicalGrouping
range: RelationshipToTerm
multivalued: true
</details>
### Induced
<details>
```yaml
name: LexicalGrouping
description: A grouping of ontology elements by a shared lexical term
from_schema: https://w3id.org/oak/lexical-index
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
alias: relationships
owner: LexicalGrouping
domain_of:
- LexicalGrouping
range: RelationshipToTerm
multivalued: true