Ethical Dilemma
Class
http://proethica.org/ontology/intermediate#EthicalDilemma
Definition
A situation involving a difficult ethical choice between competing moral considerations that applies across all professional domains
Properties
Subclass of
Used in cases 9
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:EthicalDilemma a proeth:EntityType,
owl:Class ;
rdfs:label "Ethical Dilemma"@en ;
rdfs:comment "A situation involving a difficult ethical choice between competing moral considerations that applies across all professional domains"@en ;
rdfs:subClassOf proeth-core:State .