Django-App providing a query interface and proxy for any common Triplestore.
Install acdh-django-sparql:
pip install acdh-django-sparql
Add it to your `INSTALLED_APPS`:
Add django_sparql's URL patterns:
Provide the endpoint and optional some log-in credentials for your Triplestore in some settings file:
browse to https://my-project/sparql/query/ to reach the query interface
Via the django-admin interface you can create sample queries.
All code unless otherwise noted is licensed under the terms of the MIT License (MIT). Please refer to the file LICENSE in the root directory of this repository.