http://www.w3.org/2006/time#weeks
length of, or element of the length of, a temporal extent expressed in weeks
DOMAIN | PROPERTY | RANGE |
---|---|---|
time:GeneralDurationDescription | time:weeks | xsd:decimal |
@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 .