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(REGEX(?Rappresentazione, "^andare$", "i")) .
FILTER(LANGMATCHES(LANG(?Rappresentazione), "it")) FILTER(LANGMATCHES(LANG(?Rappresentazione), "it"))
?form ontolex:writtenRep ?Rappresentazione. ?form ontolex:writtenRep ?Rappresentazione.
?lent ontolex:lexicalForm ?form;
ontolex:canonicalForm ?cf.
?cf ontolex:writtenRep ?lm.
?fa orl:occurrenceOf ?form; ?fa orl:occurrenceOf ?form;
olires:OccursInRegion ?reg . olires:OccursInRegion ?reg .
?ver ecrm:P190_Has_Symbolic_Content ?textver; ?ver ecrm:P190_Has_Symbolic_Content ?textver;
@ -166,9 +169,6 @@ WHERE {
olires:hasStructuralComponent ?ver. olires:hasStructuralComponent ?ver.
?cantica ecrm:P102_has_title ?t_cantica; ?cantica ecrm:P102_has_title ?t_cantica;
olires:hasStructuralComponent ?canto. olires:hasStructuralComponent ?canto.
?lent ontolex:lexicalForm ?form;
ontolex:canonicalForm ?cf.
?cf ontolex:writtenRep ?lm.
}` }`
orlprefix = 'https://dantenetwork.it/ontology/orl/current/' orlprefix = 'https://dantenetwork.it/ontology/orl/current/'