@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sco: <http://ontextract.org/sco#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix time: <http://www.w3.org/2006/time#> .

sco:occursDuringInterval a owl:ObjectProperty ;
    rdfs:label "occurs during interval" ;
    rdfs:comment "Links semantic change event to the temporal interval when it occurred." ;
    rdfs:domain sco:SemanticChangeEvent ;
    rdfs:range time:Interval ;
    skos:definition "Specifies the temporal region during which a semantic change event took place." .

