Class: TextValue
A basic string value
URI: kb_cdm:TextValue
classDiagram
class TextValue
click TextValue href "../TextValue"
AttributeValue <|-- TextValue
click AttributeValue href "../AttributeValue"
TextValue : attribute_cv_term_id
TextValue : attribute_name
TextValue : entity_id
TextValue : language
TextValue : raw_value
TextValue : value
TextValue : value_cv_term_id
Inheritance
- Table
- AttributeValue
- TextValue
- AttributeValue
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
value | 1 String |
The value after undergoing normalisation or standardisation | direct |
value_cv_term_id | 0..1 LocalCurie |
If the term comes from the controlled vocabulary, the CURIE for the term | direct |
language | 0..1 String |
Language of the text value | direct |
entity_id | 1 UUID |
The database entity (sample, feature, protein, etc | AttributeValue |
attribute_name | 1 String |
The attribute being captured in this annotation | AttributeValue |
attribute_cv_term_id | 0..1 LocalCurie |
If the attribute is a term from a controlled vocabulary, the ID of the term | AttributeValue |
raw_value | 0..1 String |
Raw value from the source data | AttributeValue |
Identifier and Mapping Information
Schema Source
- from schema: http://kbase.github.io/cdm-schema/cdm_schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | kb_cdm:TextValue |
native | kb_cdm:TextValue |
LinkML Source
Direct
name: TextValue
description: A basic string value
from_schema: http://kbase.github.io/cdm-schema/cdm_schema
is_a: AttributeValue
attributes:
value:
name: value
description: The value after undergoing normalisation or standardisation.
from_schema: http://kbase.github.io/cdm-schema/cdm_attr_value
domain_of:
- QuantityValue
- TextValue
- Statements
required: true
value_cv_term_id:
name: value_cv_term_id
description: If the term comes from the controlled vocabulary, the CURIE for the
term. This will always be null if the text string is not from a controlled vocabulary.
from_schema: http://kbase.github.io/cdm-schema/cdm_attr_value
rank: 1000
domain_of:
- TextValue
range: local_curie
language:
name: language
description: Language of the text value.
from_schema: http://kbase.github.io/cdm-schema/cdm_attr_value
domain_of:
- TextValue
- Statements
Induced
name: TextValue
description: A basic string value
from_schema: http://kbase.github.io/cdm-schema/cdm_schema
is_a: AttributeValue
attributes:
value:
name: value
description: The value after undergoing normalisation or standardisation.
from_schema: http://kbase.github.io/cdm-schema/cdm_attr_value
alias: value
owner: TextValue
domain_of:
- QuantityValue
- TextValue
- Statements
range: string
required: true
value_cv_term_id:
name: value_cv_term_id
description: If the term comes from the controlled vocabulary, the CURIE for the
term. This will always be null if the text string is not from a controlled vocabulary.
from_schema: http://kbase.github.io/cdm-schema/cdm_attr_value
rank: 1000
alias: value_cv_term_id
owner: TextValue
domain_of:
- TextValue
range: local_curie
language:
name: language
description: Language of the text value.
from_schema: http://kbase.github.io/cdm-schema/cdm_attr_value
alias: language
owner: TextValue
domain_of:
- TextValue
- Statements
range: string
entity_id:
name: entity_id
description: The database entity (sample, feature, protein, etc.) to which the
attribute-value annotation refers.
from_schema: http://kbase.github.io/cdm-schema/cdm_schema
rank: 1000
alias: entity_id
owner: TextValue
domain_of:
- Association_X_SupportingObject
- Entity_X_Measurement
- ClusterMember
- Sequence
- Entity
- Identifier
- Name
- AttributeValue
range: UUID
required: true
attribute_name:
name: attribute_name
description: The attribute being captured in this annotation.
from_schema: http://kbase.github.io/cdm-schema/cdm_attr_value
aliases:
- type
- name
rank: 1000
alias: attribute_name
owner: TextValue
domain_of:
- AttributeValue
range: string
required: true
attribute_cv_term_id:
name: attribute_cv_term_id
description: If the attribute is a term from a controlled vocabulary, the ID of
the term.
from_schema: http://kbase.github.io/cdm-schema/cdm_attr_value
rank: 1000
alias: attribute_cv_term_id
owner: TextValue
domain_of:
- AttributeValue
range: local_curie
raw_value:
name: raw_value
description: Raw value from the source data. May or may not include units or other
unstructured information.
from_schema: http://kbase.github.io/cdm-schema/cdm_attr_value
rank: 1000
alias: raw_value
owner: TextValue
domain_of:
- AttributeValue
- Geolocation
range: string