Class: PlotTimeExtent¶
Temporal extent of a plot expressed as ISO 8601 strings. Used within PlotSummary and StacItemSummary for lightweight display without the full epoch+iso dual representation of TimeInstant.
__
URI: debrief:class/PlotTimeExtent
classDiagram
class PlotTimeExtent
click PlotTimeExtent href "../../classes/PlotTimeExtent/"
PlotTimeExtent : end
PlotTimeExtent : start
Slots¶
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| start | 1 String |
Start of time extent (ISO 8601) | direct |
| end | 1 String |
End of time extent (ISO 8601) | direct |
Usages¶
| used by | used in | type | used |
|---|---|---|---|
| PlotSummary | time_extent | range | PlotTimeExtent |
Identifier and Mapping Information¶
Schema Source¶
- from schema: https://debrief.info/schemas/debrief
Mappings¶
| Mapping Type | Mapped Value |
|---|---|
| self | debrief:PlotTimeExtent |
| native | debrief:PlotTimeExtent |
LinkML Source¶
Direct¶
name: PlotTimeExtent
description: 'Temporal extent of a plot expressed as ISO 8601 strings. Used within
PlotSummary and StacItemSummary for lightweight display without the full epoch+iso
dual representation of TimeInstant.
'
from_schema: https://debrief.info/schemas/debrief
attributes:
start:
name: start
description: Start of time extent (ISO 8601)
from_schema: https://debrief.info/schemas/stac-extension
rank: 1000
domain_of:
- PlotTimeExtent
- TimeRange
- TimeFilter
range: string
required: true
end:
name: end
description: End of time extent (ISO 8601)
from_schema: https://debrief.info/schemas/stac-extension
rank: 1000
domain_of:
- PlotTimeExtent
- TimeRange
- TimeFilter
range: string
required: true
Induced¶
name: PlotTimeExtent
description: 'Temporal extent of a plot expressed as ISO 8601 strings. Used within
PlotSummary and StacItemSummary for lightweight display without the full epoch+iso
dual representation of TimeInstant.
'
from_schema: https://debrief.info/schemas/debrief
attributes:
start:
name: start
description: Start of time extent (ISO 8601)
from_schema: https://debrief.info/schemas/stac-extension
rank: 1000
alias: start
owner: PlotTimeExtent
domain_of:
- PlotTimeExtent
- TimeRange
- TimeFilter
range: string
required: true
end:
name: end
description: End of time extent (ISO 8601)
from_schema: https://debrief.info/schemas/stac-extension
rank: 1000
alias: end
owner: PlotTimeExtent
domain_of:
- PlotTimeExtent
- TimeRange
- TimeFilter
range: string
required: true