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

<http://proethica.org/ontology/case/14#Conflict_of_Interest_Created> a owl:NamedIndividual ;
    rdfs:label "Conflict of Interest Created" ;
    rdfs:comment "When Engineer A recommended Progressive-Design-Build, the method under which Engineer A's own firm stood to benefit directly, a conflict of interest came into existence between Engineer A's professional duty to provide objective advice and Engineer A's firm's financial interest in the outcome." ;
    rdfs:subClassOf <http://proethica.org/ontology/core#Event> .