From 74893a44841bfbf609facbd5e05cb3ef3b5a4bf0 Mon Sep 17 00:00:00 2001 From: cesare Date: Fri, 16 Jun 2023 16:08:15 +0200 Subject: [PATCH] query modificata per risolvere bug sul numero dei risultati --- js/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"))