NIHVIVO-1694 typo in the SPARQL query. Need a space between terms.

This commit is contained in:
jeb228 2011-01-18 21:12:02 +00:00
parent 5439382e64
commit 346d7ba4ce

View file

@ -934,7 +934,7 @@ public class IndividualSDB extends IndividualImpl implements Individual {
try {
String[] graphVars = { "?g" };
String valueOfProperty =
"SELECT ?object" +
"SELECT ?object " +
"WHERE{ GRAPH ?g { <" + this.individualURI + "> <" +
propertyURI + "> ?object} \n" +
WebappDaoFactorySDB.getFilterBlock(graphVars, datasetMode) +