time:second leaf node


URI

http://www.w3.org/2006/time#second

Label

second

Description

Second position in a calendar-clock system.

Usage

DOMAINPROPERTYRANGE
time:GeneralDateTimeDescription time:second xsd:decimal

Implementation

@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 .