# Extension of the OWL Time ontology, cf. http://www.w3.org/2006/time

@prefix : <http://data.wu.ac.at/ns/timex#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

:hasStartTime a owl:DatatypeProperty ; 
              rdfs:range xsd:dateTime .

:hasEndTime a owl:DatatypeProperty ; 
              rdfs:range xsd:dateTime .
