time:TemporalUnit leaf node


URI

http://www.w3.org/2006/time#TemporalUnit

Label

TemporalUnit

Usage

Instances of time:TemporalUnit can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class owl:Thing
time:after owl:ObjectProperty owl:Thing
time:intervalAfter owl:ObjectProperty owl:Thing
time:intervalContains owl:ObjectProperty owl:Thing
time:intervalFinishedBy owl:ObjectProperty owl:Thing
time:intervalMetBy owl:ObjectProperty owl:Thing
time:intervalOverlappedBy owl:ObjectProperty owl:Thing
time:intervalStartedBy owl:ObjectProperty owl:Thing

Implementation

@prefix : <http://www.w3.org/2006/time#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

:TemporalUnit a owl:Class ;
    owl:oneOf ( :unitSecond :unitMinute :unitHour :unitDay :unitWeek :unitMonth :unitYear ) .