@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:SuperclassDrift a owl:Class ;
    rdfs:label "Superclass Drift" ;
    dcterms:bibliographicCitation "Capobianco et al. (2020). OntoDrift adds Superclasses metric." ;
    rdfs:comment "Changes to taxonomic parents (generalizations above concept)." ;
    rdfs:subClassOf sco:StructuralDrift ;
    skos:definition "Changes in the superclass relationships of a concept, indicating reclassification or generalization shifts in the taxonomy." .

