uses detection method
Property
http://ontextract.org/sco#usesDetectionMethod
Class Hierarchy
- uses detection method
Definition
The computational method used to detect/measure this semantic change.
Properties
Domain
Range
@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:usesDetectionMethod a owl:ObjectProperty ;
rdfs:label "uses detection method" ;
rdfs:comment "The computational method used to detect/measure this semantic change." ;
rdfs:domain sco:SemanticChangeEvent ;
rdfs:range sco:DetectionMethod ;
skos:definition "Specifies the analytical or computational approach employed to identify and characterize a semantic change event." .