Class: DateTimeInterval
Interval between two date and time points, where the interval includes the start time but excludes end time.
URI: cim:DateTimeInterval
classDiagram
class DateTimeInterval
click DateTimeInterval href "../DateTimeInterval"
DateTimeInterval : end
DateTimeInterval : start
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
end | 0..1 Date |
End date and time of this interval | direct |
start | 0..1 Date |
Start date and time of this interval | direct |
Usages
used by | used in | type | used |
---|---|---|---|
MeterReading | values_interval | range | DateTimeInterval |
Identifier and Mapping Information
Schema Source
- from schema: http://data.netbeheernederland.nl/dp-meetdata/version/1.0.0
Mappings
Mapping Type | Mapped Value |
---|---|
self | cim:DateTimeInterval |
native | cim:DateTimeInterval |
LinkML Source
Direct
name: DateTimeInterval
description: Interval between two date and time points, where the interval includes
the start time but excludes end time.
from_schema: http://data.netbeheernederland.nl/dp-meetdata/version/1.0.0
rank: 1000
attributes:
end:
name: end
description: End date and time of this interval. The end date and time where the
interval is defined up to, but excluded.
from_schema: http://data.netbeheernederland.nl/dp-meetdata/version/1.0.0
rank: 1000
slot_uri: cim:DateTimeInterval.end
domain_of:
- DateTimeInterval
range: date
required: false
multivalued: false
start:
name: start
description: Start date and time of this interval. The start date and time is
included in the defined interval.
from_schema: http://data.netbeheernederland.nl/dp-meetdata/version/1.0.0
rank: 1000
slot_uri: cim:DateTimeInterval.start
domain_of:
- DateTimeInterval
range: date
required: false
multivalued: false
class_uri: cim:DateTimeInterval
Induced
name: DateTimeInterval
description: Interval between two date and time points, where the interval includes
the start time but excludes end time.
from_schema: http://data.netbeheernederland.nl/dp-meetdata/version/1.0.0
rank: 1000
attributes:
end:
name: end
description: End date and time of this interval. The end date and time where the
interval is defined up to, but excluded.
from_schema: http://data.netbeheernederland.nl/dp-meetdata/version/1.0.0
rank: 1000
slot_uri: cim:DateTimeInterval.end
alias: end
owner: DateTimeInterval
domain_of:
- DateTimeInterval
range: date
required: false
multivalued: false
start:
name: start
description: Start date and time of this interval. The start date and time is
included in the defined interval.
from_schema: http://data.netbeheernederland.nl/dp-meetdata/version/1.0.0
rank: 1000
slot_uri: cim:DateTimeInterval.start
alias: start
owner: DateTimeInterval
domain_of:
- DateTimeInterval
range: date
required: false
multivalued: false
class_uri: cim:DateTimeInterval