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

sco:isSynthetic a owl:DatatypeProperty ;
    rdfs:label "is synthetic" ;
    dcterms:bibliographicCitation "Dubossarsky et al. (2019). Synthetic task for method validation." ;
    rdfs:comment "Boolean: whether this is synthetic (simulated) or authentic (real) semantic change." ;
    rdfs:domain sco:SemanticChangeEvent ;
    rdfs:range xsd:boolean .

