chrisbenincasa / teletracker

Apache License 2.0
0 stars 0 forks source link

Use wikidata id joins to find other external ids and search filters #348

Closed chrisbenincasa closed 4 years ago

chrisbenincasa commented 5 years ago

Useful Wikidata

https://www.wikidata.org/wiki/Wikidata:List_of_properties/award award received (P166) / nominated for (P1411) / Academy Awards Database film ID (P6145)/ Academy Awards Database nominee ID (P6150) Could power dynamic lists like: Oscar Nominees, Oscar Winners, Movies with grammy award winning sound tracks, etc.

https://www.wikidata.org/wiki/Wikidata:List_of_properties/time publication date (P577): date or point in time when a work was first published or released Use: for situations where we don't have a release date for an item

https://www.wikidata.org/wiki/Property:P179 part of the series (P179) series which contains the subject

chrisbenincasa commented 5 years ago

For instance, we can find a link to https://bechdeltest.com/ for movies (and could provide filters like "Movies on Netflix that pass the Bechdel Test")

chrisbenincasa commented 4 years ago

We have some code to power this in a manual way now. Closing in favor of more specific tickets to use this data.