@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:controlledForArtifacts a owl:DatatypeProperty ;
    rdfs:label "controlled for artifacts" ;
    dcterms:bibliographicCitation "Dubossarsky et al. (2019). Alignment artifacts." ;
    rdfs:comment "Boolean: whether detection method controlled for frequency/polysemy artifacts." ;
    rdfs:domain sco:SemanticChangeEvent ;
    rdfs:range xsd:boolean .

