existence interval

The time interval over which an entity exists. Open-ended (no end instant) when the entity is still extant. Non-functional: in a multi-source merge, different sources may give different bounds, and those claims coexist as standpoint-indexed statements. Carries its temporal frame via gmeow:hasTemporalFrame on the TimeInterval (Principle 11).

Structure

Property shape: object property; gmeow:Entity -> gmeow:TimeInterval

Practical Pattern

Use gmeow:existenceInterval from gmeow:Entity to gmeow:TimeInterval 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.

Dissolved Org

# --- The dissolved company: still here, with its full lifecycle attached.
#     Superseded AND no longer extant, so gmeow:displayable false suppresses it
#     from default display — the record is retained, never deleted (P10).
ex:meridian a gmeow:Organization ;
    gmeow:name "Meridian Systems Ltd."@en ;
    gmeow:hasCreationEvent ex:founding ;
    gmeow:hasDestructionEvent ex:dissolution ;
    gmeow:existenceInterval ex:meridianLife ;
    gmeow:supersededBy ex:apex ;
    gmeow:displayable false .

Common Companion Terms

gmeow:Entity, gmeow:TimeInterval

Usage Advice

Use when

Avoid when

How to use

Examples