Class: AttributeValue
A generic class for capturing tag-value information in a structured form.
- NOTE: this is an abstract class and should not be instantiated directly
classDiagram
class AttributeValue
click AttributeValue href "../AttributeValue"
Table <|-- AttributeValue
click Table href "../Table"
AttributeValue <|-- QuantityValue
click QuantityValue href "../QuantityValue"
AttributeValue <|-- TextValue
click TextValue href "../TextValue"
AttributeValue <|-- Geolocation
click Geolocation href "../Geolocation"
AttributeValue : attribute_cv_term_id
AttributeValue : attribute_name
AttributeValue : entity_id
AttributeValue : raw_value
Inheritance
- Table
- AttributeValue
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
entity_id | 1 UUID |
The database entity (sample, feature, protein, etc | direct |
attribute_name | 1 String |
The attribute being captured in this annotation | direct |
attribute_cv_term_id | 0..1 LocalCurie |
If the attribute is a term from a controlled vocabulary, the ID of the term | direct |
raw_value | 0..1 String |
Raw value from the source data | direct |
Identifier and Mapping Information
Schema Source
- from schema: http://kbase.github.io/cdm-schema/cdm_schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | kb_cdm:AttributeValue |
native | kb_cdm:AttributeValue |
LinkML Source
Direct
name: AttributeValue
description: A generic class for capturing tag-value information in a structured form.
from_schema: http://kbase.github.io/cdm-schema/cdm_schema
is_a: Table
abstract: true
slots:
- entity_id
slot_usage:
entity_id:
name: entity_id
description: The database entity (sample, feature, protein, etc.) to which the
attribute-value annotation refers.
attributes:
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
domain_of:
- AttributeValue
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
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
domain_of:
- AttributeValue
- Geolocation
Induced
name: AttributeValue
description: A generic class for capturing tag-value information in a structured form.
from_schema: http://kbase.github.io/cdm-schema/cdm_schema
is_a: Table
abstract: true
slot_usage:
entity_id:
name: entity_id
description: The database entity (sample, feature, protein, etc.) to which the
attribute-value annotation refers.
attributes:
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: AttributeValue
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: AttributeValue
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: AttributeValue
domain_of:
- AttributeValue
- Geolocation
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: AttributeValue
domain_of:
- Association_X_SupportingObject
- Entity_X_Measurement
- ClusterMember
- Sequence
- Entity
- Identifier
- Name
- AttributeValue
range: UUID
required: true