Relationship State
Class
http://proethica.org/ontology/intermediate#RelationshipState
Definition
Obligation-scoping condition (which role-relation, hence which relational duties, are active).
Inherited
Deontic-function archetype; pairs with the relational role archetypes (ProviderClientRole, ProfessionalPeerRole, ...). The relationship in force selects the applicable obligations.
Properties
Subclass of
Used in cases 1
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 14TTL
@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:RelationshipState a owl:Class ;
rdfs:label "Relationship State"@en ;
rdfs:comment "Obligation-scoping condition (which role-relation, hence which relational duties, are active)."@en ;
rdfs:subClassOf proeth-core:State ;
skos:definition "A condition defining which professional relationship holds among the parties (provider-client, professional-peer, employer-employee, public trust). Its deontic function is to SCOPE which relational obligations apply, since duties are relative to the role-relationship in force."@en ;
skos:scopeNote "Deontic-function archetype; pairs with the relational role archetypes (ProviderClientRole, ProfessionalPeerRole, ...). The relationship in force selects the applicable obligations."@en .