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
1 answer

Using the Freebase search api mql_output parameter to obtain linked data

I am trying to use the freebase search API to obtain the parties of specific politicians as well as general biographical data (using php). I know that the search api passes the id of each search result found to an MQL query specified by the…
Mark
  • 402
  • 1
  • 3
  • 11
0
votes
1 answer

How to get freebase image license?

Here to the left it says that some freebase images are Specifically Licensed and to use them I have to attribute the original creator, link to the correct license, and link to the Freebase image page. The problem is, how do I get the license type…
kimg85
  • 113
  • 1
  • 2
  • 7
0
votes
1 answer

What would the freebase MQL query for this?

I want to find the ceo of IBM. What would be the MQL query for this?
London guy
  • 27,522
  • 44
  • 121
  • 179
0
votes
0 answers

Add FreeBase API fails in Eclipse Juno

I have a new Google App Engine project (1.7.3) and want to add the FreeBase API through the GPE tooling --> Add Google APIs. I have an older project where I succesfully downloaded the API which resulted in this classpath entry:
mpjjonker
  • 917
  • 1
  • 6
  • 28
0
votes
1 answer

Is Freebase a key-value store?

How does freebase storage system works? Does it use a type of distributed key value store like Cassandra or MongoDB? I have been looking for documentation regarding the details of this..
polerto
  • 1,750
  • 5
  • 29
  • 50
0
votes
1 answer

Querying Freebase for entitities containing more than one word

I am tinkering with Freebase search api. I am searching for entities and interested in scores returned by Freebase. According to http://wiki.freebase.com/wiki/Search_Service , score is defined as score: the score of this result - scores are out of…
Skandh
  • 426
  • 3
  • 18
0
votes
1 answer

Retrieve specific text freebase/WEX python re

let's say I have text/string like this This is something before any tag, today's date is 09-06-2012 blah blah content of first tag This is the first sentence in my paragraph that needs to be
crazyim5
  • 706
  • 2
  • 9
  • 26
0
votes
1 answer

freebase api - restore content by GUID

I'm trying to get topic details by guid, since it is the only parameter I've got from the client. Is it possible to get all details regarding topic by it's guid? I was trying with "trans raw" but very small amount of information were returned from…
jMn
  • 238
  • 1
  • 3
  • 11
0
votes
1 answer

Large Freebase query with python 2.7 on GAE

I need to query about 30000 entities from Freebase using Python on GAE. This has been my evenings journey so far: Firstly, I attempted to use the solution using the 'cursor' key from here: how to increase freebase API result limit. But I hit the…
waigani
  • 3,570
  • 5
  • 46
  • 71
0
votes
1 answer

MQL - checking whether a topic has an associated image

I am using the Freebase Image Service eg. Image of Arnie However, many of the topics don't have images eg. Lord Voldemort How do I check the topic using MQL (and PHP) to see whether it has an associated image?
txchou
  • 647
  • 1
  • 6
  • 15
0
votes
1 answer

What are some better ways to create Topic Hubs automatically

I wish to create something similar for my app like: http://www.facebook.com/pages/English-Language/106059522759137 http://www.freebase.com/view/en/barack_obama I could make use of Freebase data or Wikipedia data or any other data but I am totally…
Arpit Tambi
  • 1,194
  • 1
  • 8
  • 15
0
votes
1 answer

freebase api error on deployment to appengine: DownloadError: ApplicationError: 2

I'm using google.appengine.api urlfetch to preform the following freebase MQL query: https://api.freebase.com/api/service/mqlread?queries={"q1": {"query": [{"subjects": [{"name|=": ["doubt","trust"]}], "type": "/media_common/quotation", "name":…
waigani
  • 3,570
  • 5
  • 46
  • 71
-1
votes
1 answer

Which database is Freebase.com using?

Is it a custom database, or are they using a 'classic' triple store ?
Eric Abouaf
  • 193
  • 1
  • 7
-1
votes
1 answer

Need to figure out this source code of freebase quad rdfize

I have looked all over internet but found only this single piece of source code that seems to convert freebase quad data to rdf triples. I checked out this source code using tortoiseSVN and tried running it in Netbeans 7 (with pre-installed maven).…
abhinav
  • 341
  • 1
  • 4
  • 18
-1
votes
1 answer

Is it possible to harvest videos of a topic from YouTube and how?

I want to do some video classification experiments and I need a dataset about pet videos. Can I harvest videos on YouTube? I know Youtube has this awesome api: Freebase Topics. But from the example it provides, I can only get the name of the videos…
Demonedge
  • 1,363
  • 4
  • 18
  • 33
1 2 3
43
44