@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#> .

sco:hasControlCondition a owl:ObjectProperty ;
    rdfs:label "has control condition" ;
    dcterms:bibliographicCitation "Dubossarsky et al. (2017, 2019). Control condition requirement." ;
    rdfs:comment "Reference to control/null condition for validating genuine vs. artifact change." ;
    rdfs:domain sco:SemanticChangeEvent .

