@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:WordLevelChange a owl:Class ;
    rdfs:label "Word-Level Change" ;
    dcterms:bibliographicCitation "Montariol et al. (2021). Scalable and Interpretable Semantic Change Detection. NAACL." ;
    rdfs:comment "Aggregate semantic change across all senses of a word." ;
    rdfs:subClassOf sco:SemanticChangeEvent ;
    skos:definition "Semantic change measured at the word level, aggregating changes across all senses and usages." .

