Tagged Questions

Freebase is a large, community-edited database that can be accessed using a variety of APIs in a variety of languages.

learn more… | top users | synonyms

5
votes
1answer
382 views

Freebase MQL filter where value != null?

I'm trying to write an MQL query that filters out null values. The query I have now (can be executed using the MQL Query Editor): [ { "/common/topic/image" : [ { "id" : null ...
4
votes
2answers
97 views

Freebase query - exclusion of certain values

I want to retrieve name of all movies and their genre. It's ok if information about genre is empty, but if genre is known I want to retrieve it. "/film/film/genre": ...
4
votes
1answer
1k views

Freebase MQL query for topic summary and image?

I'm trying to write an MQL query to be executed using Freebase API's. I would like to retrieve the topic summary and the image for the topic. I have been able to work out the below query which will ...
3
votes
2answers
793 views

Can jQuery.getJSON put a domain's cookies in the header of the request it makes?

(Note: See also the related question Can browsers react to Set-Cookie specified in headers in an XSS jquery.getJSON() request?) I can't seem to set a cookie (whose name is mwLastWriteTime) in the ...
3
votes
4answers
176 views

How to map subjective data in the semantic web?

I've been looking at the freebase project for storing data. It seems to be a great place to store concrete, objective data like names, locations and dates. Is it a good place to store subjective ...
3
votes
2answers
307 views

Can I export translations of place names from freebase.com

So I've looked at this use of the freebase API and I was really impressed with the translations of the name that it found. IE Rome, Roma, Rom, Rzym, Rooma,로마, 罗马市. This is because I have a database of ...
2
votes
2answers
52 views

Stuck on parsing a JSON response to a Java Object in Android

