Class: LocalizedText¶
Localized text value for a specific language tag.
Embedded value type — nested inside a parent record, not a graph node.
URI: pbs:LocalizedText
classDiagram
direction TB
class LocalizedText
click LocalizedText href "./LocalizedText.html" _blank
Hold "Alt" / "Option" to enable pan & zoom
Class Properties¶
| Property | Value |
|---|---|
| Class URI | pbs:LocalizedText |
Slots¶
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| language_tag | 1 String |
IETF BCP 47 language tag (for example en, de, pt-BR). | direct |
| text_value | 1 String |
Localized text value. | direct |
Usages¶
Identifier and Mapping Information¶
Schema Source¶
- from schema: https://schema.pragmaticbim.ch
Mappings¶
| Mapping Type | Mapped Value |
|---|---|
| self | pbs:LocalizedText |
| native | pbs:LocalizedText |
LinkML Source¶
Direct¶
name: LocalizedText
description: Localized text value for a specific language tag.
from_schema: https://schema.pragmaticbim.ch
slots:
- language_tag
- text_value
class_uri: pbs:LocalizedText
Induced¶
name: LocalizedText
description: Localized text value for a specific language tag.
from_schema: https://schema.pragmaticbim.ch
attributes:
language_tag:
name: language_tag
description: IETF BCP 47 language tag (for example en, de, pt-BR).
from_schema: https://schema.pragmaticbim.ch
rank: 1000
owner: LocalizedText
domain_of:
- LocalizedText
range: string
required: true
text_value:
name: text_value
description: Localized text value.
from_schema: https://schema.pragmaticbim.ch
rank: 1000
owner: LocalizedText
domain_of:
- LocalizedText
range: string
required: true
class_uri: pbs:LocalizedText