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

sco:ConceptualBridge a owl:Class ;
    rdfs:label "Conceptual Bridge" ;
    rdfs:comment "Work or publication that mediates between different disciplinary meanings, facilitating semantic transfer." ;
    rdfs:subClassOf sco:SemanticChangeEvent ;
    skos:definition "A scholarly contribution that explicitly connects or transfers meaning between different disciplinary contexts, enabling cross-domain semantic evolution." ;
    skos:example "Anscombe's 'Intention' (1957): bridges legal concept of agency to philosophical analysis of action." .

