Skip to content

Class: Event

A minimal ecological sensing event.

__

URI: [kuombaschema:Event](https://w3id.org/acmarkham/KuombaSchema/Event)
 classDiagram
    class Event
    click Event href "../Event/"
      Event : end_time

      Event : event_id

      Event : event_type

      Event : latitude

      Event : longitude

      Event : start_time

## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [event_id](event_id.md) | 1
[String](String.md) | Unique event identifier | direct | | [event_type](event_type.md) | 1
[String](String.md) | Event classification | direct | | [start_time](start_time.md) | 1
[Datetime](Datetime.md) | Event start timestamp | direct | | [end_time](end_time.md) | 0..1
[Datetime](Datetime.md) | Event end timestamp | direct | | [latitude](latitude.md) | 0..1
[Float](Float.md) | Latitude in decimal degrees | direct | | [longitude](longitude.md) | 0..1
[Float](Float.md) | Longitude in decimal degrees | direct | ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/acmarkham/KuombaSchema ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | kuombaschema:Event | | native | kuombaschema:Event | ## LinkML Source ### Direct
name: Event
description: 'A minimal ecological sensing event.

  '
from_schema: https://w3id.org/acmarkham/KuombaSchema
slots:
- event_id
- event_type
- start_time
- end_time
- latitude
- longitude
### Induced
name: Event
description: 'A minimal ecological sensing event.

  '
from_schema: https://w3id.org/acmarkham/KuombaSchema
attributes:
  event_id:
    name: event_id
    description: Unique event identifier.
    from_schema: https://w3id.org/acmarkham/KuombaSchema
    rank: 1000
    identifier: true
    owner: Event
    domain_of:
    - Event
    range: string
    required: true
  event_type:
    name: event_type
    description: Event classification.
    from_schema: https://w3id.org/acmarkham/KuombaSchema
    rank: 1000
    owner: Event
    domain_of:
    - Event
    range: string
    required: true
  start_time:
    name: start_time
    description: Event start timestamp.
    from_schema: https://w3id.org/acmarkham/KuombaSchema
    rank: 1000
    owner: Event
    domain_of:
    - Event
    range: datetime
    required: true
  end_time:
    name: end_time
    description: Event end timestamp.
    from_schema: https://w3id.org/acmarkham/KuombaSchema
    rank: 1000
    owner: Event
    domain_of:
    - Event
    range: datetime
  latitude:
    name: latitude
    description: Latitude in decimal degrees.
    from_schema: https://w3id.org/acmarkham/KuombaSchema
    rank: 1000
    owner: Event
    domain_of:
    - Event
    range: float
  longitude:
    name: longitude
    description: Longitude in decimal degrees.
    from_schema: https://w3id.org/acmarkham/KuombaSchema
    rank: 1000
    owner: Event
    domain_of:
    - Event
    range: float