From 7e0566d2cd9a2cae848e0e12d20c3ae7b5c9aa8c Mon Sep 17 00:00:00 2001 From: dtoro Date: Wed, 8 Jul 2026 11:54:10 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20widen=20'about'=20relationship=20to=20en?= =?UTF-8?q?tity=E2=86=92entity=20many-to-many=20for=20investigation=20edge?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- seeds/ontology.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/seeds/ontology.yaml b/seeds/ontology.yaml index a6e279d..a5e86fe 100644 --- a/seeds/ontology.yaml +++ b/seeds/ontology.yaml @@ -858,10 +858,10 @@ relationship_types: description: Check raised a signal. about: inverse: subject-of - source: signal + source: entity target: entity - cardinality: many-to-one - description: Signal concerns an entity. + cardinality: many-to-many + description: Entity concerns (or is about) another entity. classifies: inverse: classified-as source: classification