@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix tisit: <http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#> .

tisit:hasTimeIndexedSetting a owl:ObjectProperty ;
    rdfs:label "has time indexed setting"@en ;
    rdfs:comment "The relation between an entity and a time-indexed situation it is involved in."@en ;
    rdfs:isDefinedBy tisit: ;
    rdfs:range tisit:TimeIndexedSituation .

