Skip to content

Slot: literal_form

The literal lexical form of a structured alias; i.e the actual alias value.

URI: [skosxl:literalForm](http://www.w3.org/2008/05/skos-xl#literalForm) ## Applicable Classes | Name | Description | Modifies Slot | | --- | --- | --- | | [StructuredAlias](StructuredAlias.md) | object that contains meta data about a synonym or alias including where it ca... | no | ## Properties ### Type and Range | Property | Value | | --- | --- | | Range | [String](String.md) | | Domain | [StructuredAlias](StructuredAlias.md) | | Domain Of | [StructuredAlias](StructuredAlias.md) | | Slot URI | [skosxl:literalForm](http://www.w3.org/2008/05/skos-xl#literalForm) | ### Cardinality and Requirements | Property | Value | | --- | --- | | Required | Yes | ## Aliases * alias_name * string_value ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/linkml/meta ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | skosxl:literalForm | | native | linkml:literal_form | ## LinkML Source
name: literal_form
description: The literal lexical form of a structured alias; i.e the actual alias
  value.
from_schema: https://w3id.org/linkml/meta
aliases:
- alias_name
- string_value
rank: 1000
domain: structured_alias
slot_uri: skosxl:literalForm
domain_of:
- structured_alias
range: string
required: true