@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_8: <http://proethica.org/ontology/proethica-case-8#> .

<http://proethica.org/ontology/case/8#Client_X_Budget_Pressure_Resistance> a owl:NamedIndividual ;
    rdfs:label "Client X Budget Pressure Resistance" ;
    rdfs:comment "Client X's invocation of budget limitations as justification for declining to implement protective measures identified by Engineer L as necessary for public safety constituted economic pressure that Engineer L was obligated to resist, maintaining the professional recommendation regardless of the client's financial objections." ;
    rdfs:subClassOf <http://proethica.org/ontology/intermediate#ClientEconomicPressureResistancePrinciple> .