Class: Event
Something that happened.
URI: kb_cdm:Event
classDiagram
class Event
click Event href "../Event"
NamedThing <|-- Event
click NamedThing href "../NamedThing"
Event : conditions
Event : created_at
Event : description
Event : environmental_context_id
Event --> "0..1" EnvironmentalContext : environmental_context_id
click EnvironmentalContext href "../EnvironmentalContext"
Event : event_id
Event : location
Event : names
Event --> "*" Name : names
click Name href "../Name"
Inheritance
- NamedThing
- Event
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 |
environmental_context_id | 0..1 EnvironmentalContext |
The environmental context for this event | direct |
event_id | 1 UUID |
Internal (CDM) unique identifier | direct |
location | 0..1 String |
The location for this event | direct |
names | * Name |
Names, alternative names, and synonyms for an entity | NamedThing |
Identifier and Mapping Information
Schema Source
- from schema: https://github.com/kbase/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: https://github.com/kbase/cdm-schema
is_a: NamedThing
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:
- NamedThing
- Event
- Experiment
- Identifier
- Name
- Project
- Protein
- Sample
environmental_context_id:
name: environmental_context_id
description: The environmental context for this event.
from_schema: https://github.com/kbase/cdm-schema
rank: 1000
domain_of:
- Event
range: EnvironmentalContext
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
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
is_a: NamedThing
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:
- NamedThing
- Event
- Experiment
- Identifier
- Name
- Project
- Protein
- Sample
range: string
environmental_context_id:
name: environmental_context_id
description: The environmental context for this event.
from_schema: https://github.com/kbase/cdm-schema
rank: 1000
alias: environmental_context_id
owner: Event
domain_of:
- Event
range: EnvironmentalContext
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
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
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: Event
domain_of:
- NamedThing
range: Name
multivalued: true