@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:hasFromMeaning a owl:ObjectProperty ;
    rdfs:label "has from meaning" ;
    rdfs:comment "The original or source meaning before the semantic change." ;
    rdfs:domain sco:SemanticChangeEvent ;
    rdfs:range skos:Concept ;
    skos:definition "Indicates the semantic content or meaning that served as the starting point for a semantic change event." .

