time:minute leaf node


URI

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

Label

minute

Description

Minute position in a calendar-clock system.

Usage

DOMAINPROPERTYRANGE
time:GeneralDateTimeDescription time:minute xsd:nonNegativeInteger

Implementation

@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:minute a owl:DatatypeProperty ;
    rdfs:label "minute"@en,
        "minuto"@es ;
    rdfs:comment "Minute position in a calendar-clock system."@en,
        "Posición de minuto en un sistema calendario-reloj."@es ;
    rdfs:domain time:GeneralDateTimeDescription ;
    rdfs:range xsd:nonNegativeInteger ;
    skos:definition "Minute position in a calendar-clock system."@en,
        "Posición de minuto en un sistema calendario-reloj."@es .