time:minutes leaf node


URI

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

Label

minutes

Description

length, or element of, a temporal extent expressed in minutes

Usage

DOMAINPROPERTYRANGE
time:GeneralDurationDescription time:minutes xsd:decimal

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:minutes a owl:DatatypeProperty ;
    rdfs:label "minutes"@en,
        "minutos"@es ;
    rdfs:comment "length, or element of, a temporal extent expressed in minutes"@en,
        "Longitud de, o elemento de la longitud de, una extensión temporal expresada en minutos."@es ;
    rdfs:domain time:GeneralDurationDescription ;
    rdfs:range xsd:decimal ;
    skos:definition "length, or element of, a temporal extent expressed in minutes"@en,
        "Longitud de, o elemento de la longitud de, una extensión temporal expresada en minutos."@es .