From 8dc555f99be60f2c5b981e6af11d2c122bad2ede Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Aur=C3=A9lien=20Lamercerie?=
 <aurelien.lamercerie@laposte.net>
Date: Thu, 25 Nov 2021 15:53:59 +0100
Subject: [PATCH] CTS update: infer relation domain from unl:agt and unl:aoj

---
 config/transduction-schemes.ttl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/transduction-schemes.ttl b/config/transduction-schemes.ttl
index 77c838d1..2999954d 100644
--- a/config/transduction-schemes.ttl
+++ b/config/transduction-schemes.ttl
@@ -175,7 +175,7 @@ WHERE {
    ?net2 net:has_node ?uw2.
    ?net2 net:has_atom ?sourceObject.
    # condition: agt(net1, net2)
-   ?uw1 unl:agt ?uw2.
+   ?uw1 ( unl:agt | unl:aoj ) ?uw2.
    # Possible Domain
    { ?sourceObject net:has_concept ?domainClass. }
    UNION
-- 
GitLab