@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:Emergence a owl:Class ;
    rdfs:label "Emergence" ;
    dcterms:bibliographicCitation "Tahmasebi et al. (2021): 'new words are coined or borrowed from other languages'." ;
    rdfs:comment "New meaning appears in discourse, often through neologism or semantic extension." ;
    rdfs:subClassOf sco:SemanticChangeEvent ;
    skos:definition "The introduction of a previously non-existent meaning or sense for a term within a discourse community." ;
    skos:example "Emergence of 'cloud' as distributed computing infrastructure in late 2000s." .

