Skip to content

Commit

Permalink
Correct SPARQL query in get_geo_entity
Browse files Browse the repository at this point in the history
  • Loading branch information
bearloga committed Sep 19, 2017
1 parent 3fd29f4 commit 1b66fbd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions R/geo.R
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@ get_geo_entity <- function(entity, language = "en", radius = NULL, ...){
bd:serviceParam wikibase:language \"", language, "\" .
?item rdfs:label ?name
}
SERVICE wikibase:label {
bd:serviceParam wikibase:language \"en\"
}
}
ORDER BY ASC (?name)")
} else {
Expand Down

0 comments on commit 1b66fbd

Please sign in to comment.