ad-freiburg / qlever-ui

A user interface for QLever
Apache License 2.0
19 stars 12 forks source link

Examples command #55

Closed hannahbast closed 11 months ago

hannahbast commented 11 months ago

There is now a new command and view that can be used to retrieve all example queries for a given backend as TSV. Here is an example call:

docker exec -it qlever-ui bash -c "python manage.py examples wikidata"

To obtain the same result via an API call (no special permissions required):

curl -s https://qlever.cs.uni-freiburg.de/api/examples/wikidata