4
votes
1answer
117 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
192 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
2answers
31 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
147 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 …
