Template:Sparql get coordinates: Difference between revisions

From solab
Jump to navigation Jump to search
No edit summary
 
(No difference)

Latest revision as of 12:34, 10 October 2009

{{#gu_gen: sparql | http://dbpedia.org/sparql |root |

PREFIX dbpprop: <http://dbpedia.org/property/>
PREFIX owl: <http://dbpedia.org/ontology/>
SELECT distinct  ?ld 
WHERE {
 <http://dbpedia.org/resource/{{{Location}}}>  owl:coordinates ?ld .

} |{{{notrace}}} |GetValue }}