[Developers] a question about the new reconciliation service

Raymond Yee raymond.yee at gmail.com
Sun Jul 19 00:07:59 UTC 2009


Hi everyone,

I tried out the new Freebase reconciliation service (which was demoed on 
the second hack day (#fbhd09)) but didn't quite understand the status of 
my uploading request.  My input to the service was:

/type/object/name 	/type/object/type 	/music/composition/composer 
/wikipedia/en_id 	/base/jsbach/bach_composition/bwv
Wie schön leuchtet der Morgenstern 	/base/jsbach/bach_composition 
Johann Sebastian Bach 	1505635 	1


The output of the service was:

/type/object/name 	/type/object/type 	/music/composition/composer 
/wikipedia/en_id 	/base/jsbach/bach_composition/bwv 	id 
/music/composition/composer:id
Wie schön leuchtet der Morgenstern 	/base/jsbach/bach_composition 
Johann Sebastian Bach 	1505635 	1 
/guid/9202a8c04000641f800000000b12cc81 	/en/johann_sebastian_bach


The output in  terms of triples:

{"s":"/guid/9202a8c04000641f800000000b12cc81","p":"/type/object/type","o":"/base/jsbach/bach_composition"}
{"s":"/guid/9202a8c04000641f800000000b12cc81","p":"/music/composition/composer","o":"/en/johann_sebastian_bach"}
{"s":"/guid/9202a8c04000641f800000000b12cc81","p":"/base/jsbach/bach_composition/bwv","o":"1"}
{"s":"/en/johann_sebastian_bach","p":"/type/object/type","o":"/music/composer"}
{"s":"/en/johann_sebastian_bach","p":"/music/composer/compositions","o":"/guid/9202a8c04000641f800000000b12cc81"}


I asked the service to upload the triples and got the following response:

{
  "status": {
    "code": 200,
    "response": "OK"
  },
  "elapsed_time": "create took 10.0159645081 ms",
  "result": {
    "added": 5,
    "job_id": 10,
    "status_url": "http:\/\/data.labs.freebase.com\/spreadsheet\/10",
    "loader": "<freeq.client.loader.tripleloader.TripleLoader instance at 0x158b758>",
    "queue": "spreadsheet",
    "action_type": "LOAD_TRIPLE"
  }

}

But when I go to http://data.labs.freebase.com/spreadsheet/10, I get a 
404 error.  Furthermore, when I go to 
http://www.sandbox-freebase.com/history/view/en/wie_schon_leuchtet_der_morgenstern  
I see no sign of any action by the TripLoader.  

Thanks,
-Raymond


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freebase.com/pipermail/developers/attachments/20090718/6ecea50e/attachment-0001.htm 


More information about the Developers mailing list