time:intervalBefore leaf node


URI

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

Label

intervalBefore

Inherits from

Usage

DOMAINPROPERTYRANGE
time:ProperInterval time:intervalBefore time:ProperInterval

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

:intervalBefore a owl:ObjectProperty ;
    rdfs:domain :ProperInterval ;
    rdfs:range :ProperInterval ;
    rdfs:subPropertyOf :before .