Skip to content

Class: Event

Something that happened.

URI: kb_cdm:Event

classDiagram class Event click Event href "../Event" Table <|-- Event click Table href "../Table" Event : created_at Event : description Event : event_id Event : location Event : name

Inheritance

Slots

Name Cardinality and Range Description Inheritance
event_id 1
UUID
Internal (CDM) unique identifier for an event direct
created_at 0..1
Iso8601
The time at which the event started or was created direct
description 0..1
String
Brief text description of what actually happened 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: http://kbase.github.io/cdm-schema/cdm_schema

Mappings

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

LinkML Source

Direct

name: Event
description: Something that happened.
from_schema: http://kbase.github.io/cdm-schema/cdm_schema
is_a: Table
slots:
- event_id
slot_usage:
  event_id:
    name: event_id
    identifier: true
attributes:
  created_at:
    name: created_at
    description: The time at which the event started or was created.
    from_schema: http://kbase.github.io/cdm-schema/cdm_components
    rank: 1000
    domain_of:
    - Event
    - Experiment
    - Measurement
    range: iso8601
  description:
    name: description
    description: Brief text description of what actually happened.
    todos:
    - Create controlled vocab for events?
    from_schema: http://kbase.github.io/cdm-schema/cdm_components
    domain_of:
    - Cluster
    - Event
    - Experiment
    - Project
    - Protein
    - Protocol
    - Sample
    - Identifier
    - Name
  name:
    name: name
    description: Name or title for the event.
    from_schema: http://kbase.github.io/cdm-schema/cdm_components
    domain_of:
    - Cluster
    - Contributor
    - DataSource
    - Event
    - Experiment
    - Name
  location:
    name: location
    description: The location for this event. May be described in terms of coordinates.
    from_schema: http://kbase.github.io/cdm-schema/cdm_components
    rank: 1000
    domain_of:
    - Event

Induced

name: Event
description: Something that happened.
from_schema: http://kbase.github.io/cdm-schema/cdm_schema
is_a: Table
slot_usage:
  event_id:
    name: event_id
    identifier: true
attributes:
  created_at:
    name: created_at
    description: The time at which the event started or was created.
    from_schema: http://kbase.github.io/cdm-schema/cdm_components
    rank: 1000
    alias: created_at
    owner: Event
    domain_of:
    - Event
    - Experiment
    - Measurement
    range: iso8601
  description:
    name: description
    description: Brief text description of what actually happened.
    todos:
    - Create controlled vocab for events?
    from_schema: http://kbase.github.io/cdm-schema/cdm_components
    alias: description
    owner: Event
    domain_of:
    - Cluster
    - Event
    - Experiment
    - Project
    - Protein
    - Protocol
    - Sample
    - Identifier
    - Name
    range: string
  name:
    name: name
    description: Name or title for the event.
    from_schema: http://kbase.github.io/cdm-schema/cdm_components
    alias: name
    owner: Event
    domain_of:
    - Cluster
    - Contributor
    - DataSource
    - Event
    - Experiment
    - Name
    range: string
  location:
    name: location
    description: The location for this event. May be described in terms of coordinates.
    from_schema: http://kbase.github.io/cdm-schema/cdm_components
    rank: 1000
    alias: location
    owner: Event
    domain_of:
    - Event
    range: string
  event_id:
    name: event_id
    description: Internal (CDM) unique identifier for an event.
    from_schema: http://kbase.github.io/cdm-schema/cdm_schema
    rank: 1000
    identifier: true
    alias: event_id
    owner: Event
    domain_of:
    - Event
    range: UUID
    required: true