query-4280fa5b0e6d385c58f53e903cb00c9a

rq turtle/ttl

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 
{ 
  values ?item {wd:Q12823}
  ?item ?property [].
  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("?item") v2("?property"):::projected a1((" ")) c2(["bd:serviceParam"]):::iri c4(["en"]):::literal bind0[/VALUES ?item/] bind0-->v1 bind00(["wd:Q12823"]) bind00 --> bind0 v1 -->v2--> a1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c2 --"wikibase:language"--> c4 end bind2[/"count(?property)"/] v2 --o bind2 bind2 --as--o v3