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

<http://proethica.org/ontology/case/85#Engineer_C_Engineer_Contractor> a owl:NamedIndividual ;
    rdfs:label "Engineer C Engineer Contractor" ;
    rdfs:comment "Engineer C, as owner of Hi-Lo Construction and a licensed engineer, submitted the low bid on the dam project. The Board found that Engineer C, possessing both engineering and contracting expertise, had an obligation to evaluate the adequacy of the design documents before bidding, to include appropriate bid items for additional services if documents were incomplete, or to request clarification, and bore responsibility for the problems encountered in attempting to build the project." ;
    rdfs:subClassOf <http://proethica.org/ontology/intermediate#EngineerContractor> .