has end instant

The end instant of a time interval; absent if the interval is open-ended.

Structure

Property shape: object property; gmeow:TimeInterval -> gmeow:Instant; functional

Practical Pattern

Use gmeow:hasEndInstant from gmeow:TimeInterval to gmeow:Instant when the relationship itself belongs in the native GMEOW graph.

Example Snippets

These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.

Intervals And Frames

ex:talkInterval a gmeow:TimeInterval ;
    gmeow:hasStartInstant ex:talkStart ;
    gmeow:hasEndInstant ex:talkEnd ;
    gmeow:hasTemporalFrame gmeow:temporalFrameUTCGregorian .

ex:qaInterval a gmeow:TimeInterval ;
    gmeow:hasStartInstant ex:qaStart ;
    gmeow:hasEndInstant ex:qaEnd ;
    gmeow:hasTemporalFrame gmeow:temporalFrameUTCGregorian .

Knowledge Proficiency

ex:adaBioinfPast a gmeow:TimeInterval ;
    gmeow:hasStartInstant ex:y2014 ;
    gmeow:hasEndInstant   ex:y2018 ;
    gmeow:hasTemporalFrame gmeow:temporalFrameUTCGregorian .

Common Companion Terms

gmeow:TimeInterval, gmeow:Instant

Usage Advice

Use when

Avoid when

How to use

Examples