Simple Wikipedia-style list showing TV shows that are spin-offs of other TV shows.Implemented in response to Alec's challenge.
ListOfTvSpinoffs
top ↑
We can also tell you ListOfTvSpinoffs is a
If you know more about ListOfTvSpinoffs, you can add more facts here »
Similar topics in Freebase
-
Map of Freebase Users
A nifty mashup with Google Maps created by Will Moffat. You can see what cities Freebase users hail from or search for a specific username. (To run this app, click the Web Link).For more, see Will's blog hamstersoup -
FMDb
A simple MJT application for searching and browsing Freebase movie data. While it won't replace IMDb any time soon, it will help new MJT developers understand how easy it is to build simple, standalone Freebase-powered web applications. -
Show users in group
Shows the details of users in a Freebase group. Defaults to "Metaweb Staff"TODO: Make selectable list of groups. -
FGDb
FGDb is the Freebase Games Database Browser (developed mostly by extending the FMDb, using MJT).It's a basic browser for board games, which allows you to drill down (so, for instance, choose "Genre.. German Games" and note that it will tell you which Designers and Publishers match).Currently in 0.1... -
MJT Auto-suggest demo 2
Simple example of auto-complete in MJT. Notice how the thumbnail updates as you navigate the menu.Update: (For most cases, the Freebase Suggest library is now a better implementation of this functionality)TODO:make more generic (not just for films)try using the undocumented autocomplete service -
MJT run(args) demo
-
MJT task demo
A simple demo showing how to write your own runQuery() function that can run any query.This is the fundamental technique required to write your own AJAX mjt apps. (No page reloads required) -
MJT Error reporting demo
An example of how the MJT library could be extended to support 'phone-home' error reporting.If you click on one of the buttons the MJT application will break, an error message will appear which lets you sent an instrumented bug report back to the developer.Important: The error reporting API is a... -
MJT Cursor demo
This example app demonstrates a number of concepts: Notes If you start to develop Freebase applications you then at some point you will inevitably see the error message “Query timeout” For example, if you wanted to get a list of Musical Artists in Freebase you might try this query { “query... -
ListApps
Displays a list of Freebase Applications. Also exposes a ultra-light test framework that I'm working on.