Freebase Data Dumps

Freebase provides full data dumps of all the current facts and assertions in our system. You've always been able to use our developer API to access this information, and we've recently made it easy to export tabular data about a single Freebase type through our website, but now for the first time you can grab everything in one convenient package.

Freebase data dumps are complete, general-purpose extracts of the Freebase data in a variety of formats. We will be releasing a fresh data dump every three months.

Data Dumps

Two formats are currently available:

  1. TSV - a tab-separated file for each type in Freebase, suitable for loading into spreadsheets or database software. Each line in these files represents an instance of a Freebase type, the columns represent the available properties for the type. You may download the full set, or browse Freebase domains and types to find specific data sets.

    The March 2008 full download is approximately 250Mbytes compressed in the Bzip2 format.

    The March 2008 browseable set contains 1266 TSV files in 70 domains.

  2. Link Export - A full dump of Freebase assertions in a simple utf8 text format. This is a complete "low level" dump of data which is suitable for post processing into RDF or XML datasets.

    The format of the link export is a series of lines, one assertion per line. The lines are tab separated quadruples, <source>, <property>, <destination>, <value> An assertion is a statement of fact about the <source> object.

    In any assertion, either the <destination> or <value> or both <destination> and <value> are present.

    A sample of this output is available.

    The March 2008 Link Export contains approximately 82MM assertions and is approximately 540 Mbytes compressed in the Bzip2 format.

License

Freebase Data Dumps are provided free of charge for any purpose with regular updates by Metaweb Technologies. They are distributed, like Freebase itself, under the Creative Commons Attribution (CC-BY) license and use is subject to the Freebase Terms of Service. If you include the data from these data dumps in a website or application, you must attribute us as described in our Licensing Policy.

Contact

Questions and comments about these data dumps should be directed to the Freebase Developer Email List.

Citing

If you'd like to cite these data dumps in a publication, you may use:

Or as BibTeX:

@misc{metaweb:datadumps,
  title = "Freebase Data Dumps" 
  author = "Metaweb Technologies",
  howpublished = "\url{http://download.freebase.com/datadumps/}",
  edition = "March 28, 2008",
  year = "2008"
}