From fbc247122091f73e5842236bb90c41c747442dcc Mon Sep 17 00:00:00 2001 From: cesare Date: Mon, 12 Dec 2022 15:35:20 +0100 Subject: [PATCH] modificata query per ricerca semplice --- js/utils.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js/utils.js b/js/utils.js index 8a1c89b..b50742c 100644 --- a/js/utils.js +++ b/js/utils.js @@ -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/'