>> c.host
=> "sandbox.freebase.com"
>> c.query({ "id" => m, "type" => [] })
=> {"type"=>["/people/person"], "id"=>"/guid/9202a8c04000641f8000000005505a3c"}
>> c.write({ "id" => m, "type" => {"id" => "/book/author", "connect" => "insert" }})
=> {"type"=>{"connect"=>"inserted", "id"=>"/book/author"}, "id"=>"/guid/9202a8c04000641f8000000005505a3c"}
>> c.query({ "id" => m, "type" => [] })
=> {"type"=>["/people/person"], "id"=>"/guid/9202a8c04000641f8000000005505a3c"}