Questions tagged [freebase]

Freebase was a large, Google owned, community-edited, general knowledge semantic database that could previously be accessed via a RESTful API. It was shut down in 2016.

Freebase was a large, community-edited, general knowledge semantic database that could be accessed via a RESTful API. Its core information is derived from Wikipedia, MusicBrainz, and OpenLibrary, among other sources. It retains links to those sources, as well as a large number of other sources of strong identifiers (Library of Congress, New York Times, IMDB, etc), allowing cross-referencing among the various sources.

It was originally developed by Metaweb and is now owned by Google. Data can be reused under a CC-BY attribution license.

Freebase was shutdown on May 2, 2016, although extracts of the data are available.

655 questions
-1
votes
1 answer

have troubles downloading the freebase dump file

I am trying to download the dump file (the 22GB zip file) from "https://developers.google.com/freebase/data". It seems like the download link is not available. Is it going to be available soon? Thanks in advance.
Daniel
  • 1
  • 1
-1
votes
1 answer

trim freebase data dump to only English entities

I have a compressed freebase data dump that has all the entities in it. How can I use grep or something else to trim the data dump to only contain english entities? Here is what I am trying to get the rdf dump to look like:…
wordSmith
  • 2,993
  • 8
  • 29
  • 50
-1
votes
1 answer

Freebase find all bands from an artist?

If I have a band member, mid: "/m/0411131" (in this case Jack Barakat from All Time Low. How do I find all the bands he's been in using freebase.search or mql? -thanks
gbachik
  • 1,637
  • 3
  • 17
  • 29
-1
votes
1 answer

Unable to get name of the sport -from team name in android

How to get the name of the sport from professional sport team name from facebook .Currently I am using this code : SELECT page_id,name,type FROM page WHERE page_id IN ( SELECT page_id FROM page_fan WHERE uid=me()) I get the name and type but I…
jason
  • 3,932
  • 11
  • 52
  • 123
-1
votes
1 answer

FreeBase Android Query Returns only 1 result

I am building an Android application. I try to get the data from https://www.googleapis.com/freebase/v1/search Code : query = "'[{'" + "'name': null,'" + "'mid': null,'" + …
Priska Aprilia
  • 1,149
  • 1
  • 15
  • 34
-1
votes
1 answer

Semantic web to develop suggesion search box using vb.net and MQL

am developing a suggestion search box through which user enter any keyword initials and get the suggestions as a down menu (Jquery).The data source I want to use is from Freebase database (freebase.com). I want to use vb.net and Metaweb Query…
Dan
  • 343
  • 3
  • 9
  • 21
-1
votes
1 answer

Freebase api get album by track

I need a Freebase api url to get all music album info searched by artist and composition. For example: Artist: Dark Tranquillity, Composition: Uniformity. Result must contain info from page http://www.freebase.com/m/0txs58q Thanks.
Serge
  • 35
  • 1
  • 5
-1
votes
1 answer

Iterate through entities in Freebase rdf data dump with streaming parser

How can I iterate through the Freebase RDF data dump with a streaming parser and print the title of each entity and it's type ( type/object/type ) in PHP? For example with expat: http://se2.php.net/manual/en/book.xml.php or the new XML reader…
Django Johnson
  • 1,383
  • 3
  • 21
  • 40
-1
votes
1 answer

freebase error when limit goes over 10?

I am trying to retrieve 150 results by querying freebase's db directly I'm passing in my API key which is working fine, I have upped the QPS limit in the google api console to 1000 but when retrving the images i recive the following error: { …
vimes1984
  • 1,684
  • 3
  • 26
  • 59
-3
votes
1 answer

getting error while importing rdf

i was trying to import freebase rdf to google refine but getting an error....but now how to extract topic names with notable type from 18 gb rdf to csv etc....any gui tool ?
user2216267
  • 491
  • 3
  • 8
  • 21
1 2 3
43
44