You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We tried to run SPARQL queries by copying them as it is from the demo link. However we faced errors while running the queries due to lack of support for pre defined prefixes present in the tutorial.
To help the community better compose correct queries and understand what are the missing attributes while using queries on DBPedia endpoints, we are raising this issue to add additional test cases in the test_sparql.py file. Currently the test file contains on one query which is very trivial and thus, does not test a majority of the filters in SPARQL. Addition of more queries to the test file would help give a better picture of how the queries are run and provide examples to the community when they create their own custom queries to be run on the DBPedia endpoint.
The text was updated successfully, but these errors were encountered:
@Ritvik1712 would your needs be satisfied by inlining prefixes with the PREFIX directive? See e.g. how FOAF is inlined in the first example of section 2:
We tried to run SPARQL queries by copying them as it is from the demo link. However we faced errors while running the queries due to lack of support for pre defined prefixes present in the tutorial.
To help the community better compose correct queries and understand what are the missing attributes while using queries on DBPedia endpoints, we are raising this issue to add additional test cases in the
test_sparql.py
file. Currently the test file contains on one query which is very trivial and thus, does not test a majority of the filters in SPARQL. Addition of more queries to the test file would help give a better picture of how the queries are run and provide examples to the community when they create their own custom queries to be run on the DBPedia endpoint.The text was updated successfully, but these errors were encountered: