Relational Role
Class
http://proethica.org/ontology/intermediate#RelationalRole
Definition
Head of the relational archetype axis: the duty-relationship a role establishes. Orthogonal to the occupational axis, so a relational archetype composes with any occupational archetype without crossing the ProfessionalRole/ParticipantRole disjointness.
Properties
Subclass of
Archetype Axis
relational
Subclasses 4
Employer Relationship Role
Organizational relationship balancing loyalty and independence Professional Peer Role
Collegial relationship with mentoring and review obligations Provider-Client Role
Service delivery relationship with duties of competence and care Public Responsibility Role
Societal obligation that can override other professional duties
Organizational relationship balancing loyalty and independence Professional Peer Role
Collegial relationship with mentoring and review obligations Provider-Client Role
Service delivery relationship with duties of competence and care Public Responsibility Role
Societal obligation that can override other professional duties
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:RelationalRole a proeth:EntityType,
owl:Class ;
rdfs:label "Relational Role"@en ;
proeth:archetypeAxis "relational" ;
rdfs:comment "Head of the relational archetype axis: the duty-relationship a role establishes. Orthogonal to the occupational axis, so a relational archetype composes with any occupational archetype without crossing the ProfessionalRole/ParticipantRole disjointness."@en ;
rdfs:subClassOf proeth-core:Role .