@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_Client> a owl:NamedIndividual ;
    rdfs:label "City Administrator Non-Engineer Client" ;
    rdfs:comment "City Administrator solicited engineering advice from Engineer A on project delivery methods, acting as the client-side decision-maker without professional engineering licensure. It was not clear whether the solicitation was knowingly for donated services." ;
    rdfs:subClassOf <http://proethica.org/ontology/intermediate#Non-EngineerAdministrator> .