-
Notifications
You must be signed in to change notification settings - Fork 58
QALD Generation
You can use the Qald Gen Project https://github.com/dice-group/qald-generator and generate your own QALD file. It directly translates the RDF QALD into JSON.
You can execute the QALD Gen using the following steps
- generate a QALD Json File
- Execute the generated file using gerbil
Gerbil integrated the QALD Gen project and can be executed using the following line in your terminal
java -cp gerbil.war org.aksw.gerbil.utils.QaldGen <params of Qald Gen Project>
can be found at https://github.com/dice-group/qald-generator. Instead of an RDF file it provides a QALD JSON file directly.
The value of the parameter -o
will name the JSON file.
Either use the online version of gerbil at GERBIL QA or use your local instance (see Wiki for how to execute your own Gerbil QA instance)
As usual choose your systems to benchmark and upload the generated JSON file at the Dataset
box using a descriptive name.
Execute the benchmark and get results.