[VIVO-1254] Merge pull request #44 from ardamose123/patch-1
SPARQL query fix in `IndividualSDB` class
This commit is contained in:
commit
439b291628
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Reference in a new issue