temporal instant value expression
IRI: https://spec.industrialontologies.org/ontology/construct/TemporalInstantValueExpression
Defined In: https://spec.industrialontologies.org/ontology/core/Core/
SubClass Of: value expression
Class Hierarchy
owl:Thing βΊ bfo:entity βΊ bfo:continuant βΊ bfo:generically dependent continuant βΊ information content entity βΊ value expression βΊ temporal instant value expression
Definition
value expression that describes the position of a time instant in the time line
Semi-Formal Definition:
every instance of βtemporal instant value expressionβ is defined exactly as an instance of βvalue expressionβ that βis value expression of at all timesβ some βtemporal instantβ
Explanatory Notes
- This class was introduced as a helper class to map OWL time to IOF Core. For detailed expression of date and time in a specific calendar system, use a suitable subclass of TemporalPosition class from Time ontology (https://www.w3.org/TR/owl-time/) instead of βtemporal instant value expressionβ (see mapping file https://spec.industrialontologies.org/ontology/core/commonstocoremapping/MappingOWLTimeToIOF/)
Examples
- The time instant at which a train arrives at a station has its clock time expressed by a temporal instant value expression.
Formal Axioms
First-Order Logic Definition
TemporalInstantValueExpression(x) β ValueExpression(x) β§ βy(TemporalInstant(y) β§ isValueExpressionOfAtAllTimes(x,y))
Description Logic
constr:TemporalInstantValueExpression β‘ constr:ValueExpression β β constr:isValueExpressionOfAtAllTimes .bfo:temporal_instant
constr:TemporalInstantValueExpression β constr:ValueExpression
constr:TemporalInstantValueExpression β constr:TemporalDurationValueExpression β β₯
EquivalentTo: constr:ValueExpression and constr:isValueExpressionOfAtAllTimes some bfo:temporal_instant
SubClassOf: constr:ValueExpression
constr:TemporalInstantValueExpression DisjointWith: constr:TemporalDurationValueExpression