Fixing problem with VivoISFBasicFields
This commit is contained in:
parent
dbc8730c35
commit
140288a65e
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ public class VivoISFBasicFields extends ContextNodeFields {
|
|||
* a SPARQL IN clause */
|
||||
String types = "";
|
||||
for( int i = 0 ; i < RELATIONSHIP_TYPES.length ; i++ ){
|
||||
types += RELATIONSHIP_TYPES[i];
|
||||
types += "<" + RELATIONSHIP_TYPES[i] + ">";
|
||||
if( i != RELATIONSHIP_TYPES.length - 1 ){
|
||||
types += ", ";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue