我正在尝试为 dbpedia.org 的 SPARQL 查询的 URL 编码编写代码(在 ABAP 中)。
有没有参考代码或方法?
例如:输入:
select distinct ?Concept where {[] a ?Concept} LIMIT 100
输出:
http://dbpedia.org/sparql?default-graph-uri=http%3A%2F%2Fdbpedia.org&query=select+distinct+%3FConcept+where+%7B%5B%5D+a+%3FConcept%7D+LIMIT+100&format=text%2Fhtml&timeout=0&debug=on
谢谢克里希纳