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

<http://proethica.org/ontology/case/86#Engineer_A_Wetland_Graduated_Response> a owl:NamedIndividual ;
    rdfs:label "Engineer A Wetland Graduated Response" ;
    rdfs:comment "In the wetland fill case, because the violation is established by observable fact and the engineer has domain expertise, the appropriate first step is direct client contact to demand remediation, with escalation to regulatory authorities reserved for the event that the client fails to act." ;
    rdfs:subClassOf <http://proethica.org/ontology/intermediate#GraduatedResponseProportionalityPrinciple> .