http://www.w3.org/2006/time#day
Day position in a calendar-clock system.
The range of this property is not specified, so can be replaced by any specific representation of a calendar day from any calendar.
DOMAIN | PROPERTY | RANGE |
---|---|---|
time:GeneralDateTimeDescription | time:day | owl:Thing (inferred) |
@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:day a owl:DatatypeProperty ;
rdfs:label "day"@en,
"día"@es ;
rdfs:comment """Day position in a calendar-clock system.
The range of this property is not specified, so can be replaced by any specific representation of a calendar day from any calendar. """@en,
"Posición de día en un sistema calendario-reloj."@es ;
rdfs:domain time:GeneralDateTimeDescription ;
skos:definition """Day position in a calendar-clock system.
The range of this property is not specified, so can be replaced by any specific representation of a calendar day from any calendar. """@en,
"""Posición de día en un sistema calendario-reloj.
El rango de esta propiedad no está especificado, por tanto, se puede reemplazar por una representación específica de un día de calendario de cualquier calendario."""@es .