@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_W_Project_Client> a owl:NamedIndividual ;
    rdfs:label "Client W Project Client" ;
    rdfs:comment "Commissioned Engineer A to prepare a contaminant report and engineering design documents for a groundwater infrastructure site. Reviewed deliverables, identified quality inconsistencies in the report, and raised concerns about errors and regulatory omissions in the design documents." ;
    rdfs:subClassOf <http://proethica.org/ontology/intermediate#ClientRole> .