@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_Upload_to_AI> a owl:NamedIndividual ;
    rdfs:label "Client Data Upload to AI" ;
    rdfs:comment "Engineer A entered Client W's private project information into the open-source AI software interface to generate report content and design documents, effectively placing confidential client data into a public-domain platform without obtaining Client W's prior consent." ;
    rdfs:subClassOf <http://proethica.org/ontology/core#Action> .