time:hasDateTimeDescription leaf node


URI

http://www.w3.org/2006/time#hasDateTimeDescription

Label

hasDateTimeDescription

Usage

DOMAINPROPERTYRANGE
time:DateTimeInterval time:hasDateTimeDescription time:DateTimeDescription

Implementation

@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#> .

:hasDateTimeDescription a owl:ObjectProperty ;
    rdfs:domain :DateTimeInterval ;
    rdfs:range :DateTimeDescription .