@prefix bfo: <http://purl.obolibrary.org/obo/> .
@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:evidencedBy a owl:ObjectProperty ;
    rdfs:label "evidenced by" ;
    rdfs:comment "Links semantic change event to documentary evidence supporting its identification." ;
    rdfs:domain sco:SemanticChangeEvent ;
    rdfs:range bfo:BFO_0000016 ;
    skos:definition "Associates a semantic change event with a document or information artifact that provides evidence for the change." .

