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