SPARQL Query: All video works that are parts of other works
Note: Click on a node in the graph to highlight its links to other nodes and get additional data. Use the orientation buttons at the top center edge of the window to see alternative layouts of the graph.
Query:
To run this query yourself, copy and paste the code below in the gray box into the Wikidata Query Service. Click here for a tutorial and notes on how to modify this query or write your own!
Query source code:
#defaultView:Graph SELECT ?item ?itemLabel ?other_works ?other_worksLabel WHERE { SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } ?item wdt:P1343 wd:Q91439317; wdt:P31 wd:Q838948. FILTER ( ?item != wd:Q95099146) FILTER ( ?item != wd:Q94993998) ?item wdt:P527 ?other_works. ?other_works wdt:P31 wd:Q20742776. } LIMIT 1000