diff --git a/README.md b/README.md
index 27e148e2b1571afa816e019f2069902ec061d0db..dff596b21003e0bf59f4f090b973727ae4eadaf3 100644
--- a/README.md
+++ b/README.md
@@ -285,4 +285,7 @@ Then all films whose subject is derived from comedy will be determined.
 	   {?movie dbo:genre ?y FILTER CONTAINS (lcase(str(?y)), "comedy").}
 	}GROUP BY  ?movie
 
-This results in `10000` comedy movies (oh wonder !).
\ No newline at end of file
+This results in `10000` comedy movies (oh wonder !).
+The query was structured as follows:
+
+![formula wikidata](./Images/formula_dbpedia.png)
\ No newline at end of file