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

sco:occursInDomain a owl:ObjectProperty ;
    rdfs:label "occurs in domain" ;
    rdfs:comment "The disciplinary or discourse domain where semantic change occurs." ;
    rdfs:domain sco:SemanticChangeEvent ;
    rdfs:range skos:Concept ;
    skos:definition "Specifies the academic discipline, professional field, or discourse community within which a semantic change event manifests." .

