Instant
- CURIE:
gmeow:Instant - IRI: https://blackcatinformatics.ca/gmeow/Instant
- Category: class
- Defined by:
gmeow:slices/temporal - Box roles: TBox role (What is this?)
A zero-duration point in time, distinct from a TimeInterval. Carries a crisp instantValue (xsd:dateTime) and/or an edtfValue (EDTF literal) relative to a TemporalFrame.
Structure
Subclass of: gufo:AbstractIndividual
Practical Pattern
Use gmeow:Instant as a specialized kind of gufo:AbstractIndividual. Add statement metadata or a standpoint when the assertion needs provenance, confidence, or vantage.
Example Snippets
These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.
Intervals And Frames
- Source:
slices/core/temporal/examples/intervals-and-frames.ttl - Examples catalog: open in catalog#example-slices-core-temporal-examples-intervals-and-frames
# --- The talk interval: begin and end Instants, each in the UTC/Gregorian frame.
ex:talkStart a gmeow:Instant ;
gmeow:instantValue "2026-09-14T13:00:00Z"^^xsd:dateTime ;
gmeow:inTemporalFrame gmeow:temporalFrameUTCGregorian .
ex:talkEnd a gmeow:Instant ;
gmeow:instantValue "2026-09-14T13:45:00Z"^^xsd:dateTime ;
gmeow:inTemporalFrame gmeow:temporalFrameUTCGregorian .
Knowledge Proficiency
- Source:
slices/core/cognition/examples/knowledge-proficiency.ttl - Examples catalog: open in catalog#example-slices-core-cognition-examples-knowledge-proficiency
ex:y2014 a gmeow:Instant ; gmeow:instantValue "2014-01-01T00:00:00Z"^^xsd:dateTime ;
gmeow:inTemporalFrame gmeow:temporalFrameUTCGregorian .
ex:y2018 a gmeow:Instant ; gmeow:instantValue "2018-01-01T00:00:00Z"^^xsd:dateTime ;
gmeow:inTemporalFrame gmeow:temporalFrameUTCGregorian .
External Equivalences
Equivalent or closely aligned targets: crm, 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:Instant |
equivalence | - |
skos:closeMatch | crm:E61_Time_Primitive | gmeow-temporal.sssom.tsv; gmeow:eqTemporal008; confidence 0.8 |
gmeow:Instant |
equivalence | - |
skos:closeMatch | time:Instant | gmeow-temporal.sssom.tsv; gmeow:eqTemporal007; confidence 0.95 |
Usage Advice
Use when
- Use for a zero-duration point that must itself bear a frame, a granularity, a determinacy, or an EDTF approximation — the reified point that a
gmeow:TimeIntervalendpoint or agmeow:NamedPeriodboundary references.
Avoid when
- Avoid for an inline timestamp that needs no facets (use
gmeow:atTimeorgmeow:startedAtTime) and for a bounded span (usegmeow:TimeInterval); anInstantis the heavyweight, facet-bearing point.
How to use
- Give it a crisp
gmeow:instantValue(xsd:dateTime, P3) and/or an approximategmeow:edtfValue, declare itsgmeow:inTemporalFrame(P11), and attachgmeow:hasGranularity/gmeow:hasDeterminacywhen the resolution or determinacy is below crisp-to-the-second.
Examples
- ex:birthInstant a
gmeow:Instant;gmeow:instantValue"1804-07-12T00:00:00Z"^^xsd:dateTime;gmeow:inTemporalFramegmeow:temporalFrameUTCGregorian;gmeow:hasGranularitygmeow:granularityDay.
Published Alignment Graph
Alignments
| Relation | Target |
|---|---|
closeMatch | crm:E61_Time_Primitive |
closeMatch | time:Instant |