sulo:isTimeOf leaf node


URI

https://w3id.org/sulo/isTimeOf

Label

is time of

Description

a relation between a time and an object that occurs within it.

Usage

DOMAINPROPERTYRANGE
sulo:Time sulo:isTimeOf owl:Thing

Implementation

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

sulo:isTimeOf a owl:ObjectProperty ;
    rdfs:label "is time of" ;
    rdfs:comment "a relation between a time and an object that occurs within it."@en ;
    rdfs:domain sulo:Time ;
    rdfs:range owl:Thing .