time:weeks leaf node


URI

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

Label

weeks duration

Description

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

Usage

DOMAINPROPERTYRANGE
time:GeneralDurationDescription time:weeks 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:weeks a owl:DatatypeProperty ;
    rdfs:label "weeks duration"@en,
        "duración en semanas"@es ;
    rdfs:comment "length of, or element of the length of, a temporal extent expressed in weeks"@en,
        "Longitud de, o elemento de la longitud de, una extensión temporal expresada en semanas."@es ;
    rdfs:domain time:GeneralDurationDescription ;
    rdfs:range xsd:decimal .