I am making a query call to freebase and I receive a JSON response. The response has the following structure: { "code": "/api/status/ok", "result": [ { "/common/topic/image": ...
2
votes
1answer
52 views

Robust and easy way of running MQL Freebase queries from Android

I need your help again. If I go to http://www.freebase.com/queryeditor/ and run a simple query, let's say: [{ "type": "/time/month", "name": [{}], "month_number": ...
2
votes
2answers
39 views

How can I write a conditional query with MQL?

I try to extract some extra information if my query returns a result. For example in this query, notable_for returns as "/music/musical_group" and I want to merge another query to extract some ...
2
votes
1answer
93 views

How to store data like Freebase does?

I admit that this is basically a duplicate question of Use freebase data on local server? but I need more detailed answers than have already been given there I've fallen absolutely in love with ...
2
votes
1answer
64 views

Cannot export extra data from Freebase using Jquery

A newbie question, I am trying to use Freebase Suggest as a tagging resource for my Django project. I want to extract item name, type and id. For example, as you can see in the screenshot, I want to ...
2
votes
1answer
40 views

How can I fill my incomplete database with freebase?

I'm new to Freebase but how can I fill my incomplete database with Freebase? For example in my database I've an item sword, it has the attribute enchanted, frost, fire and orc. In Freebase I've ...
2
votes
2answers
146 views

How to use Freebase to label a very large unlabeled NLP dataset?

Vocabulary that I am using: nounphrase -- A short phrase that refers to a specific person, place, or idea. Examples of different nounphrases include "Barack Obama", "Obama", "Water Bottle", ...
2
votes
1answer
499 views

Including external libraries using the Rails 3.1 asset pipeline

Background: I wish to use freebase suggest in my app. I intend to add an autocomplete to the #location input using coffeescript: $ -> $("#location").suggest type: "location" Which will be ...
2
votes
1answer
28 views

Eliminating MQL results on any_reverse reflection

I'm trying to get all events in a geo bounding box (that approximately covers France), but I want to exclude all recurring events, so I don't get heaps of French Tennis opens and the like. For this I ...
2
votes
1answer
74 views

Getting search rank of freebase topics

Is there a way to get the search rank of freebase topics? We want to order the freebase topics in our database according to their search rank and popularity. I know the Metaweb search API returns the ...
2
votes
1answer
280 views

Best API to retrieve zip code by user input city name (US only)?

I have a city name field I am getting value from (i.e. randomly formatted), such as "NEW YORK", "new york" or "new-york" or "ny". Having that field's value, I need to present user with a list of ...
2
votes
2answers
57 views

Freebase with own data?

I have been looking for an autosuggest search script and I have finally found one that I like, the only problem is that I cannot find a way to get it to run off our database results. Is there any way ...
2
votes
1answer
68 views

How to retrive a content from FreeBase.com in italian language?

How to retrieve a content from FreeBase.com in italian language? Now, i can only see content from eng.wikipedia.org
2
votes
3answers
367 views

Use freebase data on local server?

Are there any existing ways of using the freebase data dumps to create a database similar to what freebase offers, but on you own server? Pretty much freebase but locally and not through the API? I ...
2
votes
1answer
182 views

What commercially-available platforms similar to OpenCalais or AlchemyAPI are there for entity extraction for Chinese and Japanese languages?

In particular, I would like to be able to extract people, places, films, music, etc. entities and have the entities available in widely used linked data IDs such as DBpedia, Freebase, or OpenCyc.
2
votes
2answers
56 views

Not able to get HTTP GET for Freebase search url

I am using freebase search url to know about query classification. I have send jquery request in javascript as follows, but i am not getting any response. var searchvalue = ...
2
votes
0answers
184 views

Any good music video API?

Does anyone know of a good music video API? Music video information on Freebase is lacking, the Internet Video Archive's API returns inconsistent results, and Yahoo's YQL Music API has unclear ...
2
votes
1answer
246 views

Freebase: Format search result to list all properties of object of unknown type(s)

I'm trying to write a MQL query to format a search result in freebase (the "output" parameter in the search API). I essentially want to find the (simple) values of all the properties of a given search ...
2
votes
1answer
53 views

Remove type inside the freebase suggested list

Is it possible to remove the type of research (for example 'Film'), inside the list of items returned from freebase jQuery suggestion? Thanks for your attention. Simone
2
votes
1answer
114 views

freebase cURL and mqlwrite with PHP

Hi am doing some testing on the Freebase sandbox, but I can't get the following request to work. It hangs for ages then returns nothing. I have also outputted curl_getinfo() if it helps anyone work ...
2
votes
1answer
103 views

Freebase select all cities from administrative division

Any ideas on how to select all citytowns from certain administrative division? Can be any country. Tried to search by fips_10_4_region_code but can't get it working, it seems that /location/citytown ...
2
votes
2answers
284 views

Translate JSON MQL queries into SPARQL

I have a punch of JSON MQL queries to query Freebase. Is there a tool to translate them into SPARQL to use them with OpenRDF Sesame? Thanks!
2
votes
1answer
137 views

Parsing the Freebase Topic HTTP API - JSON & Javascript

I am trying to parse a JSON output: http://www.freebase.com/experimental/topic/standard?id=/en/colonel_sanders I'd like to put the basic data into an array using Javascript. In the "properties" ...
2
votes
1answer
81 views

Freebase MQL Test for Not True

I have a simple script that retrieves all of the Freebase types within a domain. Now I want to filter out the CVT types, but I can't figure out how to write that test. If I write it the way that seems ...
2
votes
1answer
107 views

Get Members of Band

If I look at the Freebase page for the band '311', I see Chad Sexton listed. http://www.freebase.com/view/en/311 I am trying to query for the members of a band : { "name" : "311", ...
2
votes
1answer
93 views

Freebase; select a random record?

1) Is there any way to select a random record from Freebase? If I do a limit of 1, it consistently returns the same record. I could grab the larger data set and select a random rec from that but that ...
2
votes
2answers
415 views

how to increase freebase API result limit

I can't find anything in freebase's docs about it but it seems they limit the number of results to 100. For example: [{ "type":"/base/popstra/celebrity", "name":null }] Returns only 100 results ...
2
votes
1answer
423 views

Multiple jQuery functions & Autocomplete

I found that using declaring jQuery Autocomplete as the first function in your script prevents other functions from being executed. The second and third functions below will not work: ...
2
votes
2answers
128 views

Freebase MQL filter where value == null?

Can get all triples with value null in specific field? All people with date_of_birth equal null? [ "type": "/people/person", "date_of_birth":null, "name":null ]
1
vote
1answer
41 views

List all Freebase Domains with MQL query or API call

I would like to develop a Freebase java application that lets you browse Freebase. I thought a good starting point would be to mimic the Freebase Schema Explorer and allow the user of my app to "drill ...
1
vote
2answers
71 views

PHP and JSON Query to pull data from Freebase

I need to pull out the info of the Production Company and Distribution Company for any given movie and I'm using the Freebase for this. Happens I never used JSON and don't know how to integrate the ...
1
vote
2answers
45 views

How to get person data using Freebase API?

After 30 mins of reading Freebase Wiki, still can't figure out how to extact person data from their API. I have person unique identifier ("/m/01vwllw") and want to extract all infos about that person ...
1
vote
2answers
44 views

Is the Freebase JSON API still alive?

anyone know if developing against Freebase JSON API will be a waste of time. It seems to have been absorbed into Google but they love killing off APIs just when you get into them Still a huge DB ...
1
vote
1answer
40 views

Display data from common topic in Freebase using jQuery

I am playing around with Freebase and have had some decent success, but have hit a wall. My MQL is below. I do not have any issue displaying name,latin name, etc, which I created in my base. I do not ...
1
vote
1answer
29 views

Feebase Search Service jQuery call breaks when filter is added

I am calling the freebase Search Service with jQuery in my code like this $.ajax({ url: "https://www.googleapis.com/freebase/v1/search", data: {filter: afilter, query: aquery, ...
1
vote
1answer
24 views

Freebase MQL - Any way to copy an element's value to a new element in lowercase?

In the following basic MQL, is there a way to retrieve the film's name as a lowercase copy of itself? Maybe by passing a Javascript toLowerCase() or something to a variable copy? [{ ...
1
vote
2answers
25 views

Freebase MQL - Don't show parent object if a value in array element is present?

Trying to get some movies and their genres but leave out any records that contain the genre "Thriller" in the array of genres. How do I not only ignore the genre key itself for "Thriller", but ...
1
vote
2answers
38 views

Freebase: Get name & Wikipedia ID in one query in a certain language

Is it possible to do one query in MQL to obtain the name and the wikipedia ID for a certain language from Freebase? If that's possible, is it also possible to do this for a set of languages (eg. ...
1
vote
1answer
64 views

get information about places with freebase api

I am working on freebase API. I have a JSON query where I am trying to get information about places that contain in a town from freebase. I had a problem with the input geolocation when I used the ...
1
vote
1answer
43 views

Finding a type description in Freebase?

I've been trying to get the types in domain person with the following query: [{ "/type/object/id": "/people", "/type/object/name": null, "/type/domain/types": [{ "/type/object/id": null, ...
1
vote
1answer
42 views

Freebase “Key cursor is a reserved word”

Following the Freebase docs on Envelope Parameters, running { "cursor":true, "query":[{ "type":"/music/album", "artist":"The Police", "name":null, "limit":10 }] }​ results in ...
1
vote
1answer
59 views

Getting Wikipedia IDs in MQL

Freebase WEX dumps contain a wpid column corresponding to the page_id from the source MediaWiki database in the freebase_wpid table. This table provides a mapping between Wikipedia numeric ...
1
vote
1answer
27 views

What happened to the Acre OAuth Console?

following official freebase facebook app tutorial, in Step 4 it mentions the Acre OAuth Console but attempting to access the url provided in the tutorial (inserting your app name and your user id ...
1
vote
2answers
60 views

How to express current date in MQL Freebase Query?

Freebase's metaweb query language can be used to retreive future events if you pass in an ISO8601 formatted date. [{ "id": null, "name": null, "start_date" : null, ...

1 2 3