Employer Relationship Role
Class
http://proethica.org/ontology/intermediate#EmployerRelationshipRole
Definition
Organizational relationship balancing loyalty and independence
Properties
Subclass of
Relationships
references
9780198863335.001.0001
Used in cases 17
Case ontologies that instantiate this class. Computed from each individual's type, so the list stays current as cases are extracted. The originating case is shown under Extraction details.
Case 6 Case 9 Case 13 Case 18 Case 19 Case 75 Case 98 Case 102 Case 106 Case 111 Case 123 Case 128 Case 135 Case 139 Case 140 Case 142 Case 144TTL
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix proeth: <http://proethica.org/ontology/intermediate#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
proeth:EmployerRelationshipRole a owl:Class ;
rdfs:label "Employer Relationship Role" ;
dcterms:references <https://doi.org/10.1093/oso/9780198863335.001.0001> ;
rdfs:comment "Organizational relationship balancing loyalty and independence" ;
rdfs:subClassOf proeth:RelationalRole ;
skos:definition "Professional role defining relationships between professionals and their employing organizations, creating duties of loyalty, competent performance, and honest reporting while maintaining professional independence per Wendel (2024) moral complexity framework." .