query-1a1fab0c527a2bdec76db405768118f3

rq turtle/ttl

Article unsing P2100 that have coordinate souyh of the 45th North 02:29, 5 July 2017 (UTC)) talk (Fralambert who use coordinates south of 45th North? (Or maybe just 10th North for this case) It will help me to correct them. --(P2100)Banque de noms de lieux du Québec ID . It's posibble to make a query for having all the items using (Q31916350)Lac Tête Rouge instead of 47°12'54.000"N for [1] made me see that a bug of Mix'n'Match added coordinate wrongly. Like it put 7°12'54.000"N LaddoHi,

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX psv: <http://www.wikidata.org/prop/statement/value/>
PREFIX p: <http://www.wikidata.org/prop/>
SELECT ?item ?latitude ?longitude { ?item wdt:P2100 []; p:P625 [ psv:P625 [ wikibase:geoLatitude ?latitude; wikibase:geoLongitude ?longitude ] ] . } ORDER BY ASC(?latitude)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?item"):::projected v1("?latitude"):::projected v3("?longitude"):::projected a1((" ")) a3((" ")) a2((" ")) v2 --"p:direct/P2100"--> a1 a2 --"wikibase:geoLatitude"--> v1 a2 --"wikibase:geoLongitude"--> v3 a3 --"p:statement/value/P625"--> a2 v2 --"p:P625"--> a3