modificata query per ricerca semplice

This commit is contained in:
cesare 2022-12-12 15:35:20 +01:00
parent cbf8dc9af8
commit fbc2471220
1 changed files with 3 additions and 3 deletions

View File

@ -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/'