query-3b1f4a38726e9a21743df42bbf1dd6e8

rq turtle/ttl

Theklan

Use at

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

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?count") v1("?item") a1((" ")) a2((" ")) a3((" ")) c3(["2^^xsd:integer"]):::literal c7([https://ceb.wikipedia.org/]):::iri c6([https://sv.wikipedia.org/]):::iri v1 --"wdt:P1566"--> a1 v1 --"wikibase:sitelinks"--> c3 a2 --"schema:about"--> v1 a2 --"schema:isPartOf"--> c6 a3 --"schema:about"--> v1 a3 --"schema:isPartOf"--> c7 bind1[/"count(*)"/] bind1 --as--o v2