Enum: AttributeValueType
URI: kb_cdm:AttributeValueType
Permissible Values
Value |
Meaning |
Description |
DateTimeValue |
kb_cdm:DateTimeValue |
A date or date and time value. |
QuantityValue |
kb_cdm:QuantityValue |
A simple quantity, e.g. 2 cm. |
QuantityRangeValue |
kb_cdm:QuantityRangeValue |
A numerical range, e.g. 5-7 cm. |
TextValue |
kb_cdm:TextValue |
A quality, described using a text string. |
ControlledTermValue |
kb_cdm:ControlledTermValue |
A quality, described using a text string from a controlled vocabulary or enum. |
ControlledVocabularyTermValue |
kb_cdm:ControlledVocabularyTermValue |
A quality, described using a term from an ontology or schema with a stable persistent identifier. |
Geolocation |
kb_cdm:Geolocation |
A location, described using latitude and longitude. |
Slots
Name |
Description |
type |
The type of value being represented - e.g. QuantityValue, TextValue, DateTimeValue, ControlledVocabularyTermValue, etc. |
Schema Source
- from schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
LinkML Source
name: AttributeValueType
from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
rank: 1000
permissible_values:
DateTimeValue:
text: DateTimeValue
description: A date or date and time value.
meaning: kb_cdm:DateTimeValue
QuantityValue:
text: QuantityValue
description: A simple quantity, e.g. 2 cm.
meaning: kb_cdm:QuantityValue
QuantityRangeValue:
text: QuantityRangeValue
description: A numerical range, e.g. 5-7 cm.
meaning: kb_cdm:QuantityRangeValue
TextValue:
text: TextValue
description: A quality, described using a text string.
meaning: kb_cdm:TextValue
ControlledTermValue:
text: ControlledTermValue
description: A quality, described using a text string from a controlled vocabulary
or enum.
meaning: kb_cdm:ControlledTermValue
ControlledVocabularyTermValue:
text: ControlledVocabularyTermValue
description: A quality, described using a term from an ontology or schema with
a stable persistent identifier.
meaning: kb_cdm:ControlledVocabularyTermValue
Geolocation:
text: Geolocation
description: A location, described using latitude and longitude.
meaning: kb_cdm:Geolocation