time:hasTime


URI

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

Label

has time

Description

Supports the association of a temporal entity (instant or interval) to any thing

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) time:hasTime time:TemporalEntity

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:hasTime a owl:ObjectProperty ;
    rdfs:label "has time"@en,
        "tiene tiempo"@es ;
    rdfs:comment "Supports the association of a temporal entity (instant or interval) to any thing"@en,
        "Proporciona soporte a la asociación de una entidad temporal (instante o intervalo) a cualquier cosa."@es ;
    rdfs:range time:TemporalEntity ;
    skos:definition "Supports the association of a temporal entity (instant or interval) to any thing"@en,
        "Proporciona soporte a la asociación de una entidad temporal (instante o intervalo) a cualquier cosa."@es ;
    skos:editorialNote "Feature at risk - added in 2017 revision, and not yet widely used. "@en,
        "Característica arriesgada -añadida en la revisión del 2017 que no ha sido todavía utilizada de forma amplia."@es .