time:hasEnd leaf node


URI

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

Label

hasEnd

Usage

DOMAINPROPERTYRANGE
time:TemporalEntity time:hasEnd time:Instant

Implementation

@prefix : <http://www.w3.org/2006/time#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

:hasEnd a owl:ObjectProperty ;
    rdfs:domain :TemporalEntity ;
    rdfs:range :Instant .