@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:LexicalEmergence a owl:Class ;
    rdfs:label "Lexical Emergence" ;
    dcterms:bibliographicCitation "Tahmasebi et al. (2021): 'new words are coined or borrowed from other languages'." ;
    rdfs:comment "New word coined or borrowed from other language." ;
    rdfs:subClassOf sco:Emergence ;
    skos:definition "The introduction of an entirely new lexical item (word form) into a language through coinage or borrowing." .

