http://www.w3.org/2006/time#hour
Hour position in a calendar-clock system.
DOMAIN | PROPERTY | RANGE |
---|---|---|
time:GeneralDateTimeDescription | time:hour | 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:hour a owl:DatatypeProperty ;
rdfs:label "hour"@en,
"hora"@es ;
rdfs:comment "Hour position in a calendar-clock system."@en,
"Posición de hora en un sistema calendario-reloj."@es ;
rdfs:domain time:GeneralDateTimeDescription ;
rdfs:range xsd:nonNegativeInteger ;
skos:definition "Hour position in a calendar-clock system."@en,
"Posición de hora en un sistema calendario-reloj."@es .