Class: Temporal
- NOTE: this is an abstract class and should not be instantiated directly
URI: comet:Temporal
classDiagram
class Temporal
click Temporal href "../Temporal"
Intangible <|-- Temporal
click Intangible href "../Intangible"
Temporal <|-- Duration
click Duration href "../Duration"
Temporal <|-- RecurringTemporalWindow
click RecurringTemporalWindow href "../RecurringTemporalWindow"
Temporal <|-- TimePoint
click TimePoint href "../TimePoint"
Inheritance
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/comet
Mappings
Mapping Type | Mapped Value |
---|---|
self | comet:Temporal |
native | comet:Temporal |
LinkML Source
Direct
name: Temporal
from_schema: https://w3id.org/comet
is_a: Intangible
abstract: true
Induced
name: Temporal
from_schema: https://w3id.org/comet
is_a: Intangible
abstract: true