Skip to content

Class: ControlledTermValue

A quality, described using a text string from a controlled vocabulary or enum.

URI: nmdc:ControlledTermValue

classDiagram class ControlledTermValue click ControlledTermValue href "../ControlledTermValue/" AttributeValue <|-- ControlledTermValue click AttributeValue href "../AttributeValue/" ControlledTermValue : attribute_cv_id ControlledTermValue : attribute_cv_label ControlledTermValue : attribute_string ControlledTermValue : entity_id ControlledTermValue : raw_value ControlledTermValue : type ControlledTermValue --> "0..1" AttributeValueType : type click AttributeValueType href "../AttributeValueType/" ControlledTermValue : value_cv_label

Inheritance

Slots

Name Cardinality and Range Description Inheritance
value_cv_label 1
LocalCurieName
For values that are in a controlled vocabulary, ontology, or enumeration, this attribute should capture the term from the controlled vocabulary. direct
raw_value 0..1
String
The value that was specified for an annotation in its raw form; e.g. "2 cm" or "2-4 cm" AttributeValue
type 0..1
AttributeValueType
The type of value being represented - e.g. QuantityValue, TextValue, DateTimeValue, ControlledVocabularyTermValue, etc. AttributeValue
attribute_cv_id 0..1
LocalCurie
The attribute being represented. For attributes that are in a controlled vocabulary, ontology, or enumeration, this attribute should capture the term ID from the controlled vocabulary. AttributeMixin
attribute_cv_label 0..1
LocalCurieName
The attribute being represented. For attributes that are in a controlled vocabulary, ontology, or enumeration, this attribute should capture the term from the controlled vocabulary. AttributeMixin
attribute_string 0..1
String
The attribute being represented, as a text string. This field should only be used if the attribute is not represented in a controlled vocabulary, ontology, or enumeration. AttributeMixin
entity_id 1
CdmId
The database entity (sample, feature, protein, etc.) to which the attribute-value annotation refers. EntityMixin

Identifier and Mapping Information

Schema Source

  • from schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema

Mappings

Mapping Type Mapped Value
self nmdc:ControlledTermValue
native kb_cdm:ControlledTermValue

LinkML Source

Direct

name: ControlledTermValue
description: A quality, described using a text string from a controlled vocabulary
  or enum.
from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
is_a: AttributeValue
slots:
- value_cv_label
slot_usage:
  value_cv_label:
    name: value_cv_label
    required: true
  type:
    name: type
    ifabsent: kb_cdm:ControlledTermValue
class_uri: nmdc:ControlledTermValue

Induced

name: ControlledTermValue
description: A quality, described using a text string from a controlled vocabulary
  or enum.
from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
is_a: AttributeValue
slot_usage:
  value_cv_label:
    name: value_cv_label
    required: true
  type:
    name: type
    ifabsent: kb_cdm:ControlledTermValue
attributes:
  value_cv_label:
    name: value_cv_label
    description: For values that are in a controlled vocabulary, ontology, or enumeration,
      this attribute should capture the term from the controlled vocabulary.
    from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
    aliases:
    - value term name
    rank: 1000
    alias: value_cv_label
    owner: ControlledTermValue
    domain_of:
    - EntityAttributeValue
    - ControlledTermValue
    - ControlledVocabularyTermValue
    range: local_curie_name
    required: true
  raw_value:
    name: raw_value
    description: The value that was specified for an annotation in its raw form; e.g.
      "2 cm" or "2-4 cm"
    examples:
    - value: 2 cm
    - value: 2 to 5m
    - value: 37-39 degrees celcius
    - value: Regulation of glucose biosynthesis.
    from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
    mappings:
    - nmdc:raw_value
    rank: 1000
    alias: raw_value
    owner: ControlledTermValue
    domain_of:
    - AttributeValue
    range: string
  type:
    name: type
    description: The type of value being represented - e.g. QuantityValue, TextValue,
      DateTimeValue, ControlledVocabularyTermValue, etc.
    from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
    rank: 1000
    ifabsent: kb_cdm:ControlledTermValue
    alias: type
    owner: ControlledTermValue
    domain_of:
    - AttributeValue
    - EncodedFeature
    - Feature
    - Sample
    - Sequence
    range: AttributeValueType
  attribute_cv_id:
    name: attribute_cv_id
    description: The attribute being represented. For attributes that are in a controlled
      vocabulary, ontology, or enumeration, this attribute should capture the term
      ID from the controlled vocabulary.
    from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
    aliases:
    - attribute term ID
    - attribute PID
    rank: 1000
    alias: attribute_cv_id
    owner: ControlledTermValue
    domain_of:
    - AttributeMixin
    range: local_curie
  attribute_cv_label:
    name: attribute_cv_label
    description: The attribute being represented. For attributes that are in a controlled
      vocabulary, ontology, or enumeration, this attribute should capture the term
      from the controlled vocabulary.
    from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
    aliases:
    - attribute term name
    rank: 1000
    alias: attribute_cv_label
    owner: ControlledTermValue
    domain_of:
    - AttributeMixin
    range: local_curie_name
  attribute_string:
    name: attribute_string
    description: The attribute being represented, as a text string. This field should
      only be used if the attribute is not represented in a controlled vocabulary,
      ontology, or enumeration.
    from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
    aliases:
    - attribute
    - tag
    rank: 1000
    alias: attribute_string
    owner: ControlledTermValue
    domain_of:
    - AttributeMixin
    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/linkml/cdm_attr_value
    alias: entity_id
    owner: ControlledTermValue
    domain_of:
    - ClusterMember
    - EntityMixin
    - Entity
    - Identifier
    - Name
    - Sequence
    - Association_x_SupportingObject
    range: cdm_id
    required: true
class_uri: nmdc:ControlledTermValue