[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);
|
dataset.getLock().enterCriticalSection(Lock.READ);
|
||||||
try {
|
try {
|
||||||
String valuesOfProperty =
|
String valuesOfProperty =
|
||||||
"SELECT ?object" +
|
"SELECT ?object " +
|
||||||
"WHERE{ <" + this.individualURI + "> <" +
|
"WHERE{ <" + this.individualURI + "> <" +
|
||||||
propertyURI + "> ?object } \n";
|
propertyURI + "> ?object } \n";
|
||||||
ResultSet values = QueryExecutionFactory.create(
|
ResultSet values = QueryExecutionFactory.create(
|
||||||
|
|
Loading…
Add table
Reference in a new issue