time:inDateTime leaf node


URI

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

Label

inDateTime

Usage

DOMAINPROPERTYRANGE
time:Instant time:inDateTime 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#> .

:inDateTime a owl:ObjectProperty ;
    rdfs:domain :Instant ;
    rdfs:range :DateTimeDescription .