按照我的 sparql 代码:
enter code here PREFIX wn20schema:<http://www.w3.org/2006/03/wn/wn20/schema/>"
+ "SELECT *"
+ "WHERE {"
+ " wn20instances:synset-"+input+"-"+"noun-"+" %sensenr%"+ " ^wn20schema:hyponymOf* ?hypo . "
+ " }";
我收到以下错误:
enter code here Exception in thread "main" com.hp.hpl.jena.query.QueryParseException: Lexical error at line 1, column 289. Encountered: "%" (37), after : ""
我该如何解决这个问题?