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

<http://proethica.org/ontology/case/8#Safeguard_Refusal> a owl:NamedIndividual ;
    rdfs:label "Safeguard Refusal" ;
    rdfs:comment "Client X formally refused to invest in additional protective measures after being notified of the confirmed risk, citing budget constraints and stating that compliance issues would be addressed later if needed." ;
    rdfs:subClassOf <http://proethica.org/ontology/core#Event> .