diff --git a/js/utils.js b/js/utils.js
index 38c2a63..71e4287 100644
--- a/js/utils.js
+++ b/js/utils.js
@@ -175,7 +175,7 @@ PREFIX olires:
PREFIX comm:
PREFIX syntit:
-SELECT (?t_canto as ?Canto) (?t_cantica as ?Cantica) ?clatype ?clafunction ?clfr ?clto ?cl ?sentence ?cltext ?pos
+SELECT (?t_canto as ?Canto) (?t_cantica as ?Cantica) ?clatype ?clafunction ?clfr ?clto ?cl ?sentence ?cltext ?pos ?clocc
WHERE {
FILTER(REGEX(?Rappresentazione, "^buon$", "i")) .
FILTER(LANGMATCHES(LANG(?Rappresentazione), "it"))