query-27153eddac4eaf8b486f935213378cec
rq turtle/ttl
- Most linked-to franchises:
Use at
- https://query.wikidata.org/sparql
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 ?franchise ?franchiseLabel (COUNT(?item) as ?items) WHERE {
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
?franchise wdt:P31 wd:Q196600.
?item ?propertyRel ?franchise.
?propertyItem wikibase:directClaim ?propertyRel.
}
GROUP BY ?franchise ?franchiseLabel
ORDER BY DESC(?items)T
Query found at