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: