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
0
votes
2 answers

How do I use the influence node on Freebase?

I am looking to search for influential people from Freebase database. I have tried to look at this but I can't get my head around developing the query to get a bug-free result. Here's the link: www.freebase.com/influence/influence_node.
Ali Gajani
  • 14,762
  • 12
  • 59
  • 100
0
votes
1 answer

Parse data from freebase with perl

I have problem to parse data with my crawler I'm writting in perl from freebase. I'm trying to pull out data from this URL:…
0
votes
1 answer

How to get a list of video games names in Freebase

What is the best way to get a list of the names of all video games in Freebase? Any idea? Thanks!
0
votes
1 answer

Freebase supermarkets/grocery stores/food shops

I'm using Freebase API to get some geolocation. Is there any way to get all supermarkets/grocery stores/food shops from world map? I found out type:/base/services/grocery_store but it gives only 6 results. Is there some type that gives much bigger…
proSunny
  • 66
  • 5
0
votes
1 answer

How to use Freebase API in a PhoneGap Build app?

Can someone please explain, how to properly use Freebase API in a PhoneGap Build app? From the Google Developer API console, I understand that you need different API keys for Android and iOS apps? If it is so, then how can I deploy the same PhoneGap…
Andris Gauračs
  • 398
  • 6
  • 20
0
votes
1 answer

Controlling output on MQL query -- search by a field, but not output it

I am curious if I can control the results of a query so that it will not display the a particular field in the query. For instance... query: [{ "id": null, "name": null, "type": "/people/person" }] result: { "result": [ { "type":…
user377162
  • 95
  • 1
  • 7
0
votes
1 answer

Obtaining topic description in search api

I seem to be having problem pulling out the text content of the following query without making another call: http://tinyurl.com/mgsewz2 via the mqlread api { "id": "/en/alcatraz_island", "/common/topic/description": [{}], …
Nora Olsen
  • 983
  • 2
  • 10
  • 22
0
votes
2 answers

Freebase API return raw JSON

The URL https://www.googleapis.com/freebase/v1/topic/en/alps returns a JSON string that is nicely formatted for reading. How can I tell Freebase to return the raw JSON string without all the unnecessary characters?
Flavio
  • 846
  • 1
  • 9
  • 21
0
votes
1 answer

How to search freebase for given names

Context: I am geek but brand new to the Freebase APIs. I found this page describing Given Name type on Freebase and have tried to query it and am meeting with frustration. I have tried: [{ "domain": "/base/givennames", "given_name":…
Matthew Nichols
  • 4,866
  • 4
  • 41
  • 48
0
votes
2 answers

Batching of Freebase API calls possible?

In my PHP application, I input from the user the movies that he likes, and then I query the Topic API to retrieve details on each movie. Is there a way to batch the calls so that I don't have to make multiple http requests? For eg., if the user…
Ninja
  • 5,082
  • 6
  • 37
  • 59
0
votes
1 answer

how to offset results when retrieving data from freebase

is there a way to offset results when retrieving data from a query like below? is there a property like "limit: x, but just for offsetting (besides…
Jmumby Clasul
  • 441
  • 1
  • 7
  • 9
0
votes
1 answer

gapi.client.freebase.mqlread returns empty result

I'm trying to use the freebase javascript api. The following doesn't return any results ... var query = [{'type':'/people/person','id':null,'name':null}]; gapi.client.setApiKey('API-KEY'); gapi.client.load('freebase', 'v1', function(){ …
bwgz57
  • 51
  • 4
0
votes
1 answer

How do I update a non-unique property in Freebase?

I've been working on a calorie counter and I'm slowly making progress on my MQL write. The issue that I'm having currently is updating the recipe itself which is in the /common/topic/description property. The query that I am using currently is: [{ …
dysbulic
  • 3,005
  • 2
  • 28
  • 48
0
votes
1 answer

Freebase image URLs -- which is it?

The documentation (https://developers.google.com/freebase/v1/topic-response#references-to-image-objects) says it is https://usercontent.googleapis.com/freebase/v1/image/... However, the freebase.com web site creates links to images using the…
Nitzan Shaked
  • 13,460
  • 5
  • 45
  • 54
0
votes
1 answer

How do I fetch text blurbs using open refine 2.6?

I am running a very simple exercise where I have a list of people's names that have been already reconciled via freebase, from within Open Refine. The Github repository for Open Refine clearly indicates that fetching Properties against a reconciled…
Luis Miguel
  • 5,057
  • 8
  • 42
  • 75