@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_Risk_Notification_Resumption> a owl:NamedIndividual ;
    rdfs:label "Engineer L Risk Notification Resumption" ;
    rdfs:comment "After resuming work and conducting additional studies, Engineer L notified Client X of the qualitatively estimated risk that heavy rainfall could cause stormwater runoff to reach the watershed and community drinking water source, and advised that additional protective measures should be considered." ;
    rdfs:subClassOf <http://proethica.org/ontology/intermediate#ProactiveRiskDisclosurePrinciple> .