@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#Additional_Risk_Studies> a owl:NamedIndividual ;
    rdfs:label "Additional Risk Studies" ;
    rdfs:comment "Upon resumption of work, Engineer L conducted additional studies to qualitatively assess the risk that heavy rainfall could lead to stormwater runoff from the development reaching the nearby watershed and community drinking water source, prompted in part by a concurrent historic heavy rainfall event that increased on-site stormwater accumulation." ;
    rdfs:subClassOf <http://proethica.org/ontology/core#Action> .