python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Strange spatial gaps in queries with DBpedia using Python SPARQL-Wrapper
I'm trying to query all the Wikipedia articles about places (have to be geolocated) in the United Kingdom. I'm using the SPARQL wrapper for python for my query to access the coordinates, article link,...
uomo_di_pietro
Votes: 0
Answers: 0
Avoiding HTTP "too many requests" error when using SPARQLWrapper and Wikidata
I have a list of approximately 6k wikidata instance IDs (beginning Q#####) I want to look up the human-readable labels for. I am not too familiar with SPARQL, but following some guidelines have manage...
cookie1986
Votes: 0
Answers: 0
RuntimeWarning: unknown response content type 'text/html' returning raw response
I tried to use apache jena fuseki in my python code so I found this:
https://sparqlwrapper.readthedocs.io/en/latest/main.html
I followed the first example and here is my code:
pip install sparqlwrappe...
Issam HTech
Votes: 0
Answers: 1
Need help fetching a person's age from wikidata query using sparql
I recently started working on sparql to generate query for getting the age of a specific person (say, Donald Trump)
The only thing I could understand is that it would be an instance of Person class.
C...
Nishant Saraswat
Votes: 0
Answers: 0