time:hasDuration leaf node


URI

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

Label

has duration

Description

Duration of a temporal entity, expressed as a scaled value or nominal value

Inherits from

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) time:hasDuration time:Duration

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

time:hasDuration a owl:ObjectProperty ;
    rdfs:label "has duration"@en,
        "tiene duración"@es ;
    rdfs:comment "Duration of a temporal entity, expressed as a scaled value or nominal value"@en,
        "Duración de una entidad temporal, expresada como un valor escalado o un valor nominal."@es ;
    rdfs:range time:Duration ;
    rdfs:subPropertyOf time:hasTemporalDuration ;
    skos:definition "Duration of a temporal entity, event or activity, or thing, expressed as a scaled value"@en,
        "Duración de una entidad temporal, evento o actividad, o cosa, expresada como un valor escalado."@es .