http://www.w3.org/2006/time#TemporalEntity
Instances of time:TemporalEntity can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|---|---|---|
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 |
@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#> .
:TemporalEntity a owl:Class ;
owl:unionOf ( :Instant :Interval ) .