has textual evidence
Property
http://ontextract.org/sco#hasTextualEvidence
Class Hierarchy
- has textual evidence
Definition
Links to specific text segment providing evidence for semantic change.
Properties
Domain
@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:hasTextualEvidence a owl:ObjectProperty ;
rdfs:label "has textual evidence" ;
rdfs:comment "Links to specific text segment providing evidence for semantic change." ;
rdfs:domain sco:SemanticChangeEvent ;
rdfs:subPropertyOf sco:evidencedBy ;
skos:definition "Relates a semantic change event to a specific textual passage that exemplifies or evidences the change." .