has cause
Property
http://ontextract.org/sco#hasCause
Class Hierarchy
- has cause
Definition
Links semantic change to its driving cause (external or internal).
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:hasCause a owl:ObjectProperty ;
rdfs:label "has cause" ;
dcterms:bibliographicCitation "Tahmasebi et al. (2021). External vs internal drivers." ;
rdfs:comment "Links semantic change to its driving cause (external or internal)." ;
rdfs:domain sco:SemanticChangeEvent ;
skos:definition "Relates a semantic change event to the causal factor that drove the change." .