TemporalExtent
CDIFDiscovery::Classes::TemporalExtent
Definition
Temporal extent of resource content - the period of time the resource covers. Endpoints can be plain XSD dates OR OWL-Time Instants (time:hasBeginning / time:hasEnd) for structured time positions.
Diagram
Inheritance
No generalization relationships.
Attributes
| Name | Type | Multiplicity | Description |
|---|---|---|---|
| startDate | XsdDate ↗ | [0..1] | Start of the temporal coverage (simple-date form; structured form is time:hasBeginning -> Instant). |
| endDate | XsdDate ↗ | [0..1] | End of the temporal coverage (simple-date form; structured form is time:hasEnd -> Instant). |
Associations
| Role | Target | Multiplicity | Kind |
|---|---|---|---|
| temporalCoverage | ← Dataset ↗ | [0..*] | composition |
| hasBeginning | → Instant | [0..1] | composition |
| hasEnd | → Instant | [0..1] | composition |
| intervalStartedBy | → TemporalExtent | [0..*] | association |
| intervalFinishedBy | → TemporalExtent | [0..*] | association |