@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#City_Administrator_Non-Engineer> a owl:NamedIndividual ;
    rdfs:label "City Administrator Non-Engineer" ;
    rdfs:comment "The City Administrator of City B, who is not a licensed professional engineer, solicited Engineer A's recommendation on project delivery methods and received a memo that omitted one of the four approved options." ;
    rdfs:subClassOf <http://proethica.org/ontology/intermediate#Non-EngineerAdministrator> .