Skip to content

Slot: text

The actual permissible value itself

URI: [linkml:text](https://w3id.org/linkml/text) ## Applicable Classes | Name | Description | Modifies Slot | | --- | --- | --- | | [PermissibleValue](PermissibleValue.md) | a permissible value, accompanied by intended text and an optional mapping to ... | no | ## Properties ### Type and Range | Property | Value | | --- | --- | | Range | [String](String.md) | | Domain | [PermissibleValue](PermissibleValue.md) | | Domain Of | [PermissibleValue](PermissibleValue.md) | ### Cardinality and Requirements | Property | Value | | --- | --- | | Required | Yes | ### Slot Characteristics | Property | Value | | --- | --- | | Identifier | Yes | ## In Subsets * [SpecificationSubset](SpecificationSubset.md) * [BasicSubset](BasicSubset.md) ## Aliases * value ## Comments * there are no constraints on the text of the permissible value, but for many applications you may want to consider following idiomatic forms and using computer-friendly forms ## Identifier and Mapping Information ### Administrative Metadata **Rank:** 21 ### Schema Source * from schema: https://w3id.org/linkml/meta ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | linkml:text | | native | linkml:text | | close | skos:notation | ## LinkML Source
name: text
description: The actual permissible value itself
comments:
- there are no constraints on the text of the permissible value, but for many applications
  you may want to consider following idiomatic forms and using computer-friendly forms
in_subset:
- SpecificationSubset
- BasicSubset
from_schema: https://w3id.org/linkml/meta
aliases:
- value
close_mappings:
- skos:notation
rank: 21
domain: permissible_value
identifier: true
domain_of:
- permissible_value
range: string
required: true