Freebase Application Filter Freebase Application topics

Share This
table started by danm for the Freebase Commons
'Freebase Application' is a type used to describe applications developed using MQL and the Freebase API. more
+

x

 
 
x name x image x Developed By (user) x Oauth Enabled x article
+

Do you know something that's missing from this view? Add it!

If you have a list you can use our wizard to match it with topics that may already be in Freebase.
Go to the import tool »
x Image Search ALKAGSLOGO.jpg daepark  
A simple gallery of images based on a search term. It will display,

- images related to topics matching the search term

- images with the search term in the name

- images with the search term in the caption
x Akuma Movie Game Movie game screenshot vtalwar  
This addictive movie guessing game lets you expose clues one at a time in an effort to figure out the movie title. If you've mastered the movies in English, try the international ones!
x Cinespin cinespin.jpg ketananjaria  
CineSpin is a graphical browser for films, actors and directors. Try CineSpin now. Note: CineSpin requires Flash 9.Make sure at least version 9,0,28,0 is installed. http://www.macromedia.com/software/flash/about/
x MJT Type Browser Picture 2.png nix  
This is a very high-speed and geeky domain and type browser for Freebase written in MJT.
robert
nick
x Freebase Type Viewer typeviewer.jpg darin  
The Type Viewer provides a simple visualization of types and properties. You need a browser enabled with Java 1.4.2 (or later).
x Concierge Picture 3.png    
Concierge is a Restaurant Locator. Currently it contains US cities only and the data comes from Chefmoz. However, more restaurant data can be entered by adding restaurants and cuisines to the dining domain. Why not add your favorite restaurant in...
x Soundline Soundline.JPG ketananjaria  

Timeline view of musical artists and albums by decade and genre.RequirementsRequires login to either freebase or sandbox depending on url used to access.Requires Flash 9. Make sure at least version 9,0,28,0 is installed.

