@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:SubclassDrift a owl:Class ;
    rdfs:label "Subclass Drift" ;
    dcterms:bibliographicCitation "Capobianco et al. (2020). OntoDrift adds Subclasses metric." ;
    rdfs:comment "Changes to taxonomic children (specializations below concept)." ;
    rdfs:subClassOf sco:StructuralDrift ;
    skos:definition "Changes in the subclass relationships of a concept, affecting the taxonomic structure below it in the hierarchy." .

