@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:hasToMeaning a owl:ObjectProperty ;
    rdfs:label "has to meaning" ;
    rdfs:comment "The new or target meaning after the semantic change." ;
    rdfs:domain sco:SemanticChangeEvent ;
    rdfs:range skos:Concept ;
    skos:definition "Indicates the semantic content or meaning that resulted from a semantic change event." .

