From 3bab2e794b5a213f99a8f261cf987ed2fafa6cd6 Mon Sep 17 00:00:00 2001 From: vanaukenk Date: Wed, 1 May 2024 09:35:23 -0400 Subject: [PATCH] Update go-cam-shapes.shex Adding primary input and primary output to main BP shape as a test of the reasoner. --- shapes/go-cam-shapes.shex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shapes/go-cam-shapes.shex b/shapes/go-cam-shapes.shex index 47201c5..0737686 100644 --- a/shapes/go-cam-shapes.shex +++ b/shapes/go-cam-shapes.shex @@ -193,6 +193,8 @@ PREFIX results_in_remodeling_of: part_of: @ *; has_input: ( @ OR @ OR @ OR @ ) *; has_output: ( @ OR @ OR @ ) *; + has_primary_input: @ *; + has_primary_output: @ *; occurs_in: @ {0,1}; transports_or_maintains_localization_of: ( @ OR @ ) *; has_target_end_location: @ {0,1};