From fd71bb3feb46b393e5127812da4b0119d4989017 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20M=C3=A9nager?= Date: Fri, 5 Jul 2024 11:11:53 +0200 Subject: [PATCH] Update boolean_datatype.rq document query in the comments --- robot_config/boolean_datatype.rq | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/robot_config/boolean_datatype.rq b/robot_config/boolean_datatype.rq index 63c53fc..24d718d 100644 --- a/robot_config/boolean_datatype.rq +++ b/robot_config/boolean_datatype.rq @@ -1,3 +1,8 @@ +# rule: the EDAM or OWL properties edam:is_deprecation_candidate, edam:is_refactor_candidate, +# edam:isdebtag, edam:notRecommendedForAnnotation, owl:deprecated should only be defined if +# they are booleans, and have the value 'true' +# implementation: this query returns all of the above mentioned properties with a value that is +# not of type xsd:boolean with a value set to 'true' PREFIX obo: PREFIX owl: PREFIX rdfs: