@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_Risk_Notification> a owl:NamedIndividual ;
    rdfs:label "Client Risk Notification" ;
    rdfs:comment "After completing additional studies, Engineer L formally notified Client X of the qualitatively identified 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, citing local environmental standards requiring safeguards for public water sources." ;
    rdfs:subClassOf <http://proethica.org/ontology/core#Action> .