query-92ad57004daa96c5ced4c59d7b59a6c1

rq turtle/ttl

Statistics of properties of the item TODO

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?property ?propertyLabel (COUNT(?property) AS ?count) WHERE { 
  wd:Q12823 ?p [] .
  ?property wikibase:claim ?p .
  SERVICE wikibase:label { bd:serviceParam wikibase:language 'en' }  
} GROUP BY ?property ?propertyLabel

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?count") v1("?p") v2("?property"):::projected a1((" ")) c4(["bd:serviceParam"]):::iri c6(["en"]):::literal c1(["wd:Q12823"]):::iri c1 -->v1--> a1 v2 --"wikibase:claim"--> v1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c4 --"wikibase:language"--> c6 end bind1[/"count(?property)"/] v2 --o bind1 bind1 --as--o v3