Skip to content

Slot: date

The date associated with the event. The date may be in the format YYYY, YYYY-MM, or YYYY-MM-DD.

URI: kbcms:date

Applicable Classes

Name Description Modifies Slot
EventDate Represents an event in the lifecycle of a resource and the date it occurred o... no

Properties

  • Range: String

  • Required: True

  • Regex pattern: \d{4}(-\d{2}){0,2}

Examples

Value
2001
2021-05
1998-02-15

Identifier and Mapping Information

Schema Source

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

LinkML Source

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}