knowsys / rulewerk

Java library based on the VLog rule engine
Apache License 2.0
32 stars 13 forks source link

Support basic SPARQL queries via Rulewerk #222

Open mkroetzsch opened 1 year ago

mkroetzsch commented 1 year ago

The VLog command line supports SPARQL (1.0) queries. It would be good to expose this feature in Rulewerk. This might first require an extension of the VLog API.

mkroetzsch commented 1 year ago

@CerielJacobs @jrbn Would it be possible to add this to the API? Rulewerk could pass queries as strings, but also could pre-process them in some way if useful.