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

<http://proethica.org/ontology/case/71#Deficient_Report_Issuance> a owl:NamedIndividual ;
    rdfs:label "Deficient Report Issuance" ;
    rdfs:comment "Engineer B issued the concluding report stating that 19 of 90 piles failed the required safety factor based solely on insufficient penetration depth, without disclosing the equipment failure, the fact that all 19 piles had been driven to essential refusal, or the results of wave equation calculations that would indicate adequate pile strength." ;
    rdfs:subClassOf <http://proethica.org/ontology/core#Action> .