Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p><em>Disclosure: I work on Freebase at Google.</em></p> <p>The music data in Freebase is one of our strongest areas and is going to continue to get broader and richer as we continue to load more datasets. For example, we import data from MusicBrainz, clean it up and match the topics against existing topics in Freebase to avoid duplicates.</p> <ol> <li><p>In terms of downsides, you should be prepared to work with a lot of data. For example, Freebase currently has <a href="http://www.freebase.com/queryeditor?q=%5B%7B%22id%22:null,%22name%22:%22John%20Smith%22,%22type%22:%22/music/group_member%22%7D%5D&amp;autorun=true" rel="nofollow">4 musical artists named "John Smith"</a> which may or may not be useful for your application but you'll still need to figure out which one(s) map to the John Smith that your users are interested in. We call this "reconciliation" and its necessary so that your app knows precisely which topics to query the API for.</p> <p>Since you mentioned music venues I should also point out that while Freebase has a lot of data about places, we don't yet have a geosearch API so you'd need to roll your own if that's something you need.</p> <p>Since anyone can edit Freebase, you should also consider using <a href="http://wiki.freebase.com/wiki/Data_linkage_guidelines#How_do_I_protect_my_site.2Fapplication_from_malicious_edits_in_Freebase.3F" rel="nofollow">as_of_time</a> to protect your site against vandalism.</p></li> <li><p>Freebase is great for developers because you can easily jump in and clean up bad data or add missing topics. However, one area that has always been a challenge is loading large amounts of data from outside of Google. We've built the <a href="http://openrefine.org/" rel="nofollow">OpenRefine</a> which allows folks to upload datasets, but these datasets must pass a QA process that takes some time to complete. Its necessary to have these QA processes to maintain the level of quality in Freebase, but it does slow down the process of loading large datasets.</p></li> </ol> <p>I really hope that you choose to make use of Freebase music data to build your company. I know that there are already a number of music startups happily using our data.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload