From 4cc4d4abcd321853a5187fad4509a07e768ad702 Mon Sep 17 00:00:00 2001 From: Kersten Breuer Date: Wed, 13 Dec 2023 12:31:05 +0100 Subject: [PATCH] Update src/metldata/schemapack_/builtin_transformations/infer_relations/path/path.py Co-authored-by: Christoph Zwerschke --- .../builtin_transformations/infer_relations/path/path.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/metldata/schemapack_/builtin_transformations/infer_relations/path/path.py b/src/metldata/schemapack_/builtin_transformations/infer_relations/path/path.py index 0fef4e5..9afb772 100644 --- a/src/metldata/schemapack_/builtin_transformations/infer_relations/path/path.py +++ b/src/metldata/schemapack_/builtin_transformations/infer_relations/path/path.py @@ -34,7 +34,7 @@ class RelationPath: In the string-based representation ("path_str" attribute), the first and the last word correspond to the name of the source and target class respectively. ">" and "<" - means indicate active (left class relations the right one) and passive (the left + means active (left class refers the right one) and passive (the left class is referenced by the right one). Parentheses attached to these angles thereby indicate the property name of the referencing class. E.g. "class_a(class_b)>class_b" means that the source class "class_a" has a property "class_b" that relations the