time:hasTemporalDuration


URI

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

Label

has temporal duration

Description

Duration of a temporal entity.

Usage

DOMAINPROPERTYRANGE
time:TemporalEntity time:hasTemporalDuration time:TemporalDuration

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:hasTemporalDuration a owl:ObjectProperty ;
    rdfs:label "has temporal duration"@en,
        "tiene duración temporal"@es ;
    rdfs:comment "Duration of a temporal entity."@en,
        "Duración de una entidad temporal."@es ;
    rdfs:domain time:TemporalEntity ;
    rdfs:range time:TemporalDuration ;
    skos:definition "Duration of a temporal entity."@en,
        "Duración de una entidad temporal."@es .