Skip to content

Class: EnvironmentalContext

The environmental context for the event.

  • NOTE: this is an abstract class and should not be instantiated directly

URI: kb_cdm:EnvironmentalContext

classDiagram class EnvironmentalContext click EnvironmentalContext href "../EnvironmentalContext" UniqueNamedThing <|-- EnvironmentalContext click UniqueNamedThing href "../UniqueNamedThing" EnvironmentalContext <|-- GoldEnvironmentalContext click GoldEnvironmentalContext href "../GoldEnvironmentalContext" EnvironmentalContext <|-- MixsEnvironmentalContext click MixsEnvironmentalContext href "../MixsEnvironmentalContext" EnvironmentalContext : description EnvironmentalContext : hash EnvironmentalContext : identifiers EnvironmentalContext --> "*" Identifier : identifiers click Identifier href "../Identifier" EnvironmentalContext : names EnvironmentalContext --> "*" Name : names click Name href "../Name"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
hash 0..1
String
A hash value generated from one or more object attributes that serves to ensu... UniqueNamedThing
identifiers *
Identifier
URIs or CURIEs used to refer to this entity NamedThingWithId
description 0..1
String
Definition or description of the entity NamedThing
names *
Name
Names, alternative names, and synonyms for an entity NamedThing

Usages

used by used in type used
Event environmental_context_id range EnvironmentalContext

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self kb_cdm:EnvironmentalContext
native kb_cdm:EnvironmentalContext

LinkML Source

Direct

name: EnvironmentalContext
description: The environmental context for the event.
from_schema: https://github.com/kbase/cdm-schema
is_a: UniqueNamedThing
abstract: true

Induced

name: EnvironmentalContext
description: The environmental context for the event.
from_schema: https://github.com/kbase/cdm-schema
is_a: UniqueNamedThing
abstract: true
attributes:
  hash:
    name: hash
    description: A hash value generated from one or more object attributes that serves
      to ensure the entity is unique.
    from_schema: https://github.com/kbase/cdm-schema
    alias: hash
    owner: EnvironmentalContext
    domain_of:
    - UniqueNamedThing
    range: string
  identifiers:
    name: identifiers
    description: URIs or CURIEs used to refer to this entity.
    from_schema: https://github.com/kbase/cdm-schema
    rank: 1000
    alias: identifiers
    owner: EnvironmentalContext
    domain_of:
    - NamedThingWithId
    range: Identifier
    multivalued: true
  description:
    name: description
    description: Definition or description of the entity.
    from_schema: https://github.com/kbase/cdm-schema
    rank: 1000
    alias: description
    owner: EnvironmentalContext
    domain_of:
    - NamedThing
    - Event
    - Experiment
    - Identifier
    - Name
    - Project
    - Protein
    - Sample
    range: string
  names:
    name: names
    description: Names, alternative names, and synonyms for an entity.
    from_schema: https://github.com/kbase/cdm-schema
    rank: 1000
    alias: names
    owner: EnvironmentalContext
    domain_of:
    - NamedThing
    range: Name
    multivalued: true