query-92ad57004daa96c5ced4c59d7b59a6c1
Statistics of properties of the item TODO
Use at
- https://query.wikidata.org/sparql
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
- https://www.wikidata.org/wiki/User:Infovarius/Queries
- https://www.wikidata.org/wiki/Wikidata:Request_a_query/Archive/2018/11
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