query-6a3a5fca1929d8d999d3854868c8d114

rq turtle/ttl

Is it possible to get a list of places that exist only on Swedish and Cebuano Wikipedias? 10:51, 25 July 2019 (UTC)) talk (TheklanI think it is perfectly possible, but the range of the query seems quite wide for me. -

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT (COUNT(*) as ?count) 
{
    ?item wdt:P1566 [] ; wikibase:sitelinks 2 .
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?count") v1("?item") a1((" ")) c3(["2^^xsd:integer"]):::literal v1 --"wdt:P1566"--> a1 v1 --"wikibase:sitelinks"--> c3 bind1[/"count(*)"/] bind1 --as--o v2