- From: Daniel O'Connor <daniel.oconnor@gmail.com>
- Date: Sun, 13 Dec 2009 00:51:31 +1030
- To: Malte Kiesel <malte.kiesel@dfki.de>
- Cc: public-lod@w3.org
Received on Saturday, 12 December 2009 14:22:11 UTC
Oh, and I'm more than happy to help you with any MQL stuff.
http://api.freebase.com/api/service/mqlread
Example query:
{"query":[{
"id": null,
"type": "/film/film",
"name": "The Matrix"
}]}
Example response:
{
"code": "/api/status/ok",
"result": [{
"id": "/en/the_matrix",
"name": "The Matrix",
"type": "/film/film"
}],
"status": "200 OK",
"transaction_id": "cache;cache01.p01.sjc1:8101;2009-12-12T14:18:39Z;0006"
}
Which translates into either of:
http://www.freebase.com/view/en/the_matrix
http://rdf.freebase.com/rdf/en.the_matrix
To play, see:
http://www.freebase.com/app/queryeditor
To see the search API results live:
http://api.freebase.com/api/service/mqlread?query={%22query%22:%20{%22id%22:%20null,%22type%22:%20%22/film/film%22,%22name%22:%20%22The%20Matrix%22}}
Received on Saturday, 12 December 2009 14:22:11 UTC