Skip to content

Class: EventDate

Represents an event in the lifecycle of a resource and the date it occurred on.

__

See https://support.datacite.org/docs/datacite-metadata-schema-v44-recommended-and-optional-properties#8-date for more information on the events.

__

URI: kbcms:EventDate

classDiagram class EventDate EventDate : date EventDate : event EventDate --|> EventType : event

Slots

Name Cardinality and Range Description Inheritance
date 1..1
String
The date associated with the event direct
event 1..1
EventType
The nature of the resource-related event that occurred on that date direct

Usages

used by used in type used
CreditMetadata dates range EventDate

Identifier and Mapping Information

Schema Source

  • from schema: https://github.com/kbase/credit_engine/schema/kbase/linkml

Mappings

Mapping Type Mapped Value
self kbcms:EventDate
native kbcms:EventDate

LinkML Source

Direct

name: EventDate
description: 'Represents an event in the lifecycle of a resource and the date it occurred
  on.


  See https://support.datacite.org/docs/datacite-metadata-schema-v44-recommended-and-optional-properties#8-date
  for more information on the events.

  '
from_schema: https://github.com/kbase/credit_engine/schema/kbase/linkml
attributes:
  date:
    name: date
    description: The date associated with the event. The date may be in the format
      YYYY, YYYY-MM, or YYYY-MM-DD.
    examples:
    - value: '2001'
    - value: 2021-05
    - value: '1998-02-15'
    from_schema: https://github.com/kbase/credit_engine/schema/kbase/linkml
    rank: 1000
    range: string
    required: true
    pattern: \d{4}(-\d{2}){0,2}
  event:
    name: event
    description: The nature of the resource-related event that occurred on that date.
    examples:
    - value: available
    - value: updated
    from_schema: https://github.com/kbase/credit_engine/schema/kbase/linkml
    rank: 1000
    range: EventType
    required: true

Induced

name: EventDate
description: 'Represents an event in the lifecycle of a resource and the date it occurred
  on.


  See https://support.datacite.org/docs/datacite-metadata-schema-v44-recommended-and-optional-properties#8-date
  for more information on the events.

  '
from_schema: https://github.com/kbase/credit_engine/schema/kbase/linkml
attributes:
  date:
    name: date
    description: The date associated with the event. The date may be in the format
      YYYY, YYYY-MM, or YYYY-MM-DD.
    examples:
    - value: '2001'
    - value: 2021-05
    - value: '1998-02-15'
    from_schema: https://github.com/kbase/credit_engine/schema/kbase/linkml
    rank: 1000
    alias: date
    owner: EventDate
    domain_of:
    - EventDate
    range: string
    required: true
    pattern: \d{4}(-\d{2}){0,2}
  event:
    name: event
    description: The nature of the resource-related event that occurred on that date.
    examples:
    - value: available
    - value: updated
    from_schema: https://github.com/kbase/credit_engine/schema/kbase/linkml
    rank: 1000
    alias: event
    owner: EventDate
    domain_of:
    - EventDate
    range: EventType
    required: true