@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:IntensionalDrift a owl:Class ;
    rdfs:label "Intensional Drift" ;
    dcterms:bibliographicCitation "Wang et al. (2009, 2011); Stavropoulos et al. (2019). SemaDrift." ;
    rdfs:comment "Changes in concept properties (characteristics implied by the concept)." ;
    rdfs:subClassOf sco:SemanticChangeEvent ;
    skos:definition "Semantic change affecting the intensional definition of a concept via modifications to its properties, measured via Jaccard similarity of property sets." .

