[VIVO-1254] Merge pull request #44 from ardamose123/patch-1

SPARQL query fix in `IndividualSDB` class
This commit is contained in:
grahamtriggs 2016-06-28 22:33:34 +01:00 committed by GitHub
commit 439b291628

View file

@ -508,7 +508,7 @@ public class IndividualSDB extends IndividualImpl implements Individual {
dataset.getLock().enterCriticalSection(Lock.READ);
try {
String valuesOfProperty =
"SELECT ?object" +
"SELECT ?object " +
"WHERE{ <" + this.individualURI + "> <" +
propertyURI + "> ?object } \n";
ResultSet values = QueryExecutionFactory.create(