modificata return list query
This commit is contained in:
parent
cdfd158814
commit
b4b2b2d255
|
@ -9,7 +9,7 @@ PREFIX ontolex: <http://www.w3.org/ns/lemon/ontolex#>
|
|||
PREFIX olires:<https://dantenetwork.it/ontology/OLIRes/>
|
||||
|
||||
|
||||
SELECT (?form as ?IRIForma) (?Rappresentazione as ?Forma) (?lm as ?Lemma) (?textver as ?Verso) ?NumVerso
|
||||
SELECT (?form as ?IRIForma) (?Rappresentazione as ?Forma) (?lm as ?Lemma) (?textver as ?Verso) (?NumVerso as ?NumeroVerso)
|
||||
(?t_canto as ?Canto) (?t_cantica as ?Cantica)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue