Difference between revisions of "Which pair of directors have co-directed the most movies together? (Q129)"

From QAWiki
Jump to navigation Jump to search
(‎Created claim: instance of (P1): question (Q1))
(‎Created claim: query (P11): 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)
Property / query
 
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
Property / query: 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 / rank
 
Normal rank

Revision as of 00:53, 6 February 2022

No description defined
  • Which director duo have directed the most films together?
Language Label Description Also known as
English
Which pair of directors have co-directed the most movies together?
No description defined
  • Which director duo have directed the most films together?

Statements

0 references
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