0
votes
0answers
42 views
freebase is open source ? [closed]
http://www.freebase.com/developer
THis is great, but dont want to stuff data into this silo if its tied to them.
0
votes
1answer
22 views
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_ …
2
votes
1answer
136 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 …
1
vote
2answers
29 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
0answers
66 views
WCF, JSON, and FreeBase
Hi,
I would really appreciate some help on the best way forward with WPF and JSON. Is there any way to query the JSON response below using LINQ?
{
"code": "/api/status/ok",
…
3
votes
4answers
88 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 …
1
vote
1answer
145 views
Write a Freebase MQL query that gets everything back about a given topic?
I want to write a query that gets back everything that is known about a topic (only needs to be one level deep.
When working in the Freebase MQL Editor they give the following exa …
4
votes
1answer
114 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" : [
{
…
3
votes
1answer
191 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 bel …
1
vote
1answer
194 views
How to get the Freebase Python libraries to work in IronPython
How do I get the Python libraries for using the Freebase API to work under IronPython 2.0?
When I "import freebase.api", I get "ImportError: No module named django.utils". What gi …
3
votes
2answers
149 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 …
