@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix proethica_case_7: <http://proethica.org/ontology/proethica-case-7#> .

<http://proethica.org/ontology/case/7#Client_Data_Exposure> a owl:NamedIndividual ;
    rdfs:label "Client Data Exposure" ;
    rdfs:comment "When Engineer A uploaded client monitoring data and site information to the open-source AI software, that proprietary client data was transmitted to and processed by a third-party system outside Engineer A's control." ;
    rdfs:subClassOf <http://proethica.org/ontology/core#Event> .