From 70d4a5b8bb5083ed32b387f01a9b3cd9ae07aec3 Mon Sep 17 00:00:00 2001 From: cesare Date: Fri, 14 Oct 2022 10:29:42 +0200 Subject: [PATCH] tolto ORDER BY per velocizzare esecuzione query --- js/utils.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/js/utils.js b/js/utils.js index ca4f6bc..eed8722 100644 --- a/js/utils.js +++ b/js/utils.js @@ -29,9 +29,9 @@ SELECT (?form AS ?IRIForma) (?Rappresentazione AS ?Forma) (?lm AS ?Lemma) (?text orl:TipoNumeroSostantivoVolgare orl:NumeroSingolareSostantivoVolgare. } } } -ORDER BY (?Cantica) (?Canto) (?NumVerso) LIMIT 50 ` +//ORDER BY (?Cantica) (?Canto) var hdnquerygrammar = ` Expression @@ -113,8 +113,9 @@ WHERE { FILTER regex(?Rappresentazione,"^farò$","i") . #FILTER regex(?lm,"^fare$","i") . FILTER langMatches(lang(?Rappresentazione),"it") - } ORDER BY ?Cantica ?Canto ?NumVerso + } LIMIT 50` + //ORDER BY ?Cantica ?Canto ?NumVerso //Togliere LIMIT in prod orlprefix = 'http://dantenetwork.it/ontology/ORL/'