time:hasBeginning leaf node


URI

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

Label

has beginning

Description

Beginning of a temporal entity

Inherits from

Usage

DOMAINPROPERTYRANGE
time:TemporalEntity time:hasBeginning time:Instant

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:hasBeginning a owl:ObjectProperty ;
    rdfs:label "has beginning"@en,
        "tiene principio"@es ;
    rdfs:comment "Beginning of a temporal entity"@en,
        "Comienzo de una entidad temporal."@es ;
    rdfs:domain time:TemporalEntity ;
    rdfs:range time:Instant ;
    rdfs:subPropertyOf time:hasTime ;
    skos:definition "Beginning of a temporal entity."@en,
        "Comienzo de una entidad temporal."@es .