Skip to content

Class: Event

Something that happened.

URI: cdm:Event

classDiagram class Event click Event href "../Event" Event : conditions Event : created_at Event : description Event : event_id Event : gold_environmental_context Event --> "0..1" MixsEnvironmentalContext : gold_environmental_context click MixsEnvironmentalContext href "../MixsEnvironmentalContext" Event : location Event : mixs_environmental_context Event --> "0..1" MixsEnvironmentalContext : mixs_environmental_context click MixsEnvironmentalContext href "../MixsEnvironmentalContext" Event : name

Slots

Name Cardinality and Range Description Inheritance
conditions *
String
TBD direct
created_at 0..1
Datetime
The time at which the event started or was created direct
description 0..1
String
Brief text description of what actually happened direct
gold_environmental_context 0..1
MixsEnvironmentalContext
The environmental context for this event direct
mixs_environmental_context 0..1
MixsEnvironmentalContext
The environmental context for this event direct
event_id 1
UUID
Internal (CDM) unique identifier direct
name 0..1
String
Name or title for the event direct
location 0..1
String
The location for this event direct

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self cdm:Event
native cdm:Event

LinkML Source

Direct

name: Event
description: Something that happened.
from_schema: https://github.com/kbase/cdm-schema
attributes:
  conditions:
    name: conditions
    description: TBD
    from_schema: https://github.com/kbase/cdm-schema
    rank: 1000
    domain_of:
    - Event
    multivalued: true
  created_at:
    name: created_at
    description: The time at which the event started or was created.
    from_schema: https://github.com/kbase/cdm-schema
    rank: 1000
    domain_of:
    - Event
    - Experiment
    - Measurement
    - MeasurementSet
    range: datetime
  description:
    name: description
    description: Brief text description of what actually happened.
    todos:
    - Create controlled vocab for events?
    from_schema: https://github.com/kbase/cdm-schema
    domain_of:
    - Cluster
    - Event
    - Experiment
    - Project
    - Protein
    - Sample
    - Identifier
    - Name
  gold_environmental_context:
    name: gold_environmental_context
    description: The environmental context for this event.
    from_schema: https://github.com/kbase/cdm-schema
    rank: 1000
    domain_of:
    - Event
    range: MixsEnvironmentalContext
  mixs_environmental_context:
    name: mixs_environmental_context
    description: The environmental context for this event.
    from_schema: https://github.com/kbase/cdm-schema
    rank: 1000
    domain_of:
    - Event
    range: MixsEnvironmentalContext
  event_id:
    name: event_id
    description: Internal (CDM) unique identifier.
    from_schema: https://github.com/kbase/cdm-schema
    rank: 1000
    identifier: true
    domain_of:
    - Event
    range: UUID
    required: true
  name:
    name: name
    description: Name or title for the event.
    from_schema: https://github.com/kbase/cdm-schema
    domain_of:
    - Contributor
    - DataSource
    - Event
    - Experiment
    - Measurement
    - Name
  location:
    name: location
    description: The location for this event. May be described in terms of coordinates.
    from_schema: https://github.com/kbase/cdm-schema
    rank: 1000
    domain_of:
    - Event

Induced

name: Event
description: Something that happened.
from_schema: https://github.com/kbase/cdm-schema
attributes:
  conditions:
    name: conditions
    description: TBD
    from_schema: https://github.com/kbase/cdm-schema
    rank: 1000
    alias: conditions
    owner: Event
    domain_of:
    - Event
    range: string
    multivalued: true
  created_at:
    name: created_at
    description: The time at which the event started or was created.
    from_schema: https://github.com/kbase/cdm-schema
    rank: 1000
    alias: created_at
    owner: Event
    domain_of:
    - Event
    - Experiment
    - Measurement
    - MeasurementSet
    range: datetime
  description:
    name: description
    description: Brief text description of what actually happened.
    todos:
    - Create controlled vocab for events?
    from_schema: https://github.com/kbase/cdm-schema
    alias: description
    owner: Event
    domain_of:
    - Cluster
    - Event
    - Experiment
    - Project
    - Protein
    - Sample
    - Identifier
    - Name
    range: string
  gold_environmental_context:
    name: gold_environmental_context
    description: The environmental context for this event.
    from_schema: https://github.com/kbase/cdm-schema
    rank: 1000
    alias: gold_environmental_context
    owner: Event
    domain_of:
    - Event
    range: MixsEnvironmentalContext
  mixs_environmental_context:
    name: mixs_environmental_context
    description: The environmental context for this event.
    from_schema: https://github.com/kbase/cdm-schema
    rank: 1000
    alias: mixs_environmental_context
    owner: Event
    domain_of:
    - Event
    range: MixsEnvironmentalContext
  event_id:
    name: event_id
    description: Internal (CDM) unique identifier.
    from_schema: https://github.com/kbase/cdm-schema
    rank: 1000
    identifier: true
    alias: event_id
    owner: Event
    domain_of:
    - Event
    range: UUID
    required: true
  name:
    name: name
    description: Name or title for the event.
    from_schema: https://github.com/kbase/cdm-schema
    alias: name
    owner: Event
    domain_of:
    - Contributor
    - DataSource
    - Event
    - Experiment
    - Measurement
    - Name
    range: string
  location:
    name: location
    description: The location for this event. May be described in terms of coordinates.
    from_schema: https://github.com/kbase/cdm-schema
    rank: 1000
    alias: location
    owner: Event
    domain_of:
    - Event
    range: string