time:year leaf node


URI

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

Label

year

Description

Year 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 year from any calendar.

Usage

DOMAINPROPERTYRANGE
time:GeneralDateTimeDescription time:year owl:Thing (inferred)

Implementation

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

time:year a owl:DatatypeProperty ;
    rdfs:label "year"@en ;
    rdfs:comment """Year 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 year from any calendar. """@en,
        """Posición de año en un sistema calendario-reloj.

l rango de esta propiedad no está especificado, por tanto, se puede reemplazar por cualquier representación específica de un año de calendario de un calendario cualquiera."""@es ;
    rdfs:domain time:GeneralDateTimeDescription .