time:years leaf node


URI

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

Label

years duration

Description

length of, or element of the length of, a temporal extent expressed in years

Usage

DOMAINPROPERTYRANGE
time:GeneralDurationDescription time:years xsd:decimal

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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

time:years a owl:DatatypeProperty ;
    rdfs:label "years duration"@en,
        "duración en años"@es ;
    rdfs:comment "length of, or element of the length of, a temporal extent expressed in years"@en,
        "Longitud de, o elemento de la longitud de, una extensión temporal expresada en años."@es ;
    rdfs:domain time:GeneralDurationDescription ;
    rdfs:range xsd:decimal .