http://www.w3.org/2006/time#monthOfYear
The month of the year, whose value is a member of the class time:MonthOfYear
DOMAIN | PROPERTY | RANGE |
---|---|---|
time:GeneralDateTimeDescription | time:monthOfYear | time:MonthOfYear |
@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#> .
time:monthOfYear a owl:ObjectProperty ;
rdfs:label "month of year"@en,
"mes del año"@es ;
rdfs:comment "The month of the year, whose value is a member of the class time:MonthOfYear"@en,
"El mes del año, cuyo valor es un miembro de la clase 'mes del año'."@es ;
rdfs:domain time:GeneralDateTimeDescription ;
rdfs:range time:MonthOfYear ;
skos:definition "The month of the year, whose value is a member of the class time:MonthOfYear"@en,
"El mes del año, cuyo valor es un miembro de la clase 'mes del año'."@es ;
skos:editorialNote "Feature at risk - added in 2017 revision, and not yet widely used. "@en,
"Característica arriesgada - añadida en la revisión de 2017, y todavía no ampliamente utilizada."@es .