Confirmed Risk Without Adequate Safeguards State
Class
http://proethica.org/ontology/intermediate#ConfirmedRiskWithoutAdequateSafeguardsState
Definition
State in which a professional has confirmed the existence of a concrete public-safety or environmental risk and adequate safeguards are known to be absent. Typical activator for post-termination reporting obligations and for defeating faithful-agent confidentiality (NSPE BER Case 72 pattern).
Properties
Subclass of
Used in cases 11
TTL
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix proeth: <http://proethica.org/ontology/intermediate#> .
@prefix proeth-core: <http://proethica.org/ontology/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
proeth:ConfirmedRiskWithoutAdequateSafeguardsState a owl:Class ;
rdfs:label "Confirmed Risk Without Adequate Safeguards State"@en ;
rdfs:comment "State in which a professional has confirmed the existence of a concrete public-safety or environmental risk and adequate safeguards are known to be absent. Typical activator for post-termination reporting obligations and for defeating faithful-agent confidentiality (NSPE BER Case 72 pattern)."@en ;
rdfs:subClassOf proeth-core:State .