@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#Engineer_L_Client_Budget_Pressure_Refusal> a owl:NamedIndividual ;
    rdfs:label "Engineer L Client Budget Pressure Refusal" ;
    rdfs:comment "Engineer L was obligated to refuse to continue work on the stormwater management project after Client X declined to implement the protective measures Engineer L identified as necessary to safeguard the community drinking water source, and to refrain from subordinating the paramount duty to public welfare to Client X's budget constraints." ;
    rdfs:subClassOf <http://proethica.org/ontology/intermediate#ClientEconomicPressureRefusalObligation> .