Localized text value for a specific language tag.
URI: pbs:LocalizedText
| Property | Value |
|---|---|
| Class URI | pbs:LocalizedText |
| 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 |
| Mapping Type | Mapped Value |
|---|---|
| self | pbs:LocalizedText |
| native | pbs:LocalizedText |
name: LocalizedText
description: Localized text value for a specific language tag.
from_schema: https://example.org/pragmatic-bim-data-contract
slots:
- language_tag
- text_value
class_uri: pbs:LocalizedText
name: LocalizedText
description: Localized text value for a specific language tag.
from_schema: https://example.org/pragmatic-bim-data-contract
attributes:
language_tag:
name: language_tag
description: IETF BCP 47 language tag (for example en, de, pt-BR).
from_schema: https://example.org/pragmatic-bim-data-contract
rank: 1000
alias: language_tag
owner: LocalizedText
domain_of:
- LocalizedText
range: string
required: true
text_value:
name: text_value
description: Localized text value.
from_schema: https://example.org/pragmatic-bim-data-contract
rank: 1000
alias: text_value
owner: LocalizedText
domain_of:
- LocalizedText
range: string
required: true
class_uri: pbs:LocalizedText