during interval

Relates a time-scoped relation to the interval over which it holds.

Structure

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

Practical Pattern

Use gmeow:duringInterval from gmeow:TimeScopedRelation 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.

Belief Revision

@prefix gmeow: <https://blackcatinformatics.ca/gmeow/> .
@prefix ex:    <https://blackcatinformatics.ca/gmeow/examples/inference/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .



# --- The tenure — opened then closed (never deleted) ------------------------ #
ex:brokenBeliefTenure a gmeow:InferenceTenure ;
    rdfs:label "The held interval of the 'printer is broken' conclusion"@en ;
    gmeow:tenureOf ex:revisedCommitment ;
    gmeow:duringInterval ex:tenureInterval .

Common Companion Terms

gmeow:TimeScopedRelation, gmeow:TimeInterval

Usage Advice

Use when

Avoid when

How to use

Examples