Competing Duties State
Class
http://proethica.org/ontology/intermediate#CompetingDuties
Definition
State requiring ethical prioritization between conflicting obligations
Properties
Subclass of
Relationships
references
ar Xiv.2302.00997
TTL
@prefix dcterms: <http://purl.org/dc/terms/> .
@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#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
proeth:CompetingDuties a owl:Class ;
rdfs:label "Competing Duties State" ;
dcterms:references <https://doi.org/10.48550/arXiv.2302.00997> ;
rdfs:comment "State requiring ethical prioritization between conflicting obligations" ;
rdfs:subClassOf proeth-core:State ;
skos:definition "Context where multiple professional obligations conflict and cannot all be fully satisfied simultaneously, requiring prioritization based on Rao et al. (2023) context-dependent moral evaluation." .