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.

649 questions
28
votes
1 answer

Where does Python root logger store a log?

I'm using the Freebase Python library. It creates a log before executing: self.log = logging.getLogger("freebase") Where is this log in the file system? It's not in the executing directory or tmp.
Matt Norris
  • 7,408
  • 11
  • 51
  • 88
16
votes
1 answer

Freebase / DBpedia / wikidata.org -- differences

I'm looking to enhance several "objects" in my application with human-readable data. To that end, I've seen Freebase, DBpedia and wikidata.org, and am currently working with Freebase. I can't help but wonder, though, what I am missing. So: what's…
Nitzan Shaked
  • 12,530
  • 5
  • 42
  • 54
15
votes
1 answer

Including external libraries using the Rails 3.1 asset pipeline

Background: I wish to use freebase suggest in my app. I intend to add an autocomplete to the #location input using coffeescript: $ -> $("#location").suggest type: "location" Which will be included by the asset pipeline at require_tree in my…
14
votes
1 answer

Knowledge Graph API in BigQuery

Is there a dump of the Knowledge Graph API on BigQuery or can I query Knowledge graph API via BigQuery SQL language? Felipe has this wonderful talk on querying Freebase via SQL but Freebase is no more updated. Any chance I can do the equivalent of…
Quintin Par
  • 14,646
  • 27
  • 87
  • 142
14
votes
4 answers

How to empty div before append

I'm using Freebase Search Suggest to bind a certain keyword to a getJson request. The problem is that I bind getJson functions and the corresponding .append/.prepend functions to to the input field that has the search suggest. Now if want to…
Karsten Tietje
  • 249
  • 2
  • 4
  • 15
12
votes
3 answers

Google Freebase Search API Alternative?

Google deprecated their Freebase Search API, and is transferring things over to Wikidata, however there appears to be no replacement for their Freebase Search API (https://developers.google.com/freebase/v1/search-overview) that: Autosuggesting…
asnyder
  • 691
  • 8
  • 16
11
votes
1 answer

Google Freebase API How To Get URL Of Image?

So, I am trying to figure out how to get URL to an image in Freebase database. I want an image of San Francisco. This is how I get the San Francisco topic: https://www.googleapis.com/freebase/v1sandbox/topic/%2Fen%2Fsan_francisco?key=MY_API_KEY The…
Richard Knop
  • 73,317
  • 142
  • 374
  • 539
11
votes
2 answers

Freebase: What data dump file contains the "imdb_id"?

I run IMDbAPI.com and have been using Bing's Search API for finding IMDb ID's from title searches. Bing is currently changing their API over to the Azure Marketplace (August 1st) and is no longer available for free. I started testing my API using…
bfritz
  • 2,370
  • 1
  • 18
  • 29
10
votes
2 answers

How to get place description using Google API or any other API?

I am using Google API to get the place information and store it into database. Using Google API I am able to get address, opening hours, rating and reviews as shown in below image. But, I am not able to get place description which is highlighted in…
10
votes
3 answers

Extracting a subset data of Freebase for faster development iteration

I have downloaded the 250G dump of freebase data. I don't want to iterate my development on the big data. I want to extract a small subset of the data (may be a small domain or some 10 personalities and their information). This small subset will…
nizam.sp
  • 3,764
  • 4
  • 34
  • 59
9
votes
5 answers

Use freebase data on local server?

Are there any existing ways of using the freebase data dumps to create a database similar to what freebase offers, but on you own server? Pretty much freebase but locally and not through the API? I guess it would be possible to create, but are there…
freakshow
  • 451
  • 8
  • 16
9
votes
2 answers

How can I convert a Freebase query to a Wikidata query?

Using this Freebase query as an example, how can I run the same query using the Wikidata api? [{ "id": null, "name": null, "type": "/film/film", "/film/film/directed_by": "Steven Spielberg", "/film/film/genre": "Drama", …
miguel
  • 321
  • 1
  • 3
  • 9
8
votes
3 answers

Import Freebase to Triplestore

I'm currently planning a big project containing big data. I already used the search and all results tell me that it's not possible to import Freebase into any triplestore without usage of 3rd Party Tools like BaseKB or Freebase to RDF As I can see,…
smith64fx
  • 309
  • 2
  • 10
7
votes
6 answers

debugging activeresource

I'm trying to get activeresource (on Rails 3.2) working with the Freebase API and I haven't had much luck yet. How can I debug rails to see what's going on and make sure the request is well formed? I think the suffixed .json is causing the failure…
ere
  • 1,689
  • 1
  • 19
  • 39
7
votes
6 answers

How to store data like Freebase does?

I admit that this is basically a duplicate question of Use freebase data on local server? but I need more detailed answers than have already been given there I've fallen absolutely in love with Freebase. What I want now is to essentially create a…
Bruce van der Kooij
  • 2,175
  • 1
  • 17
  • 29
1
2 3
43 44