query-6f6e5d8bc335abc4b81e666b363cdb5e

rq turtle/ttl

: (P856)official website To count items with a sitelink to frwiki and

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX schema: <http://schema.org/>
SELECT (COUNT(*) as ?count)
{

  [] schema:isPartOf <https://fr.wikipedia.org/> ; schema:about/wdt:P856 [] .
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?count") a1((" ")) a3((" ")) a2((" ")) c2([https://fr.wikipedia.org/]):::iri a1 --"schema:isPartOf"--> c2 a1 --"schema:about"--> a2 a2 --"wdt:P856"--> a3 bind1[/"count(*)"/] bind1 --as--o v1