diff --git a/qanary_commons/src/main/resources/queries/select_all_graphs_with_questionId.rq b/qanary_commons/src/main/resources/queries/select_all_graphs_with_questionId.rq
index 7dcfff4e..96129624 100644
--- a/qanary_commons/src/main/resources/queries/select_all_graphs_with_questionId.rq
+++ b/qanary_commons/src/main/resources/queries/select_all_graphs_with_questionId.rq
@@ -1,3 +1,5 @@
+# This SPARQL query is designed to identify the named graph(s) within a triplestore where a specific question, identified by its unique ID, is associated with the current question being processed in a Qanary pipeline.
+# ?componentAnnotations should be replaced in the source code
PREFIX oa:
PREFIX qa:
PREFIX owl:
@@ -8,4 +10,4 @@ WHERE {
?questionId owl:sameAs .
?componentAnnotations
}
-}
\ No newline at end of file
+}