http://www.w3.org/2006/time#timeZone
DOMAIN | PROPERTY | RANGE |
---|---|---|
time:DateTimeDescription | time:timeZone | tzont:TimeZone |
@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#> .
@prefix tzont: <http://www.w3.org/2006/timezone#> .
:timeZone a owl:ObjectProperty ;
rdfs:domain :DateTimeDescription ;
rdfs:range tzont:TimeZone .