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

Fetching RDF for a topic from Freebase

I am trying to replicate the example code in https://developers.google.com/freebase/v1/rdf-overview#rdf-documentation to obtain the RDF for a particular topic and store the result in rdflib. After setup, the url…
user1748083
  • 137
  • 6
0
votes
0 answers

Freebase MQL query issues

below is my query code.. I am trying to put together several types to get one query to build a set of data off of...but the query does not work from php, it does work inside of query editor on freebase.com
Andrew
  • 136
  • 2
  • 11
0
votes
1 answer

Google FreeBase Api - problems with querying

I am trying to query the google freebase Api. this is the query I want: http://www.freebase.com/query?autorun=1&q=%22id%22:%22/m/0bth54%22,%22/film/film/imdb_id%22:[] and when I try to search the google api to return json it raise error with this…
Gidi
  • 181
  • 1
  • 10
0
votes
2 answers

Unable to find com.google.api.client.htpp.javanet.NetHttpTransport in Android Application

I am trying to implement http://codify.freebaseapps.com/?request=https%3A%2F%2Fwww.googleapis.com%2Ffreebase%2Fv1%2Fsearch%3Fquery%3DBlue%2BBottle&title=Simple%20Search inside an android application. I have the correct api key installed and matched…
laser21
  • 1
  • 1
0
votes
1 answer

Error 400 on some topicId queries with YouTube API V3

I've noticed that the V3 API returns a 400 error for some values of topicId, while it generally works fine. E.g. https://www.googleapis.com/youtube/v3/search?part=snippet&maxResults=10&type=video&key={API-KEY}&topicId=%2Fm%2F0k_qlf Error 400:…
0
votes
1 answer

Dynamic mql_filter on Freebase Suggest

Is it possible to dynamically add an mql_filter to constrain results from a Freebase Suggest control? $(function() { $("#button").onclick(function() { // add an mql_filter to #film, a Freebase Suggest control }); …
Matt Norris
  • 8,596
  • 14
  • 59
  • 90
0
votes
1 answer

Faraday - Multiple GET param request to Freebase API

I am stuck trying to get Topic information from the Freebase API. This is mostly a Ruby Faraday question anyways. So I request at the following…
ArtPulse
  • 365
  • 4
  • 16
0
votes
1 answer

This MQL query does not return complete results

I have run the following query in the Freebase MQL query editor: [{ "id" : "/en/barack_obama", "/type/reflect/any_master": [{ "link" : null, "name" : null }], "limit": 200 }]​ I believe this should return all the links that originate from…
London guy
  • 27,522
  • 44
  • 121
  • 179
0
votes
1 answer

Is there a web interface to query Freebase RDF data using SPARQL?

I know that Freebase recently uploaded their data in form of a RDF file. Is there any web interface where I can query this RDF data via a SPARQL end point? Also, is there any web portal where I can upload this RDF file and then query it using…
London guy
  • 27,522
  • 44
  • 121
  • 179
0
votes
1 answer

How get full description from freebase

I often get description of person that end in the middle of sentence like this: https://www.googleapis.com/freebase/v1/text/en/dr_luke Why it happens and how to get full descriptions? Thank you
Alexey
  • 2,326
  • 5
  • 17
  • 27
0
votes
1 answer

local web application along with freebase App

i was just wondering if it is possible to write queries and do processing on the result (requery and do further process if required) all this as a part of a 'freebase App' on freebase.com. And then create a local Web application on my laptop using…
Robert
  • 79
  • 1
  • 7
0
votes
1 answer

https://usercontent.googleapis.com/freebase/v1/imageID return "Domain Type Forbidden"

https://usercontent.googleapis.com/freebase/v1/image/en/jenni_rivera https://usercontent.googleapis.com/freebase/v1/image/en/bob_dylan return { "error": { "errors": [ { "domain": "global", "reason":…
Alexey
  • 2,326
  • 5
  • 17
  • 27
0
votes
1 answer

How to get number of edits made by a user in freebase?

I am trying to get number of topics added, edited and deleted by certain users. I am able to get number of topics using following query: [{ "creator": "/user/getsaurabhsaxena", "name": null, "id": null, "mid": …
Saurabh Saxena
  • 3,005
  • 10
  • 31
  • 46
0
votes
1 answer

How to submit URL of official website of topic using Freebase Loader (or other ways to import)?

Is it possible to submit URLs of websites of topics using Freebase Loader? For example, I want to upload organizations with URLs of their websites: /type/object/name (what_here?) /type/object/type …
kolen
  • 2,752
  • 2
  • 27
  • 35
0
votes
1 answer

Searching for a property in Freebase

What would be the MQL query if I want to search for a property that has a particular string either in its name or the actual link path. For name, I was able to put a ~= matching on the name property, but not in the link path. I tried to use the ~=…
London guy
  • 27,522
  • 44
  • 121
  • 179