@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#> .

sco:SignatureBasedMethod a owl:Class ;
    rdfs:label "Signature-Based Method" ;
    dcterms:bibliographicCitation "Gulla et al. (2010). Usage-based drift detection." ;
    rdfs:comment "Constructs concept signatures from usage patterns in documents, tracks signature evolution." ;
    rdfs:subClassOf sco:DetectionMethod .

