http://www.w3.org/2006/time#hasDurationDescription
DOMAIN | PROPERTY | RANGE |
---|---|---|
time:TemporalEntity | time:hasDurationDescription | time:DurationDescription |
@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#> .
:hasDurationDescription a owl:ObjectProperty ;
rdfs:domain :TemporalEntity ;
rdfs:range :DurationDescription .