http://www.w3.org/2006/time#ProperInterval
Instances of time:ProperInterval can have the following properties:
@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#> .
:ProperInterval a owl:Class ;
rdfs:subClassOf :Interval ;
owl:disjointWith :Instant .