https://w3id.org/sulo/isTimeOf
a relation between a time and an object that occurs within it.
@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 .