|
From: Peter F. Patel-S. <pfp...@gm...> - 2018-12-19 14:07:10
|
Changing ttlpv.sql to use insert soft (and also making sure to use the stored id) appears to fix the problem I am encountering. I prepared a modified ttlpv.sql (attached) and reinstalled Virtuoso as follows: cd /home/virtuoso/test killall virtuoso-t rm -rf vos cp ttlpv.sql ./virtuoso-opensource/libsrc/Wi cd virtuoso-opensource/ make make install prefix=/home/virtuoso/test/vos cd .. cp generate.py vos/share/virtuoso/vad ( cd vos/share/virtuoso/vad ; python2.7 ./generate.py ) ./test.sh With this change everything worked. I expect that when using insert soft that rdf_rl_lang_id could be somewhat shortened but I wanted to make the minimal change. peter |