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

<http://proethica.org/ontology/case/15#Engineer_B_Client_Instruction_Limits> a owl:NamedIndividual ;
    rdfs:label "Engineer B Client Instruction Limits" ;
    rdfs:comment "Engineer B was obligated to decline the Owner's instruction to conduct a covert review, recognizing that the duty of loyalty to the Owner did not extend to complying with a directive that required violating professional ethics obligations toward Engineer A." ;
    rdfs:subClassOf <http://proethica.org/ontology/intermediate#ClientInstructionLimitsObligation> .