duration value
- CURIE:
gmeow:durationValue - IRI: https://blackcatinformatics.ca/gmeow/durationValue
- Category: property
- Defined by:
gmeow:slices/events - Box roles: RBox role (What is this?)
The length of a gmeow:Duration as an xsd:duration literal (ISO 8601, e.g. P1Y2M / PT3H). DL-clean; the TEO hasNormalizedDuration 0Y0M0W0D0H0m0s string is a projection target.
Structure
Property shape: datatype property; gmeow:Duration -> xsd:duration; functional
Practical Pattern
Use gmeow:durationValue from gmeow:Duration to xsd:duration when the relationship itself belongs in the native GMEOW graph.
Common Companion Terms
Usage Advice
Use when
- Use to record the actual length of a
gmeow:Durationas an ISO 8601 xsd:duration literal (P1Y2M, PT3H) — the DL-clean way to carry a quantity of time.
Avoid when
- Avoid free-text length strings or anchored dates here; this is a bare xsd:duration quantity, and the TEO normalized 0Y0M…string is a projection target, not the base triple.
How to use
- Assert one xsd:duration literal per
gmeow:Durationviagmeow:durationValue(functional); projectors derive iCalendar or TEO normalized forms from it.
Examples
- ex:runtime
gmeow:durationValue"PT3H"^^xsd:duration.