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
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
  • 656
  • 1
  • 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
  • 2
  • 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,490
  • 5
  • 40
  • 68
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
  • 577
  • 1
  • 5
  • 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,154
  • 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,490
  • 5
  • 40
  • 68
-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
  • 183
  • 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
  • 15
-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,193
  • 3
  • 14
  • 32
-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,593
  • 4
  • 23
  • 44
-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,249
  • 1
  • 14
  • 26
-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,728
  • 10
  • 43
  • 111
-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,109
  • 1
  • 12
  • 30
-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
  • 323
  • 2
  • 9
  • 21
1 2 3
43
44