time:Interval


URI

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

Label

Interval

Superclasses (1)

Usage

Instances of time:Interval can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class time:Interval
time:inside owl:ObjectProperty time:Instant
From class time:TemporalEntity
time:before owl:ObjectProperty time:TemporalEntity
time:hasBeginning owl:ObjectProperty time:Instant
time:hasDurationDescription owl:ObjectProperty time:DurationDescription
time:hasEnd owl:ObjectProperty time:Instant
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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

:Interval a owl:Class ;
    rdfs:subClassOf :TemporalEntity .