query modificata per risolvere bug sul numero dei risultati
This commit is contained in:
parent
1e2b0dbf3a
commit
74893a4484
|
@ -175,7 +175,7 @@ PREFIX olires:<https://dantenetwork.it/ontology/olires/current/>
|
||||||
PREFIX comm: <http://dantenetwork.it/data/commedia/>
|
PREFIX comm: <http://dantenetwork.it/data/commedia/>
|
||||||
PREFIX syntit: <https://dantenetwork.it/ontology/syntit/current/>
|
PREFIX syntit: <https://dantenetwork.it/ontology/syntit/current/>
|
||||||
|
|
||||||
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 {
|
WHERE {
|
||||||
FILTER(REGEX(?Rappresentazione, "^buon$", "i")) .
|
FILTER(REGEX(?Rappresentazione, "^buon$", "i")) .
|
||||||
FILTER(LANGMATCHES(LANG(?Rappresentazione), "it"))
|
FILTER(LANGMATCHES(LANG(?Rappresentazione), "it"))
|
||||||
|
|
Loading…
Reference in New Issue