query-02990dbe9e0ce2c33f1e66c691ac7eea

rq turtle/ttl

All settlement names and wikipedia articles in Hebrew and YiddishI am trying to query and download all settlements that have alternatives names in Hebrew articles in Hebrew Wikipedia. This query times out. Could you please assist?

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX schema: <http://schema.org/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?human_settlement ?human_settlementLabel ?human_settlementDescription ?human_settlementAltLabel ?article ?location WHERE {

    ?human_settlement wdt:P31 wd:Q486972 ; # human settlement
            wdt:P625 ?location .# And location

    ?article schema:about ?human_settlement .
    ?article schema:isPartOf <https://he.wikipedia.org/>.


    SERVICE wikibase:label {
       bd:serviceParam wikibase:language "he"

Query found at