@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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

sco:hasDescription a owl:DatatypeProperty ;
    rdfs:label "has description" ;
    rdfs:comment "Human-readable description of the semantic change event." ;
    rdfs:domain sco:SemanticChangeEvent ;
    rdfs:range xsd:string ;
    skos:definition "A natural language description explaining the nature, context, and significance of a semantic change event." .

