@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:DetectionMethod a owl:Class ;
    rdfs:label "Detection Method" ;
    rdfs:comment "A computational or analytical approach for detecting semantic change." ;
    skos:definition "A systematic methodology for identifying and measuring semantic change phenomena." .

