Skip to content

Class: ControlledIdentifiedTermValue

A controlled term or class from an ontology, requiring the presence of term with an id

URI: nmdc:ControlledIdentifiedTermValue

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

Inheritance

Slots

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

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: ControlledIdentifiedTermValue
description: A controlled term or class from an ontology, requiring the presence of
  term with an id
from_schema: https://github.com/kbase/cdm-schema
is_a: ControlledTermValue
slot_usage:
  term:
    name: term
    required: true
class_uri: nmdc:ControlledIdentifiedTermValue

Induced

name: ControlledIdentifiedTermValue
description: A controlled term or class from an ontology, requiring the presence of
  term with an id
from_schema: https://github.com/kbase/cdm-schema
is_a: ControlledTermValue
slot_usage:
  term:
    name: term
    required: true
attributes:
  term:
    name: term
    from_schema: https://github.com/kbase/cdm-schema
    rank: 1000
    alias: term
    owner: ControlledIdentifiedTermValue
    domain_of:
    - ControlledTermValue
    range: string
    required: true
  raw_value:
    name: raw_value
    from_schema: https://github.com/kbase/cdm-schema
    rank: 1000
    alias: raw_value
    owner: ControlledIdentifiedTermValue
    domain_of:
    - AttributeValue
    range: string
  type:
    name: type
    from_schema: https://github.com/kbase/cdm-schema
    rank: 1000
    alias: type
    owner: ControlledIdentifiedTermValue
    domain_of:
    - EncodedFeature
    - Feature
    - Measurement
    - Sample
    - AttributeValue
    range: string
class_uri: nmdc:ControlledIdentifiedTermValue