@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:LexicalReplacement a owl:Class ;
    rdfs:label "Lexical Replacement" ;
    dcterms:bibliographicCitation "Tahmasebi et al. (2021). Lexical replacement patterns." ;
    rdfs:comment "One word replaces another for expressing the same concept." ;
    rdfs:subClassOf sco:SemanticChangeEvent ;
    skos:definition "A semantic change process wherein one lexical item supplants another in expressing a particular meaning or concept." .

