From 75106963ef0b657f803d8b54f26057508d291f08 Mon Sep 17 00:00:00 2001 From: Jim Balhoff Date: Tue, 5 Dec 2023 11:50:31 -0500 Subject: [PATCH] Allow multiple enablers --- shapes/go-cam-shapes.shex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shapes/go-cam-shapes.shex b/shapes/go-cam-shapes.shex index 4820566..b9f9196 100644 --- a/shapes/go-cam-shapes.shex +++ b/shapes/go-cam-shapes.shex @@ -405,7 +405,7 @@ PREFIX results_in_remodeling_of: @ AND EXTRA a { a ( @ OR @ ) {1}; - enabled_by: ( @ OR @ ) {0,1}; + enabled_by: ( @ OR @ ) *; part_of: @ *; has_part: @ *; occurs_in: @ {0,1};