From baa31a99a4933c27a99c60878530ec5cb1f852af Mon Sep 17 00:00:00 2001 From: Jens Bartsch Date: Fri, 2 Aug 2024 10:14:55 +0200 Subject: [PATCH] Add ogit/belongs from Agent to Organization --- SGO/sgo/entities/Agent.ttl | 1 + 1 file changed, 1 insertion(+) diff --git a/SGO/sgo/entities/Agent.ttl b/SGO/sgo/entities/Agent.ttl index 1524b2b55b..9a02c935c2 100644 --- a/SGO/sgo/entities/Agent.ttl +++ b/SGO/sgo/entities/Agent.ttl @@ -28,5 +28,6 @@ ogit:Agent ogit:allowed ( [ ogit:owns ogit.CustomerSupport:ChatSession ] [ ogit:supports ogit:Organization ] + [ ogit:belongs ogit:Organization ] ); .