Skip to content

Commit 5af9040

Browse files
committed
Default parameter for the country URI
1 parent 1d55f26 commit 5af9040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ldbc_socialnet_qgen/src/com/openlinksw/bibm/sib/SIBFormalParameter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public String getDefaultValue() {
4040
case SIBParameterPool.TAG_URI:
4141
return "<http://dbpedia.org/resource/George_W._Bush>";
4242
case SIBParameterPool.COUNTRY_URI:
43-
return "<http://dbpedia.org/resource/United_States>";
43+
return "<http://dbpedia.org/resource/India>";
4444
case SIBParameterPool.TAG_TYPE_URI:
4545
return "<http://dbpedia.org/ontology/Scientist>";
4646
}

0 commit comments

Comments
 (0)