how can get the value name of the capital city not the URI from this query
SELECT ?capital
WHERE { <http://dbpedia.org/resource/Germany><http://dbpedia.org/ontology/capital> ?capital}
In the above query I am getting the URI of the capital of germany .ie http://dbpedia.org/resource/berlin how can get Only the berlin not its URI