bug nelle query sintattiche corretto

This commit is contained in:
cesare 2023-04-20 16:21:14 +02:00
parent 9c5311f7fe
commit 4705e91ac3
1 changed files with 2 additions and 1 deletions

View File

@ -1106,7 +1106,8 @@ function resetFrasi(){
var clfrom=binding.get('clfr').value;
var clto=binding.get('clto').value;
var cltype=binding.get('clatype').value.replace('https://dantenetwork.it/ontology/syntit/current/','')
var clfunction=binding.get('clafunction').value.replace('https://dantenetwork.it/ontology/syntit/current/','')
//var clfunction=binding.get('clafunction').value.replace('https://dantenetwork.it/ontology/syntit/current/','')
var clfunction=binding.get('clf').value.replace('https://dantenetwork.it/ontology/syntit/current/','')
//id del periodo
var sentenceid=binding.get('sentence').value.replace('http://dantenetwork.it/data/commedia/','')