Skip to content

Slot: values_from

The identifier of a "value set" -- a set of identifiers that form the possible values for the range of a slot. Note: this is different than 'subproperty_of' in that 'subproperty_of' is intended to be a single ontology term while 'values_from' is the identifier of an entire value set. Additionally, this is different than an enumeration in that in an enumeration, the values of the enumeration are listed directly in the model itself. Setting this property on a slot does not guarantee an expansion of the ontological hierarchy into an enumerated list of possible values in every serialization of the model.

URI: [linkml:values_from](https://w3id.org/linkml/values_from) ## Applicable Classes | Name | Description | Modifies Slot | | --- | --- | --- | | [Definition](Definition.md) | abstract base class for core metaclasses | no | | [EnumDefinition](EnumDefinition.md) | an element whose instances must be drawn from a specified set of permissible ... | no | | [SlotDefinition](SlotDefinition.md) | an element that describes how instances are related to other instances | no | | [ClassDefinition](ClassDefinition.md) | an element whose instances are complex objects that may have slot-value assig... | no | ## Properties ### Type and Range | Property | Value | | --- | --- | | Range | [Uriorcurie](Uriorcurie.md) | | Domain | [Definition](Definition.md) | | Domain Of | [Definition](Definition.md) | ### Cardinality and Requirements | Property | Value | | --- | --- | | Multivalued | Yes | ## Identifier and Mapping Information ### Administrative Metadata **Status:** testing ### Schema Source * from schema: https://w3id.org/linkml/meta ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | linkml:values_from | | native | linkml:values_from | ## LinkML Source
name: values_from
description: 'The identifier of a "value set" -- a set of identifiers that form the
  possible values for the range of a slot. Note: this is different than ''subproperty_of''
  in that ''subproperty_of'' is intended to be a single ontology term while ''values_from''
  is the identifier of an entire value set.  Additionally, this is different than
  an enumeration in that in an enumeration, the values of the enumeration are listed
  directly in the model itself. Setting this property on a slot does not guarantee
  an expansion of the ontological hierarchy into an enumerated list of possible values
  in every serialization of the model.'
from_schema: https://w3id.org/linkml/meta
status: testing
rank: 1000
domain: definition
domain_of:
- definition
range: uriorcurie
multivalued: true