solveit-observable:timelineEntryValue leaf node


URI

https://ontology.solveit-df.org/solveit/observable/timelineEntryValue

Label

timeline entry value

Description

The temporal value of this timeline entry - an absolute timestamp (DateTimeStamp), a time interval (DateTimeRange), or relative ordering (ImplicitTimingInformation).

Usage

DOMAINPROPERTYRANGE
solveit-observable:TimelineEntry , Blank node (see implementation) solveit-observable:timelineEntryValue owl:Thing (inferred)

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix solveit-observable: <https://ontology.solveit-df.org/solveit/observable/> .

solveit-observable:timelineEntryValue a owl:ObjectProperty ;
    rdfs:label "timeline entry value"@en ;
    rdfs:comment "The temporal value of this timeline entry - an absolute timestamp (DateTimeStamp), a time interval (DateTimeRange), or relative ordering (ImplicitTimingInformation)."@en ;
    rdfs:domain solveit-observable:TimelineEntry ;
    rdfs:range [ a owl:Class ;
            owl:unionOf ( solveit-observable:DateTimeStamp solveit-observable:DateTimeRange solveit-observable:ImplicitTimingInformation ) ] .