NIHVIVO-1694 typo in the SPARQL query. Need a space between terms.
This commit is contained in:
parent
5439382e64
commit
346d7ba4ce
1 changed files with 1 additions and 1 deletions
|
@ -934,7 +934,7 @@ public class IndividualSDB extends IndividualImpl implements Individual {
|
||||||
try {
|
try {
|
||||||
String[] graphVars = { "?g" };
|
String[] graphVars = { "?g" };
|
||||||
String valueOfProperty =
|
String valueOfProperty =
|
||||||
"SELECT ?object" +
|
"SELECT ?object " +
|
||||||
"WHERE{ GRAPH ?g { <" + this.individualURI + "> <" +
|
"WHERE{ GRAPH ?g { <" + this.individualURI + "> <" +
|
||||||
propertyURI + "> ?object} \n" +
|
propertyURI + "> ?object} \n" +
|
||||||
WebappDaoFactorySDB.getFilterBlock(graphVars, datasetMode) +
|
WebappDaoFactorySDB.getFilterBlock(graphVars, datasetMode) +
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue