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

Freebase api get album by track

I need a Freebase api url to get all music album info searched by artist and composition. For example: Artist: Dark Tranquillity, Composition: Uniformity. Result must contain info from page http://www.freebase.com/m/0txs58q Thanks.
Serge
  • 35
  • 1
  • 5
-1
votes
1 answer

Iterate through entities in Freebase rdf data dump with streaming parser

How can I iterate through the Freebase RDF data dump with a streaming parser and print the title of each entity and it's type ( type/object/type ) in PHP? For example with expat: http://se2.php.net/manual/en/book.xml.php or the new XML reader…
Django Johnson
  • 1,245
  • 3
  • 20
  • 37
-1
votes
1 answer

freebase error when limit goes over 10?

I am trying to retrieve 150 results by querying freebase's db directly I'm passing in my API key which is working fine, I have upped the QPS limit in the google api console to 1000 but when retrving the images i recive the following error: { …
vimes1984
  • 1,675
  • 2
  • 25
  • 54
-3
votes
1 answer

getting error while importing rdf

i was trying to import freebase rdf to google refine but getting an error....but now how to extract topic names with notable type from 18 gb rdf to csv etc....any gui tool ?
user2216267
  • 481
  • 2
  • 8
  • 21
1 2 3
43
44