@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#Selective_Scope_Omission> a owl:NamedIndividual ;
    rdfs:label "Selective Scope Omission" ;
    rdfs:comment "Engineer A chose to present only Design-Bid-Build and Progressive-Design-Build as viable project delivery options in the memo, omitting Construction-Management-at-Risk and Fixed-Price-Design-Build, both of which were approved under the proposed funding source and both of which were less advantageous to Engineer A's business interests." ;
    rdfs:subClassOf <http://proethica.org/ontology/core#Action> .