Which pair of directors has co-directed the most movies together? (Q129): Difference between revisions
Appearance
Changed claim: mention (P38): directed |
Changed [es] label: ¿Qué par de directores ha dirigido el número máximo de películas juntos? |
||
| label / es | label / es | ||
¿Qué par de directores ha dirigido el número máximo de películas juntos? | |||
Revision as of 23:30, 12 March 2026
No description defined
- Which director duo has directed the most films together?
| Language | Label | Description | Also known as |
|---|---|---|---|
| English | Which pair of directors has co-directed the most movies together? |
No description defined |
|
Statements
SELECT ?obj1 ?obj2 WHERE { ?subj wdt:P31/wdt:P279* wd:Q11424 . ?subj wdt:P57 ?obj1 . ?subj wdt:P57 ?obj2 . FILTER(?obj1 != ?obj2) } GROUP BY ?obj1 ?obj2 ORDER BY DESC(COUNT(DISTINCT ?subj)) LIMIT 1
0 references