@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:LinguisticDrift a owl:Class ;
    rdfs:label "Linguistic Drift" ;
    dcterms:bibliographicCitation "Kutuzov et al. (2018). Diachronic word embeddings and semantic shifts: a survey. COLING." ;
    rdfs:comment "Slow, regular changes in core meaning driven by internal linguistic factors." ;
    rdfs:subClassOf sco:SemanticDrift ;
    skos:definition "Semantic drift resulting from language-internal motivations and systematic patterns of meaning evolution." .

