@prefix dcterms: <http://purl.org/dc/terms/> .
@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:CulturalShift a owl:Class ;
    rdfs:label "Cultural Shift" ;
    dcterms:bibliographicCitation "Kutuzov et al. (2018). Distinguishes cultural shifts from linguistic drifts." ;
    rdfs:comment "Culturally determined changes in word associations, not core meaning." ;
    rdfs:subClassOf sco:SemanticChangeEvent ;
    skos:definition "Semantic change driven by external cultural, societal, or technological factors affecting a term's associations rather than its core denotation." ;
    skos:example "Iraq/Syria acquiring war-related associations (Kutuzov 2018)." .

