@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_Stormwater_Design_Engineer> a owl:NamedIndividual ;
    rdfs:label "Engineer L Stormwater Design Engineer" ;
    rdfs:comment "Licensed PE with stormwater expertise contracted to design a stormwater management system for a large residential and commercial development near a community drinking water watershed. Identified increased risk of stormwater runoff impact during preliminary design, did not disclose this risk to Client X at the time of work suspension, and later notified Client X of the risk after resuming work and conducting additional studies." ;
    rdfs:subClassOf <http://proethica.org/ontology/intermediate#StormwaterDesignEngineer> .