From 72dc0bc7c4d2b7c1f6dff3552098d438442d859f Mon Sep 17 00:00:00 2001 From: vanaukenk Date: Mon, 12 Dec 2022 10:22:05 -0500 Subject: [PATCH] Adding annotation extension exclusion for 'location of' From discussion on the 2022-12-08 workbenches call, we want to exclude the 'location of' extension relation from the list of allowed CC extensions. --- shapes/go-cam-shapes.shex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shapes/go-cam-shapes.shex b/shapes/go-cam-shapes.shex index 35ed12b..85876eb 100644 --- a/shapes/go-cam-shapes.shex +++ b/shapes/go-cam-shapes.shex @@ -471,7 +471,7 @@ PREFIX results_in_remodeling_of: @ AND EXTRA a { a ( @ OR @ ); part_of: @ {0,1}; - location_of: ( @ OR @ ) {0,1}; + location_of: ( @ OR @ ) {0,1}; * // true; } // rdfs:comment "an anatomical entity" IRI @ AND EXTRA rdfs:subClassOf { @@ -578,4 +578,4 @@ PREFIX results_in_remodeling_of: # { # bl:category . {2,} -#} // rdfs:comment "has multiple type tags" \ No newline at end of file +#} // rdfs:comment "has multiple type tags"