Skip to content

Class: ControlledTermValue

A controlled term or class from an ontology

URI: nmdc:ControlledTermValue

classDiagram class ControlledTermValue click ControlledTermValue href "../ControlledTermValue" AttributeValue <|-- ControlledTermValue click AttributeValue href "../AttributeValue" ControlledTermValue <|-- ControlledIdentifiedTermValue click ControlledIdentifiedTermValue href "../ControlledIdentifiedTermValue" ControlledTermValue : raw_value ControlledTermValue : term ControlledTermValue : type

Inheritance

Slots

Name Cardinality and Range Description Inheritance
term 0..1
String
direct
raw_value 0..1
String
AttributeValue
type 0..1
String
AttributeValue

TODOs

  • add fields for ontology, branch

Identifier and Mapping Information

Schema Source

  • from schema: https://github.com/kbase/cdm-schema

Mappings

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

LinkML Source

Direct

name: ControlledTermValue
description: A controlled term or class from an ontology
todos:
- add fields for ontology, branch
from_schema: https://github.com/kbase/cdm-schema
is_a: AttributeValue
slots:
- term
class_uri: nmdc:ControlledTermValue

Induced

name: ControlledTermValue
description: A controlled term or class from an ontology
todos:
- add fields for ontology, branch
from_schema: https://github.com/kbase/cdm-schema
is_a: AttributeValue
attributes:
  term:
    name: term
    from_schema: https://github.com/kbase/cdm-schema
    rank: 1000
    alias: term
    owner: ControlledTermValue
    domain_of:
    - ControlledTermValue
    range: string
  raw_value:
    name: raw_value
    from_schema: https://github.com/kbase/cdm-schema
    rank: 1000
    alias: raw_value
    owner: ControlledTermValue
    domain_of:
    - AttributeValue
    range: string
  type:
    name: type
    from_schema: https://github.com/kbase/cdm-schema
    rank: 1000
    alias: type
    owner: ControlledTermValue
    domain_of:
    - EncodedFeature
    - Feature
    - Measurement
    - Sample
    - AttributeValue
    range: string
class_uri: nmdc:ControlledTermValue