write a sparql query that returns a link to the dbpedia article about
Question
Write a SPARQL query that returns a link to the DBpedia article about Jeddah.
Choose any topic unrelated to cities. Write TWO interesting SPARQL queries about your
chosen topic. Each query should return at least one and at most 10 results (hint: Use LIMIT). Show
the queries AND the results.
Write a Python program that connects to your database, executes your previous two
queries, receives the results in JSON format, and prints the results. Show the python program
and mention the required libraries/dependencies.