has duration
- CURIE:
gmeow:hasDuration - IRI: https://blackcatinformatics.ca/gmeow/hasDuration
- Category: property
- Defined by:
gmeow:slices/events - Box roles: RBox role (What is this?)
Relates an event to its duration (a gmeow:Duration). Distinct from gmeow:eventInterval (which anchors the event in time); a duration is a length only.
Structure
Property shape: object property; gmeow:Event -> gmeow:Duration
Practical Pattern
Use gmeow:hasDuration from gmeow:Event to gmeow:Duration when the relationship itself belongs in the native GMEOW graph.
Common Companion Terms
External Equivalences
Equivalent or closely aligned targets: schema, time
Linkages
Generated from the canonical mapping DSL. SSSOM files are the generated public interchange form for term equivalences.
Term Equivalences
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:hasDuration |
equivalence | - |
skos:closeMatch | schema:duration | gmeow-events.sssom.tsv; gmeow:eqEvents122; confidence 0.8 |
gmeow:hasDuration |
equivalence | - |
skos:relatedMatch | time:hasDuration | gmeow-events.sssom.tsv; gmeow:eqEvents121; confidence 0.6 |
Usage Advice
Use when
- Use to give an event its LENGTH as a quantity — a film's running time, a meeting's planned duration — when only the length, not the anchoring, matters.
Avoid when
- Avoid it when the event's placement in time is what you mean (use
gmeow:eventIntervalorgmeow:eventTime); duration is a length, not an anchor.
How to use
- Point the
gmeow:Eventat agmeow:Durationviagmeow:hasDuration; theDurationcarries the xsd:duration literal ongmeow:durationValue.
Examples
- ex:film
gmeow:hasDurationex:runtime.
Published Alignment Graph
Alignments
| Relation | Target |
|---|---|
closeMatch | schema:duration |
relatedMatch | time:hasDuration |