has sense cluster
Property
http://ontextract.org/sco#hasSenseCluster
Class Hierarchy
- has sense cluster
Definition
Links change event to specific sense cluster identified via embedding clustering.
Properties
Domain
@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:hasSenseCluster a owl:ObjectProperty ;
rdfs:label "has sense cluster" ;
dcterms:bibliographicCitation "Montariol et al. (2021). Cluster-based sense identification." ;
rdfs:comment "Links change event to specific sense cluster identified via embedding clustering." ;
rdfs:domain sco:SenseLevelChange ;
skos:definition "Associates a sense-level semantic change with the cluster of contextual embeddings representing that sense." .