Smalyshev added a comment.

  Anther one:
  
    SELECT ?item ?name ?coord WHERE {
        wd:Q12988 wdt:P625 ?Firstloc .
        wd:Q184287 wdt:P625 ?Secondloc .
        SERVICE wikibase:box
        {
            ?item wdt:P625 ?coord .
            bd:serviceParam wikibase:cornerNorthEast ?Firstloc .
            bd:serviceParam wikibase:cornerSouthWest ?Secondloc .
        }
        SERVICE wikibase:label
        {
            bd:serviceParam wikibase:language "fr" .
            ?item rdfs:label ?name
        }
    }
    ORDER BY ASC(?name)
  
  This one probably doesn't get the wikibase:box defining `?item`.

TASK DETAIL
  https://phabricator.wikimedia.org/T175840

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Igorkim78, Smalyshev
Cc: Smalyshev, Lucas_Werkmeister_WMDE, Aklapper, darthmon_wmde, ET4Eva, 
Nandana, Lahi, Gq86, Darkminds3113, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, Avner, Gehel, _jensen, rosalieper, Cirdan, Jonas, FloNight, 
Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
_______________________________________________
Wikidata-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to