How to build SPARQL queries in java?

后端 未结 8 1754
囚心锁ツ
囚心锁ツ 2021-02-01 10:19

Is there a library, which is able to build SPARQL queries programmatically like the CriteriaBuilder in JPA or to build the queries like with a PreparedStateme

8条回答
  •  忘了有多久
    2021-02-01 11:14

    Jena provides a QueryBuilder in the Extras package.

    https://jena.apache.org/documentation/extras/querybuilder/index.html

    It does what you want.

提交回复
热议问题