Skip to content

Class: Deadline

A container for event deadlines.

Slots

Name Range Cardinality Description
Deadline Type Deadline Type 1..1 A propery to provide the type of the deadline.
Deadline Date xsd:dateTime 1..1 The date of a deadline.
Other Deadline Type xsd:string 0..1 A property to specify another type of deadline, if this type of deadline is not within the allowed values of DeadlineType.

Usages

used by used in type used
Event Deadline range Deadline

Mappings

Mapping Type Mapped Value
self ['confident:Deadline']
native ['confident:Deadline']

LinkML Source

name: Deadline
description: A container for event deadlines.
title: Deadline
from_schema: https://raw.githubusercontent.com/TIBHannover/ConfIDent_schema/main/src/ConfIDent_schema/schema/ConfIDent_schema.yaml
rank: 1000
slots:
- type
slot_usage:
  type:
    name: type
    description: A propery to provide the type of the deadline.
    title: Deadline Type
    domain_of:
    - Event
    - Deadline
    - Metric
    - Contributor
    - Event
    - Deadline
    - Metric
    - Contributor
    range: DeadlineType
    required: true
attributes:
  deadline_date:
    name: deadline_date
    description: The date of a deadline.
    title: Deadline Date
    from_schema: https://raw.githubusercontent.com/TIBHannover/ConfIDent_schema/main/src/ConfIDent_schema/schema/ConfIDent_schema.yaml
    rank: 1000
    range: datetime
    required: true
  deadline_other:
    name: deadline_other
    description: A property to specify another type of deadline, if this type of deadline
      is not within the allowed values of [DeadlineType](DeadlineType.md).
    title: Other Deadline Type
    from_schema: https://raw.githubusercontent.com/TIBHannover/ConfIDent_schema/main/src/ConfIDent_schema/schema/ConfIDent_schema.yaml
    rank: 1000
    range: string