modificata query per ricerca semplice
This commit is contained in:
parent
cbf8dc9af8
commit
fbc2471220
|
@ -156,6 +156,9 @@ WHERE {
|
|||
FILTER(REGEX(?Rappresentazione, "^andare$", "i")) .
|
||||
FILTER(LANGMATCHES(LANG(?Rappresentazione), "it"))
|
||||
?form ontolex:writtenRep ?Rappresentazione.
|
||||
?lent ontolex:lexicalForm ?form;
|
||||
ontolex:canonicalForm ?cf.
|
||||
?cf ontolex:writtenRep ?lm.
|
||||
?fa orl:occurrenceOf ?form;
|
||||
olires:OccursInRegion ?reg .
|
||||
?ver ecrm:P190_Has_Symbolic_Content ?textver;
|
||||
|
@ -166,9 +169,6 @@ WHERE {
|
|||
olires:hasStructuralComponent ?ver.
|
||||
?cantica ecrm:P102_has_title ?t_cantica;
|
||||
olires:hasStructuralComponent ?canto.
|
||||
?lent ontolex:lexicalForm ?form;
|
||||
ontolex:canonicalForm ?cf.
|
||||
?cf ontolex:writtenRep ?lm.
|
||||
}`
|
||||
|
||||
orlprefix = 'https://dantenetwork.it/ontology/orl/current/'
|
||||
|
|
Loading…
Reference in New Issue