time:hasDateTimeDescription leaf node


URI

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

Label

has Date-Time description

Description

Value of DateTimeInterval expressed as a structured value. The beginning and end of the interval coincide with the limits of the shortest element in the description.

Usage

DOMAINPROPERTYRANGE
time:DateTimeInterval time:hasDateTimeDescription time:GeneralDateTimeDescription

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix time: <http://www.w3.org/2006/time#> .

time:hasDateTimeDescription a owl:ObjectProperty ;
    rdfs:label "has Date-Time description"@en,
        "tiene descripción fecha-hora"@es ;
    rdfs:comment "Value of DateTimeInterval expressed as a structured value. The beginning and end of the interval coincide with the limits of the shortest element in the description."@en,
        "Valor de intervalo de fecha-hora expresado como un valor estructurado. El principio y el final del intervalo coincide con los límites del elemento más corto en la descripción."@es ;
    rdfs:domain time:DateTimeInterval ;
    rdfs:range time:GeneralDateTimeDescription ;
    skos:definition "Value of DateTimeInterval expressed as a structured value. The beginning and end of the interval coincide with the limits of the shortest element in the description."@en,
        "Valor de intervalo de fecha-hora expresado como un valor estructurado. El principio y el final del intervalo coincide con los límites del elemento más corto en la descripción."@es .