@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:AlignmentBasedMethod a owl:Class ;
    rdfs:label "Alignment-Based Method" ;
    dcterms:bibliographicCitation "Hamilton et al. (2016); Dubossarsky et al. (2019) show alignment introduces noise." ;
    rdfs:comment "Aligns embeddings across time periods (e.g., Orthogonal Procrustes). May introduce artifacts." ;
    rdfs:subClassOf sco:DetectionMethod .

