Conflict of Interest State
Class
http://proethica.org/ontology/intermediate#ConflictOfInterest
Definition
Professional situation where personal and professional interests compete
Properties
Subclass of
Relationships
references
s10458-015-9308-2
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:ConflictOfInterest a owl:Class ;
rdfs:label "Conflict of Interest State" ;
dcterms:references <https://doi.org/10.1007/s10458-015-9308-2> ;
rdfs:comment "Professional situation where personal and professional interests compete" ;
rdfs:subClassOf proeth-core:State ;
skos:definition "Environmental state where a professional has personal interests that could influence their professional judgment or decision-making, requiring disclosure and management according to Dennis et al. (2016) context-aware ethical reasoning framework." .