http://www.macromedia...
x Query Builder Picture 4.png william  
The query builder is a tool for creating visual representations of a MQL query, based on a hierarchical view of types and properties. You can try it here.
x FMDb Picture 3.png jh  
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...
x Freebase to RDF proxy      
Simple - a proxy to turn Freebase's data in to RDF.
x ListOfTvSpinoffs   willmoffat  
Simple Wikipedia-style list showing TV shows that are spin-offs of other TV shows.Implemented in response to Alec's challenge.
x History of a Day History of a day screenshot jack  
This app was rewritten in javascript and is now at wiggleback.com See what happened on a given day over a number of years. Shows images and additional types for each topic.  Results display in a table which can be sorted by year, topic name, property...
x Freebase Structure to SKOS      
Like Tom Morris' suggestion for Freebase to RDF Proxy, I think it would be highly useful to be able to export Freebase topics and relatedness structure to SKOS (Simple Knowledge Organization System).
x Map of Freebase Users Map of initial Freebase users willmoffat  
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
x User History   jack  
View recent edits by a specified user.Some enhancement ideas...what might be really powerful is to have the first view display only the topics/types edited with the ability to expand on any item to see the edits madeediting the URL is OK, but would...
x Tablizer   jack  
The MJT script takes a specfied MQL query and shows results in a table. Each column represents a property. If a property has multiple values they are displayed in the same cell separated by commas. This is a very very rough hack prototype....
x MapIt   willmoffat  
This app is currently broken. A map-building query editor. (Generic version of Map of Freebase Users.)TODO:Fix app!Rewrite in jQueyrThis needs an intuitive user-interface Update with FF3, IE fixes from Map of Freebase usersSupport co-types.
x Pivot   jack  
Pivot around related topics like films, actors, and directors. Specify a single query that includes types you want to pivot around. 
x Film Faves   jack  
Lists some films that are favorites of multiple Freebase users.
x MqE   nix  
MqE is a Metaweb Query Explorer.MqE combines a MQL query builder with a compact and complete display of the results.It is useful on its own for exploring Freebase or as a tool for constructing and debuggingother clients of the API.
x Archiportal Architecture GIS Application Icon zakstein  
This is a map mashup that displays architectural locations. You can search by various criteria. It's hosted here: http://dev.mqlx.com/~zak/arch  original specifications: In a side or top div it presents the user with autocomplete inputs for: And...
x FGDb   synedra  
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...
x MJT Auto-suggest demo 2   willmoffat  
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)...
x MJT Cursor demo   willmoffat  
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...
x Google Map demo   willmoffat  
Minimal demo showing how to display Freebase data in Google Maps.This data for this app is loaded from a static .js file rather than dynamically from Freebase. Developing your query in the Query Editor and then copy/pasting the data is a good way to...
x MJT Error reporting demo   willmoffat  
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...
x MJT run(args) demo   willmoffat    
x MJT task demo   willmoffat  
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) 
x Show users in group   willmoffat  
Shows the details of users in a Freebase group. Defaults to "Metaweb Staff"TODO: Make selectable list of groups.
x ListApps   willmoffat  
Displays a list of Freebase Applications.  Also exposes a ultra-light test framework that I'm working on.
x Influence Walker Randomwalk.png mikelove  
Two versions of this application, which runs on the Freebase Influence data. The first version displays weighted lines scrolling from the top by randomly following influence connections between people. The second version displays one influence...
x Freebase Suggest freebase-suggest.png daepark  
This jQuery plugin is used to implement the search box and reconcile user input on edits at Freebase.com. It is now being opened to the community so that any developer can reconcile user input against topics in Freebase.
willmoffat
x Freebase Browser FreebaseBrowserScreenShot3.gif jlweaver  
The Freebase Browser is a rich-internet application that enables the user to browse Freebase data effectively.
x Freebase wine browser Wine browser screenshot ontologyonline  
Select a property (seen in blue to the left - 'Wine Region' for example ), make your choice and hit the 'Search' button (will become visible after selecting a property with values) to refine your search. Select the property again to remove the...
x Mjt introductory tour   nix  
Mjt is a templating system that can run entirely in the browser. This app demonstrates most of the constructs in the template language.
x Freebase recent comments   crism  
Shows the most recent discussion posts in the context of their threads.
x Most recent edits on Freebase   nix  
A geeky view of the most recent edits on Freebase.com
x Minimal mjt example   nix  
The smallest possible mjt application.(Use this as a template for your own application)
x MJT Auto-suggest demo 1   nix  
an example of creating a custom autosuggest menu using Freebase This is an implementation of autosuggest pop-up menus using Mjt and jQuery. Menus are Mjt templates that use a particular microformat. The controller is almost completely isolated from...
x Show users in a Freebase Interest Group   willmoffat  
Shows photos of the members of a Freebase Interest Group.
x MetaJam MetaJam front page on SonyEricsson jamesgpearce  
MetaJam provides easy access to simple information about movies (films, actors and directors) and music (artists, albums and tracks) through a mobile-compatible web user interface. Very helpful for when you're leaving the cinema and you can't quite...
x List of countries - a very simple Javascript Freebase demo   willmoffat    
x Freebase Select demo 1   willmoffat    
daepark
x Freebase Suggest demo 2   willmoffat    
x Freebase Suggest demo with MiniTopic   willmoffat    
x Freebase Suggest demo with Tagging   willmoffat    
x Freebase Suggest demo 1   willmoffat    
daepark
x Dipity Timelines 9129_4.jpg      
x Language and Name Browser   will  
This small web application shows you the display names for a freebase topic in various languages.  You can search by name and language.
x Yahoo Image Search with Mjt   nix  
An example showing how to use Mjt with the Yahoo JSON API.
x Google Feed API Client in Mjt   nix  
A Mjt example that displays data from the Google Feed AJAX API.
x Martial Arts Domain Overview   niallo  
An overview of the data in the martial arts domain.
x Mjt Example with inline <script> tag   nix  
This example shows you how to load Mjt from within a blog post.It is possible to run Mjt templates inline in a webpage, even if you don'thave control over the <head> section of the document.
x World City Guide World City Gide    
This Mash Up combines data from Google Maps and Freebase to provide data about the world's major cities. Guide books and other city-related info provided from Amazon.
x History Of Sciences 2 Freebase2.jpg lindenb  
I've been looking for a way to get a structured description of the biographies of the scientists through history. One of my investigation led to wikistory, a webstart application based on the data extracted from Wikipedia by the project DBPedia....
x Free Influencer captureecran.jpg welovethenet  
Free Influencer is a contributing website to define influences' relations between people.
jeromealexandre
albertinemeunier
cornelius_reed
x Incoming Links   jack  
This bookmarklet tool shows incoming links that are not reciprocated. For instance, some users have links to their favorite films. If you look at the film's topic you will not see the user's link because the film topic doesn't have a reciprocal...
x Thing has Thing has mikelove  
Thing has is a 2-search-box interface for finding bits of data listed on Freebase. The first column has a "thing" field, where you write a thing (Mount McKinley, George W. Bush, The New York Times, etc).  I used the excellent Freebase...
x Thinkbase Thinkbase_screenshot01.png Christian Hirsch  
Thinkbase is a visual navigation and exploration tool for Freebase. The application is divided into two frames. The left frame displays an interactive visual representation of the Freebase contents and its semantic relationships in the form of a...
x The Entity Describer ED Logo bgood  
The Entity Describer (E.D.) is a mechanism for intersecting the Semantic Web with the normal Web. It lets Connotea users tag resources on the Web with terms from structured knowledge representation and organization systems. In the first version, E...
ekawas
fuzziebrain
bkuo
paullu
Edit Collection Schema
All topics in this collection are typed as Freebase Application
Use Data from this Collection
Choose a format:

Images and articles are not included in export files, which are limited to 1000 items. Complete data dumps are also available here.

Flag this Collection
Why do you want to flag this collection?