Enum: TimeConstraint
A constraint on the time of an event.
URI: TimeConstraint
Permissible Values
Value | Meaning | Description |
---|---|---|
before | None | The event must occur before the target |
after | None | The event must occur after the target |
during | None | The event must occur during the target |
next | None | The event must occur next |
previous | None | The event must have occurred previously |
this | None | The event must occur this time |
each | None | The event must occur each time |
Slots
Name | Description |
---|---|
constraint |
Identifier and Mapping Information
Schema Source
- from schema: https://cmdoret.net/mtg_ontology/
LinkML Source
name: TimeConstraint
description: A constraint on the time of an event.
from_schema: https://cmdoret.net/mtg_ontology/
rank: 1000
permissible_values:
before:
text: before
description: The event must occur before the target.
after:
text: after
description: The event must occur after the target.
during:
text: during
description: The event must occur during the target.
next:
text: next
description: The event must occur next.
previous:
text: previous
description: The event must have occurred previously.
this:
text: this
description: The event must occur this time.
each:
text: each
description: The event must occur each time.