http://www.w3.org/2006/time#months
length of, or element of the length of, a temporal extent expressed in months
DOMAIN | PROPERTY | RANGE |
---|---|---|
time:GeneralDurationDescription | time:months | xsd:decimal |
@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:months a owl:DatatypeProperty ;
rdfs:label "months duration"@en,
"duración en meses"@es ;
rdfs:comment "length of, or element of the length of, a temporal extent expressed in months"@en,
"Longitud de, o elemento de la longitud de, una extensión temporal expresada en meses."@es ;
rdfs:domain time:GeneralDurationDescription ;
rdfs:range xsd:decimal ;
skos:definition "length of, or element of the length of, a temporal extent expressed in months"@en,
"Longitud de, o elemento de la longitud de, una extensión temporal expresada en meses."@es .