@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:SenseLevelChange a owl:Class ;
    rdfs:label "Sense-Level Change" ;
    dcterms:bibliographicCitation "Montariol et al. (2021). Cluster-based sense-level analysis." ;
    rdfs:comment "Semantic change in a specific word sense/usage." ;
    rdfs:subClassOf sco:SemanticChangeEvent ;
    skos:definition "Semantic change measured at the sense level, tracking evolution of specific word meanings or usages identified through clustering." .

