@prefix dcterms: <http://purl.org/dc/terms/> .
@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:hasTemporalScale a owl:DatatypeProperty ;
    rdfs:label "has temporal scale" ;
    dcterms:bibliographicCitation "Montariol (2021): COVID-19 (months) vs COHA (centuries)." ;
    rdfs:comment "Scale of temporal span: centuries, decades, years, months." ;
    rdfs:domain sco:SemanticChangeEvent ;
    rdfs:range xsd:string ;
    skos:definition "The characteristic timescale over which a semantic change event unfolds." .

