http://www.w3.org/2006/time#week
Week number within the year.
DOMAIN | PROPERTY | RANGE |
---|---|---|
time:GeneralDateTimeDescription | time:week | xsd:nonNegativeInteger |
@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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
time:week a owl:DatatypeProperty ;
rdfs:label "week"@en,
"semana"@es ;
rdfs:comment "Week number within the year."@en,
"Número de semana en el año."@es ;
rdfs:domain time:GeneralDateTimeDescription ;
rdfs:range xsd:nonNegativeInteger ;
skos:note "Weeks are numbered differently depending on the calendar in use and the local language or cultural conventions (locale). ISO-8601 specifies that the first week of the year includes at least four days, and that Monday is the first day of the week. In that system, week 1 is the week that contains the first Thursday in the year."@en ;
skos:scopeNote "Las semanas están numeradas de forma diferente dependiendo del calendario en uso y de las convenciones lingüísticas y culturales locales (locale en inglés). El ISO-8601 especifica que la primera semana del año incluye al menos cuatro días, y que el lunes es el primer día de la semana. En ese sistema, la semana 1 es la semana que contiene el primer jueves del año."@es .