query-4a2580e7cfc73ea24037ec01cbf82e12

rq turtle/ttl

TODO

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item (COUNT(?value) as ?count) WHERE {
  ?item wdt:P31 wd:Q13442814.
  ?item ?prop ?value.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en,en"  }  
} GROUP BY ?item LIMIT 100

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?count") v1("?item"):::projected v2("?prop") v3("?value"):::projected c2(["wd:Q13442814"]):::iri c4(["bd:serviceParam"]):::iri c6(["#91;AUTO_LANGUAGE#93;,en,en"]):::literal v1 --"wdt:P31"--> c2 v1 -->v2--> v3 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c4 --"wikibase:language"--> c6 end bind1[/"count(?value)"/] v3 --o bind1 bind1 --as--o v4