NIHVIVO-1510 Added error-checking of collation target in list view config file against sparql select terms.

This commit is contained in:
rjy7 2010-12-14 16:24:50 +00:00
parent 544a0b8e4d
commit 1dd5885514
5 changed files with 35 additions and 8 deletions

View file

@ -2,7 +2,7 @@
<!-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<view-config>
<query>
SELECT ?object {
SELECT ?object {
?subject ?property ?object .
}
</query>