@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:affectsConcept a owl:ObjectProperty ;
    rdfs:label "affects concept" ;
    rdfs:comment "Links a semantic change event to the term/concept undergoing change." ;
    rdfs:domain sco:SemanticChangeEvent ;
    rdfs:range skos:Concept ;
    skos:definition "Relates a semantic change event to the linguistic concept or term that is the subject of the change." .

