tolto ORDER BY per velocizzare esecuzione query
This commit is contained in:
parent
2d9e9a9e3d
commit
70d4a5b8bb
|
@ -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/'
|
||||
|
|
Loading…
Reference in New Issue