python 및 머신러닝 교육, 슬로우캠퍼스

Freebase API

Open API 2013. 7. 18. 16:29


Freebase contains at this time of writing more than 39 million topics, 2,011 types, and more than 30,000 properties. This is not a small database by any measure. If you were to think of it in terms of relational databases, it is probably the database with the most number of relational tables (2,011 types), and the most number of table columns (30,000+ properties).  https://developers.google.com/freebase/



https://www.googleapis.com/freebase/v1/rdf/m/02h40lc



https://www.googleapis.com/freebase/v1/topic/m/02pnlzh/



결과는 아래와 같은 JSON 메시지를 받는다. Chrome plugin 으로 JSON viewer 등을 설치하여 아래와 같이 json을 이쁘게 출력해 준다.


{

  • id"/m/02pnlzh",
  • property
    {
    • /award/award_nominee/award_nominations
      {
      • valuetype"compound",
      • values
        [
        • {
          • text"Academy Award for Best Original Screenplay - Ivan Goff - Man of a Thousand Faces - 1957 - tina526 - Award Nomination",
          • lang"en",
          • id"/m/05bq9_8",
          • creator"/user/tina526",
          • timestamp"2009-01-26T21:51:52.000Z",
          • property
            {
            • /award/award_nomination/award
              {
              • valuetype"object",
              • values
                [
                • {
                  • text"Academy Award for Best Original Screenplay",
                  • lang"en",
                  • id"/m/0gr51",
                  • creator"/user/tina526",
                  • timestamp"2009-01-26T21:51:52.000Z"
                  }
                ],
              • count1
              },
            • /award/award_nomination/award_nominee
              {
              • valuetype"object",
              • values
                [
                • {
                  • text"Ivan Goff",
                  • lang"en",
                  • id"/m/06hkn_",
                  • creator"/user/tina526",
                  • timestamp"2009-01-26T21:51:52.000Z"
                  },
                • {
                  • text"Ralph Wheelwright",
                  • lang"en",
                  • id"/m/05c7vks",
                  • creator"/user/tina526",
                  • timestamp"2009-01-31T19:31:56.001Z"
                  },
                • {
                  • text"Robert Wright Campbell",
                  • lang"en",
                  • id"/m/0b6jcp6",
                  • creator"/user/merge_bot",
                  • timestamp"2011-03-14T20:57:39.000Z"
                  }
                ],
              • count4
              },
            • /award/award_nomination/nominated_for
              {
              • valuetype"object",
              • values
                [
                • {
                  • text"Man of a Thousand Faces",
                  • lang"en",
                  • id"/m/0f0r2z",
                  • creator"/user/tina526",
                  • timestamp"2009-01-26T21:51:52.000Z"
                  }
                ],
              • count1
              },
            • /award/award_nomination/year
              {
              • valuetype"datetime",
              • values
                [
                • {
                  • text"1957",
                  • lang"",
                  • value"1957",
                  • creator"/user/tina526",
                  • timestamp"2009-01-26T21:51:52.000Z"
                  }
                ],
              • count1
              },
            • /type/object/attribution
              {
              • valuetype"object",
              • values
                [
                • {
                  • text"tina526",
                  • lang"en",
                  • id"/m/03xk83f",
                  • creator"/user/tina526",
                  • timestamp"2009-01-26T21:51:52.000Z"
                  }
                ],
              • count1
              },
            • /type/object/type
              {
              • valuetype"object",
              • values
                [
                • {
                  • text"Award Nomination",
                  • lang"en",
                  • id"/award/award_nomination",
                  • creator"/user/tina526",
                  • timestamp"2009-01-26T21:51:52.000Z"
                  }
                ],
              • count1
              }
            }
          },
        • {
          • text"Golden Globe Award for Best Television Series – Drama - Bruce Geller - Mannix - 1974 - ansamcw - Award Nomination",
          • lang"en",
          • id"/m/097lp51",
          • creator"/user/deleted_08_29_2011_01",
          • timestamp"2009-12-31T04:13:01.000Z",
          • property
            {
            • /award/award_nomination/award
              {
              • valuetype"object",
              • values
                [
                • {
                  • text"Golden Globe Award for Best Television Series – Drama",
                  • lang"en",
                  • id"/m/092v39t",
                  • creator"/user/ansamcw",
                  • timestamp"2009-12-07T19:31:23.001Z"
                  }
                ],
              • count1
              },
            • /award/award_nomination/award_nominee
              {
              • valuetype"object",
              • values
                [
                • {
                  • text"Bruce Geller",
                  • lang"en",
                  • id"/m/05_1xb",
                  • creator"/user/deleted_08_29_2011_01",
                  • timestamp"2009-12-31T04:13:01.000Z"
                  },
                • {
                  • text"Ivan Goff",
                  • lang"en",
                  • id"/m/06hkn_",
                  • creator"/user/deleted_08_29_2011_01",
                  • timestamp"2009-12-31T04:13:01.000Z"
                  }
                ],
              • count3
              },
            • /award/award_nomination/nominated_for
              {
              • valuetype"object",
              • values
                [
                • {
                  • text"Mannix",
                  • lang"en",
                  • id"/m/03cf70",
                  • creator"/user/ansamcw",
                  • timestamp"2009-12-07T19:31:23.001Z"
                  }
                ],
              • count1
              },
            • /award/award_nomination/year
              {
              • valuetype"datetime",
              • values
                [
                • {
                  • text"1974",
                  • lang"",
                  • value"1974",
                  • creator"/user/ansamcw",
                  • timestamp"2009-12-07T19:31:23.001Z"
                  }
                ],
              • count1
              },
            • /type/object/attribution
              {
              • valuetype"object",
              • values
                [
                • {
                  • text"ansamcw",
                  • lang"en",
                  • id"/m/097lmn6",
                  • creator"/user/ansamcw",
                  • timestamp"2009-12-07T19:31:23.000Z"
                  }
                ],
              • count1
              },
            • /type/object/type
              {
              • valuetype"object",
              • values
                [
                • {
                  • text"Award Nomination",
                  • lang"en",
                  • id"/award/award_nomination",
                  • creator"/user/ansamcw",
                  • timestamp"2009-12-07T19:31:23.001Z"
                  }
                ],
              • count1
              }
            }
          },
        • {
          • text"Golden Globe Award for Best Television Series – Drama - Bruce Geller - Mannix - 1972 - ansamcw - Award Nomination",
          • lang"en",
          • id"/m/097lp6m",
          • creator"/user/deleted_08_29_2011_01",
          • timestamp"2009-12-31T04:13:01.001Z",
          • property
            {
            • /award/award_nomination/award
              {
              • valuetype"object",
              • values
                [
                • {
                  • text"Golden Globe Award for Best Television Series – Drama",
                  • lang"en",
                  • id"/m/092v39t",
                  • creator"/user/ansamcw",
                  • timestamp"2009-12-07T19:31:24.000Z"
                  }
                ],
              • count1
              },
            • /award/award_nomination/award_nominee
              {
              • valuetype"object",
              • values
                [
                • {
                  • text"Bruce Geller",
                  • lang"en",
                  • id"/m/05_1xb",
                  • creator"/user/deleted_08_29_2011_01",
                  • timestamp"2009-12-31T04:13:01.001Z"
                  },
                • {
                  • text"Ivan Goff",
                  • lang"en",
                  • id"/m/06hkn_",
                  • creator"/user/deleted_08_29_2011_01",
                  • timestamp"2009-12-31T04:13:01.001Z"
                  }
                ],
              • count3
              },
            • /award/award_nomination/nominated_for
              {
              • valuetype"object",
              • values
                [
                • {
                  • text"Mannix",
                  • lang"en",
                  • id"/m/03cf70",
                  • creator"/user/ansamcw",
                  • timestamp"2009-12-07T19:31:24.000Z"
                  }
                ],
              • count1
              },
            • /award/award_nomination/year
              {
              • valuetype"datetime",
              • values
                [
                • {
                  • text"1972",
                  • lang"",
                  • value"1972",
                  • creator"/user/ansamcw",
                  • timestamp"2009-12-07T19:31:24.000Z"
                  }
                ],
              • count1
              },
            • /type/object/attribution
              {
              • valuetype"object",
              • values
                [
                • {
                  • text"ansamcw",
                  • lang"en",
                  • id"/m/097lmn6",
                  • creator"/user/ansamcw",
                  • timestamp"2009-12-07T19:31:24.000Z"
                  }
                ],
              • count1
              },
            • /type/object/type
              {
              • valuetype"object",
              • values
                [
                • {
                  • text"Award Nomination",
                  • lang"en",
                  • id"/award/award_nomination",
                  • creator"/user/ansamcw",
                  • timestamp"2009-12-07T19:31:24.000Z"
                  }
                ],
              • count1
              }
            }
          },
        • {
          • text"Golden Globe Award for Best Television Series – Drama - Bruce Geller - Mannix - 1973 - ansamcw - Award Nomination",
          • lang"en",
          • id"/m/097lp5w",
          • creator"/user/deleted_08_29_2011_01",
          • timestamp"2009-12-31T04:13:01.001Z",
          • property
            {
            • /award/award_nomination/award
              {
              • valuetype"object",
              • values
                [
                • {
                  • text"Golden Globe Award for Best Television Series – Drama",
                  • lang"en",
                  • id"/m/092v39t",
                  • creator"/user/ansamcw",
                  • timestamp"2009-12-07T19:31:23.003Z"
                  }
                ],
              • count1
              },
            • /award/award_nomination/award_nominee
              {
              • valuetype"object",
              • values
                [
                • {
                  • text"Bruce Geller",
                  • lang"en",
                  • id"/m/05_1xb",
                  • creator"/user/deleted_08_29_2011_01",
                  • timestamp"2009-12-31T04:13:01.000Z"
                  },
                • {
                  • text"Ivan Goff",
                  • lang"en",
                  • id"/m/06hkn_",
                  • creator"/user/deleted_08_29_2011_01",
                  • timestamp"2009-12-31T04:13:01.000Z"
                  }
                ],
              • count3
              },
            • /award/award_nomination/nominated_for
              {
              • valuetype"object",
              • values
                [
                • {
                  • text"Mannix",
                  • lang"en",
                  • id"/m/03cf70",
                  • creator"/user/ansamcw",
                  • timestamp"2009-12-07T19:31:23.003Z"
                  }
                ],
              • count1
              },
            • /award/award_nomination/year
              {
              • valuetype"datetime",
              • values
                [
                • {
                  • text"1973",
                  • lang"",
                  • value"1973",
                  • creator"/user/ansamcw",
                  • timestamp"2009-12-07T19:31:23.003Z"
                  }
                ],
              • count1
              },
            • /type/object/attribution
              {
              • valuetype"object",
              • values
                [
                • {
                  • text"ansamcw",
                  • lang"en",
                  • id"/m/097lmn6",
                  • creator"/user/ansamcw",
                  • timestamp"2009-12-07T19:31:23.003Z"
                  }
                ],
              • count1
              },
            • /type/object/type
              {
              • valuetype"object",
              • values
                [
                • {
                  • text"Award Nomination",
                  • lang"en",
                  • id"/award/award_nomination",
                  • creator"/user/ansamcw",
                  • timestamp"2009-12-07T19:31:23.003Z"
                  }
                ],
              • count1
              }
            }
          },
        • {
          • text"Golden Globe Award for Best Television Series – Drama - Bruce Geller - Mannix - 1970 - ansamcw - Award Nomination",
          • lang"en",
          • id"/m/097lp9j",
          • creator"/user/deleted_08_29_2011_01",
          • timestamp"2009-12-31T04:13:01.002Z",
          • property
            {
            • /award/award_nomination/award
              {
              • valuetype"object",
              • values
                [
                • {
                  • text"Golden Globe Award for Best Television Series – Drama",
                  • lang"en",
                  • id"/m/092v39t",
                  • creator"/user/ansamcw",
                  • timestamp"2009-12-07T19:31:25.005Z"
                  }
                ],
              • count1
              },
            • /award/award_nomination/award_nominee
              {
              • valuetype"object",
              • values
                [
                • {
                  • text"Bruce Geller",
                  • lang"en",
                  • id"/m/05_1xb",
                  • creator"/user/deleted_08_29_2011_01",
                  • timestamp"2009-12-31T04:13:01.001Z"
                  },
                • {
                  • text"Ivan Goff",
                  • lang"en",
                  • id"/m/06hkn_",
                  • creator"/user/deleted_08_29_2011_01",
                  • timestamp"2009-12-31T04:13:01.002Z"
                  }
                ],
              • count3
              },
            • /award/award_nomination/nominated_for
              {
              • valuetype"object",
              • values
                [
                • {
                  • text"Mannix",
                  • lang"en",
                  • id"/m/03cf70",
                  • creator"/user/ansamcw",
                  • timestamp"2009-12-07T19:31:25.005Z"
                  }
                ],
              • count1
              },
            • /award/award_nomination/year
              {
              • valuetype"datetime",
              • values
                [
                • {
                  • text"1970",
                  • lang"",
                  • value"1970",
                  • creator"/user/ansamcw",
                  • timestamp"2009-12-07T19:31:25.005Z"
                  }
                ],
              • count1
              },
            • /type/object/attribution
              {
              • valuetype"object",
              • values
                [
                • {
                  • text"ansamcw",
                  • lang"en",
                  • id"/m/097lmn6",
                  • creator"/user/ansamcw",
                  • timestamp"2009-12-07T19:31:25.005Z"
                  }
                ],
              • count1
              },
            • /type/object/type
              {
              • valuetype"object",
              • values
                [
                • {
                  • text"Award Nomination",
                  • lang"en",
                  • id"/award/award_nomination",
                  • creator"/user/ansamcw",
                  • timestamp"2009-12-07T19:31:25.005Z"
                  }
                ],
              • count1
              }
            }
          },
        • {
          • text"Primetime Emmy Award for Outstanding Drama Series-Continuing - Ivan Goff - Mannix - 1973 - annelucero - Award Nomination",
          • lang"en",
          • id"/m/0w47js6",
          • creator"/user/annelucero",
          • timestamp"2013-07-06T05:46:23.000Z",
          • property
            {
            • /award/award_nomination/award
              {
              • valuetype"object",
              • values
                [
                • {
                  • text"Primetime Emmy Award for Outstanding Drama Series-Continuing",
                  • lang"en",
                  • id"/m/0t5gn1y",
                  • creator"/user/annelucero",
                  • timestamp"2013-07-05T18:27:58.000Z"
                  }
                ],
              • count1
              },
            • /award/award_nomination/award_nominee
              {
              • valuetype"object",
              • values
                [
                • {
                  • text"Ivan Goff",
                  • lang"en",
                  • id"/m/06hkn_",
                  • creator"/user/annelucero",
                  • timestamp"2013-07-05T18:27:58.000Z"
                  },
                • {
                  • text"Bruce Geller",
                  • lang"en",
                  • id"/m/05_1xb",
                  • creator"/user/annelucero",
                  • timestamp"2013-07-05T18:27:58.000Z"
                  }
                ],
              • count3
              },
            • /award/award_nomination/nominated_for
              {
              • valuetype"object",
              • values
                [
                • {
                  • text"Mannix",
                  • lang"en",
                  • id"/m/03cf70",
                  • creator"/user/annelucero",
                  • timestamp"2013-07-05T18:27:58.000Z"
                  }
                ],
              • count1
              },
            • /award/award_nomination/year
              {
              • valuetype"datetime",
              • values
                [
                • {
                  • text"1973",
                  • lang"",
                  • value"1973",
                  • creator"/user/annelucero",
                  • timestamp"2013-07-05T18:27:58.000Z"
                  }
                ],
              • count1
              },
            • /type/object/attribution
              {
              • valuetype"object",
              • values
                [
                • {
                  • text"annelucero",
                  • lang"en",
                  • id"/m/0j2bxjk",
                  • creator"/user/annelucero",
                  • timestamp"2013-07-05T18:27:58.000Z"
                  }
                ],
              • count1
              },
            • /type/object/type
              {
              • valuetype"object",
              • values
                [
                • {
                  • text"Award Nomination",
                  • lang"en",
                  • id"/award/award_nomination",
                  • creator"/user/annelucero",
                  • timestamp"2013-07-05T18:27:58.000Z"
                  }
                ],
              • count1
              }
            }
          },
        • {
          • text"Primetime Emmy Award for Outstanding Drama Series - Ivan Goff - Mannix - 1972 - diegofdzhdz - Award Nomination",
          • lang"en",
          • id"/m/0ly_51f",
          • creator"/user/katepingoy",
          • timestamp"2013-07-14T09:46:13.000Z",
          • property
            {
            • /award/award_nomination/award
              {
              • valuetype"object",
              • values
                [
                • {
                  • text"Primetime Emmy Award for Outstanding Drama Series",
                  • lang"en",
                  • id"/m/0fbtbt",
                  • creator"/user/diegofdzhdz",
                  • timestamp"2012-09-11T01:33:16.002Z"
                  }
                ],
              • count1
              },
            • /award/award_nomination/award_nominee
              {
              • valuetype"object",
              • values
                [
                • {
                  • text"Ivan Goff",
                  • lang"en",
                  • id"/m/06hkn_",
                  • creator"/user/katepingoy",
                  • timestamp"2013-07-14T09:46:13.000Z"
                  },
                • {
                  • text"Bruce Geller",
                  • lang"en",
                  • id"/m/05_1xb",
                  • creator"/user/katepingoy",
                  • timestamp"2013-07-14T09:46:13.000Z"
                  }
                ],
              • count3
              },
            • /award/award_nomination/nominated_for
              {
              • valuetype"object",
              • values
                [
                • {
                  • text"Mannix",
                  • lang"en",
                  • id"/m/03cf70",
                  • creator"/user/diegofdzhdz",
                  • timestamp"2012-09-11T01:33:16.001Z"
                  }
                ],
              • count1
              },
            • /award/award_nomination/year
              {
              • valuetype"datetime",
              • values
                [
                • {
                  • text"1972",
                  • lang"",
                  • value"1972",
                  • creator"/user/diegofdzhdz",
                  • timestamp"2012-09-11T01:33:16.001Z"
                  }
                ],
              • count1
              },
            • /type/object/attribution
              {
              • valuetype"object",
              • values
                [
                • {
                  • text"diegofdzhdz",
                  • lang"en",
                  • id"/m/0gyf07k",
                  • creator"/user/diegofdzhdz",
                  • timestamp"2012-09-11T01:33:16.001Z"
                  }
                ],
              • count1
              },
            • /type/object/type
              {
              • valuetype"object",
              • values
                [
                • {
                  • text"Award Nomination",
                  • lang"en",
                  • id"/award/award_nomination",
                  • creator"/user/diegofdzhdz",
                  • timestamp"2012-09-11T01:33:16.001Z"
                  }
                ],
              • count1
              }
            }
          }
        ],
      • count7
      },
    • /award/award_winner/awards_won
      {
      • valuetype"compound",
      • values
        [
        • {
          • text"Golden Globe Award for Best Television Series – Drama - Bruce Geller - 29th Golden Globe Awards - Mannix - 1972 - ansamcw - Award Honor",
          • lang"en",
          • id"/m/097l8p5",
          • creator"/user/deleted_08_29_2011_01",
          • timestamp"2009-12-13T19:48:20.004Z",
          • property
            {
            • /award/award_honor/award
              {
              • valuetype"object",
              • values
                [
                • {
                  • text"Golden Globe Award for Best Television Series – Drama",
                  • lang"en",
                  • id"/m/092v39t",
                  • creator"/user/ansamcw",
                  • timestamp"2009-12-07T19:14:32.005Z"
                  }
                ],
              • count1
              },
            • /award/award_honor/award_winner
              {
              • valuetype"object",
              • values
                [
                • {
                  • text"Bruce Geller",
                  • lang"en",
                  • id"/m/05_1xb",
                  • creator"/user/deleted_08_29_2011_01",
                  • timestamp"2009-12-13T19:48:20.005Z"
                  },
                • {
                  • text"Ivan Goff",
                  • lang"en",
                  • id"/m/06hkn_",
                  • creator"/user/deleted_08_29_2011_01",
                  • timestamp"2009-12-13T19:48:20.004Z"
                  }
                ],
              • count3
              },
            • /award/award_honor/ceremony
              {
              • valuetype"object",
              • values
                [
                • {
                  • text"29th Golden Globe Awards",
                  • lang"en",
                  • id"/m/026kqql",
                  • creator"/user/mgatbonton",
                  • timestamp"2012-09-27T02:34:15.000Z"
                  }
                ],
              • count1
              },
            • /award/award_honor/honored_for
              {
              • valuetype"object",
              • values
                [
                • {
                  • text"Mannix",
                  • lang"en",
                  • id"/m/03cf70",
                  • creator"/user/ansamcw",
                  • timestamp"2009-12-07T19:14:32.005Z"
                  }
                ],
              • count1
              },
            • /award/award_honor/year
              {
              • valuetype"datetime",
              • values
                [
                • {
                  • text"1972",
                  • lang"",
                  • value"1972",
                  • creator"/user/ansamcw",
                  • timestamp"2009-12-07T19:14:32.005Z"
                  }
                ],
              • count1
              },
            • /type/object/attribution
              {
              • valuetype"object",
              • values
                [
                • {
                  • text"ansamcw",
                  • lang"en",
                  • id"/m/097l8bj",
                  • creator"/user/ansamcw",
                  • timestamp"2009-12-07T19:14:32.004Z"
                  }
                ],
              • count1
              },
            • /type/object/type
              {
              • valuetype"object",
              • values
                [
                • {
                  • text"Award Honor",
                  • lang"en",
                  • id"/award/award_honor",
                  • creator"/user/ansamcw",
                  • timestamp"2009-12-07T19:14:32.005Z"
                  }
                ],
              • count1
              }
            }
          }
        ],
      • count1
      },
    • /common/topic/alias
      {
      • valuetype"string",
      • values
        [
        • {
          • text"Benjamin Eisenberg Roberts",
          • lang"en",
          • value"Benjamin Eisenberg Roberts",
          • creator"/user/ivy_salceda",
          • timestamp"2013-03-21T22:33:35.001Z"
          },
        • {
          • text"Blake Ritchie",
          • lang"en",
          • value"Blake Ritchie",
          • creator"/user/ivy_salceda",
          • timestamp"2013-03-21T22:36:30.000Z"
          }
        ],
      • count2
      },
    • /common/topic/article
      {
      • valuetype"compound",
      • values
        [
        • {
          • text"Benjamin Eisenberg Roberts (March 23, 1916 – May 12, 1984) was a film and television writer,...",
          • lang"en",
          • id"/m/02pnlzl",
          • creator"/user/mwcl_wikipedia_en",
          • timestamp"2007-07-28T00:30:14.000Z",
          • property
            {
            • /common/document/source_uri
              {},
            • /common/document/text
              {
              • valuetype"string",
              • values
                [
                • {
                  • text"Benjamin Eisenberg Roberts (March 23, 1916 – May 12, 1984) was a film and television writer,...",
                  • lang"en",
                  • value"Benjamin Eisenberg Roberts (March 23, 1916 – May 12, 1984) was a film and television writer, producer and one of the creators of the Charlie's Angels and Time Express television series'. In 1958 he was nominated for an Academy Award for writing the Lon Chaney biopic Man of a Thousand Faces. He has also been nominated for two Emmy awards and an Edgar Award. In 1972, Roberts won a Golden Globe Award for Best Television series, drama for Mannix. A brilliant student, Ben Roberts entered N.Y.U. at age 16, graduating three years later. By the time he was 22, Roberts was successfully running his own independent public-relations counseling firm and was contributing comedy material to several Broadway musicals. In 1941, he collaborated with another young writer, Ivan Goff, on the theatrical suspense thriller Portrait in Black. He briefly worked in films in the early '40s, returned to the stage for six years, then settled in Hollywood permanently in 1949. All of his subsequent film efforts, as both screenwriter and producer, were in collaboration with his old friend Ivan Goff. The pair contributed to the success of such varied projects as White Heat (1949), Captain Horatio Hornblower (1951),",
                  • creator"/user/mwcl_wikipedia_en",
                  • timestamp"2007-07-28T00:30:14.000Z"
                  }
                ],
              • count1
              },
            • /type/object/attribution
              {
              • valuetype"object",
              • values
                [
                • {
                  • text"Freebase Data Team",
                  • lang"",
                  • id"/m/0gs8",
                  • creator"/user/mwcl_wikipedia_en",
                  • timestamp"2007-07-28T00:30:14.000Z"
                  }
                ],
              • count1
              },
            • /type/object/type
              {
              • valuetype"object",
              • values
                [
                • {
                  • text"Document",
                  • lang"",
                  • id"/common/document",
                  • creator"/user/mwcl_wikipedia_en",
                  • timestamp"2007-07-28T00:30:14.000Z"
                  }
                ],
              • count1
              }
            }
          }
        ],
      • count1
      },
    • /common/topic/description
      {
      • valuetype"string",
      • values
        [
        • {
          • text"Benjamin Eisenberg Roberts was a film and television writer, producer and one of the creators of...",
          • lang"en",
          • value"Benjamin Eisenberg Roberts was a film and television writer, producer and one of the creators of the Charlie's Angels and Time Express television series'. In 1958 he was nominated for an Academy Award for writing the Lon Chaney biopic Man of a Thousand Faces. He has also been nominated for two Emmy awards and an Edgar Award. In 1972, Roberts won a Golden Globe Award for Best Television series, drama for Mannix. A brilliant student, Ben Roberts entered N.Y.U. at age 16, graduating three years later. By the time he was 22, Roberts was successfully running his own independent public-relations counseling firm and was contributing comedy material to several Broadway musicals. In 1941, he collaborated with another young writer, Ivan Goff, on the theatrical suspense thriller Portrait in Black. He briefly worked in films in the early '40s, returned to the stage for six years, then settled in Hollywood permanently in 1949. All of his subsequent film efforts, as both screenwriter and producer, were in collaboration with his old friend Ivan Goff. The pair contributed to the success of such varied projects as White Heat, Captain Horatio Hornblower, Shake Hands with the Devil and Midnight Lace; and in 1957, they shared an Academy Award nomination for their scriptwork on Man of a Thousand Faces. In addition, Ben Roberts and Ivan Goff served as executive producers for the weekly TV series Mannix and Nero Wolfe. - Hal Erickson, Rovi",
          • creator"/user/wikirecon_bot",
          • project"wikirecon",
          • dataset"/m/0kj4zz_",
          • citation
            {
            • provider"Wikipedia",
            • statement"Description licensed under the Creative Commons Attribution-ShareAlike License (http://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License).",
            }
          }
        ],
      • count1
      },
    • /common/topic/image
      {
      • valuetype"object",
      • values
        [
        • {
          • text"BenRoberts",
          • lang"en",
          • id"/m/0g__wd7",
          • creator"/user/mwcl_images",
          • timestamp"2011-08-02T08:43:06.001Z"
          }
        ],
      • count1
      },
    • /common/topic/notable_for
      {
      • valuetype"object",
      • values
        [
        • {
          • text"TV Program Creator",
          • lang"en",
          • id"/tv/tv_program_creator"
          }
        ],
      • count1
      },
    • /common/topic/notable_types
      {
      • valuetype"object",
      • values
        [
        • {
          • text"TV Program Creator",
          • lang"en",
          • id"/tv/tv_program_creator"
          }
        ],
      • count1
      },
    • /common/topic/topic_equivalent_webpage
      {},
    • /film/film_story_contributor/film_story_credits
      {
      • valuetype"object",
      • values
        [
        • {
          • text"Fly-by-Night",
          • lang"en",
          • id"/m/0286_v4",
          • creator"/user/jon",
          • timestamp"2010-01-11T21:06:15.000Z"
          },
        • {
          • text"Charlie's Angels",
          • lang"en",
          • id"/m/01y9jr",
          • creator"/user/mgutierrezt",
          • timestamp"2010-04-09T19:43:38.000Z"
          },
        • {
          • text"Charlie's Angels: Full Throttle",
          • lang"en",
          • id"/m/01l_pn",
          • creator"/user/iyella",
          • timestamp"2010-05-31T15:07:38.000Z"
          }
        ],
      • count3
      },
    • /film/producer/film
      {
      • valuetype"object",
      • values
        [
        • {
          • text"Travelogue",
          • lang"en",
          • id"/m/0ghthk1",
          • creator"/user/jon",
          • timestamp"2011-04-18T20:52:47.000Z"
          }
        ],
      • count1
      },
    • /film/writer/film
      {
      • valuetype"object",
      • values
        [
        • {
          • text"The Lawyer",
          • lang"en",
          • id"/m/09v1nbm",
          • creator"/user/ivy_salceda",
          • timestamp"2013-03-20T22:38:40.000Z"
          }
        ],
      • count1
      },
    • /people/deceased_person/date_of_death
      {
      • valuetype"datetime",
      • values
        [
        • {
          • text"1984-05-12",
          • lang"",
          • value"1984-05-12",
          • creator"/user/wikipedia_facts",
          • timestamp"2009-10-07T09:59:39.000Z"
          }
        ],
      • count1
      },
    • /people/deceased_person/place_of_death
      {
      • valuetype"object",
      • values
        [
        • {
          • text"Los Angeles",
          • lang"en",
          • id"/m/030qb3t",
          • creator"/user/szong",
          • timestamp"2010-04-16T17:26:20.000Z"
          }
        ],
      • count1
      },
    • /people/person/children
      {
      • valuetype"object",
      • values
        [
        • {
          • text"Clay Loring Roberts",
          • lang"en",
          • id"/m/0bj8d7n",
          • creator"/user/szong",
          • timestamp"2010-04-16T17:28:27.000Z"
          }
        ],
      • count1
      },
    • /people/person/date_of_birth
      {
      • valuetype"datetime",
      • values
        [
        • {
          • text"1916-03-23",
          • lang"",
          • value"1916-03-23",
          • creator"/user/wikipedia_facts",
          • timestamp"2009-10-07T09:59:38.000Z"
          }
        ],
      • count1
      },
    • /people/person/gender
      {
      • valuetype"object",
      • values
        [
        • {
          • text"Male",
          • lang"en",
          • id"/m/05zppz",
          • creator"/user/szong",
          • timestamp"2010-04-16T17:25:07.000Z"
          }
        ],
      • count1
      },
    • /people/person/nationality
      {
      • valuetype"object",
      • values
        [
        • {
          • text"United States of America",
          • lang"en",
          • id"/m/09c7w0",
          • creator"/user/mw_prop_bot",
          • timestamp"2007-10-06T05:02:43.001Z"
          }
        ],
      • count1
      },
    • /people/person/place_of_birth
      {
      • valuetype"object",
      • values
        [
        • {
          • text"Brooklyn",
          • lang"en",
          • id"/m/0cr3d",
          • creator"/user/szong",
          • timestamp"2010-04-16T17:25:47.000Z"
          }
        ],
      • count1
      },
    • /people/person/profession
      {
      • valuetype"object",
      • values
        [
        • {
          • text"Screenwriter",
          • lang"en",
          • id"/m/0dxtg",
          • creator"/user/ivy_salceda",
          • timestamp"2013-03-21T22:42:46.000Z"
          },
        • {
          • text"Television Producer",
          • lang"en",
          • id"/m/03gjzk",
          • creator"/user/ivy_salceda",
          • timestamp"2013-03-21T22:50:25.000Z"
          }
        ],
      • count2
      },
    • /tv/tv_producer/programs_produced
      {
      • valuetype"compound",
      • values
        [
        • {
          • text"Mannix - annelucero - TV Producer term",
          • lang"en",
          • id"/m/0w48728",
          • creator"/user/annelucero",
          • timestamp"2013-07-06T05:47:46.000Z",
          • property
            {
            • /tv/tv_producer_term/program
              {
              • valuetype"object",
              • values
                [
                • {
                  • text"Mannix",
                  • lang"en",
                  • id"/m/03cf70",
                  • creator"/user/annelucero",
                  • timestamp"2013-07-06T05:47:46.000Z"
                  }
                ],
              • count1
              },
            • /type/object/attribution
              {
              • valuetype"object",
              • values
                [
                • {
                  • text"annelucero",
                  • lang"en",
                  • id"/m/0j2bxjk",
                  • creator"/user/annelucero",
                  • timestamp"2013-07-06T05:47:46.000Z"
                  }
                ],
              • count1
              },
            • /type/object/type
              {
              • valuetype"object",
              • values
                [
                • {
                  • text"TV Producer term",
                  • lang"en",
                  • id"/tv/tv_producer_term",
                  • creator"/user/annelucero",
                  • timestamp"2013-07-06T05:47:46.000Z"
                  }
                ],
              • count1
              }
            }
          }
        ],
      • count1
      },
    • /tv/tv_program_creator/programs_created
      {
      • valuetype"object",
      • values
        [
        • {
          • text"Charlie's Angels",
          • lang"en",
          • id"/m/017jmt",
          • creator"/user/mwcl_infobox",
          • timestamp"2007-08-01T23:35:36.000Z"
          },
        • {
          • text"The Rogues",
          • lang"en",
          • id"/m/0bwy28",
          • creator"/user/mw_template_bot",
          • timestamp"2008-06-11T22:15:21.000Z"
          },
        • {
          • text"Time Express",
          • lang"en",
          • id"/m/0czb2yb",
          • creator"/user/mw_template_bot",
          • timestamp"2010-09-18T04:12:21.000Z"
          },
        • {
          • text"Charlie's Angels",
          • lang"en",
          • id"/m/0g9vqrg",
          • creator"/user/mw_template_bot",
          • timestamp"2011-02-10T18:56:06.000Z"
          },
        • {
          • text"My Friend Tony",
          • lang"en",
          • id"/m/0by0dwm",
          • creator"/user/mw_template_bot",
          • timestamp"2011-03-21T17:26:19.000Z"
          }
        ],
      • count5
      },
    • /tv/tv_writer/episodes_written
      {
      • valuetype"object",
      • values
        [
        • {
          • text"Pilot",
          • lang"en",
          • id"/m/0kd44ht",
          • creator"/user/tovg",
          • timestamp"2012-07-29T18:17:24.000Z"
          },
        • {
          • text"The World Between",
          • lang"en",
          • id"/m/05dm_pl",
          • creator"/user/ovguide",
          • timestamp"2012-09-28T19:35:13.000Z"
          },
        • {
          • text"The Girl in the Polka Dot Dress",
          • lang"en",
          • id"/m/05dm_sw",
          • creator"/user/ovguide",
          • timestamp"2012-09-28T19:35:49.000Z"
          },
        • {
          • text"Silent Target",
          • lang"en",
          • id"/m/05dm_s6",
          • creator"/user/ovguide",
          • timestamp"2012-09-28T19:35:52.000Z"
          },
        • {
          • text"Sing a Song of Murder",
          • lang"en",
          • id"/m/05dm_tb",
          • creator"/user/ovguide",
          • timestamp"2012-09-28T19:35:55.000Z"
          },
        • {
          • text"Race Against Time (1) (a.k.a.) A Matter of the Heart",
          • lang"en",
          • id"/m/05dm_tm",
          • creator"/user/ovguide",
          • timestamp"2012-09-28T19:35:59.000Z"
          },
        • {
          • text"Walk a Double Line",
          • lang"en",
          • id"/m/05dm_sl",
          • creator"/user/ovguide",
          • timestamp"2012-09-28T19:36:03.000Z"
          },
        • {
          • text"The Fourteenth Runner",
          • lang"en",
          • id"/m/05dtr2h",
          • creator"/user/ovguide",
          • timestamp"2012-09-28T21:06:20.000Z"
          },
        • {
          • text"The Personal Touch",
          • lang"en",
          • id"/m/05drb5n",
          • creator"/user/ovguide",
          • timestamp"2012-10-01T13:59:34.000Z"
          }
        ],
      • count9
      },
    • /tv/tv_writer/tv_programs
      {
      • valuetype"compound",
      • values
        [
        • {
          • text"1981 - 1976 - Charlie's Angels - jvillar - TV program-writer relationship",
          • lang"en",
          • id"/m/0ngj_sp",
          • creator"/user/jvillar",
          • timestamp"2012-11-28T12:21:40.000Z",
          • property
            {
            • /tv/tv_program_writer_relationship/end_date
              {
              • valuetype"datetime",
              • values
                [
                • {
                  • text"1981",
                  • lang"",
                  • value"1981",
                  • creator"/user/jvillar",
                  • timestamp"2012-11-28T12:21:40.000Z"
                  }
                ],
              • count1
              },
            • /tv/tv_program_writer_relationship/start_date
              {
              • valuetype"datetime",
              • values
                [
                • {
                  • text"1976",
                  • lang"",
                  • value"1976",
                  • creator"/user/jvillar",
                  • timestamp"2012-11-28T12:21:40.000Z"
                  }
                ],
              • count1
              },
            • /tv/tv_program_writer_relationship/tv_program
              {
              • valuetype"object",
              • values
                [
                • {
                  • text"Charlie's Angels",
                  • lang"en",
                  • id"/m/017jmt",
                  • creator"/user/jvillar",
                  • timestamp"2012-11-28T12:21:40.001Z"
                  }
                ],
              • count1
              },
            • /type/object/attribution
              {
              • valuetype"object",
              • values
                [
                • {
                  • text"jvillar",
                  • lang"en",
                  • id"/m/0k3d16x",
                  • creator"/user/jvillar",
                  • timestamp"2012-11-28T12:21:40.000Z"
                  }
                ],
              • count1
              },
            • /type/object/type
              {
              • valuetype"object",
              • values
                [
                • {
                  • text"TV program-writer relationship",
                  • lang"en",
                  • id"/tv/tv_program_writer_relationship",
                  • creator"/user/jvillar",
                  • timestamp"2012-11-28T12:21:40.001Z"
                  }
                ],
              • count1
              }
            }
          }
        ],
      • count1
      },
    • /type/object/attribution
      {
      • valuetype"object",
      • values
        [
        • {
          • text"Freebase Data Team",
          • lang"en",
          • id"/m/0gs8",
          • creator"/user/mwcl_wikipedia_en",
          • timestamp"2007-07-28T00:30:14.000Z"
          }
        ],
      • count1
      },
    • /type/object/key
      {
      • valuetype"key",
      • values
        [
        • {
          • text"/wikipedia/en_id/9667995",
          • lang"",
          • value"/wikipedia/en_id/9667995",
          • creator"/user/mwcl_wikipedia_en",
          • timestamp"2007-07-28T00:30:14.000Z"
          },
        • {
          • text"/wikipedia/en/Ben_Roberts_$0028writer$0029",
          • lang"",
          • value"/wikipedia/en/Ben_Roberts_$0028writer$0029",
          • creator"/user/mwcl_wikipedia_en",
          • timestamp"2007-07-28T00:30:14.000Z"
          },
        • {
          • text"/authority/imdb/name/nm0730850",
          • lang"",
          • value"/authority/imdb/name/nm0730850",
          • creator"/user/mw_template_bot",
          • timestamp"2009-04-20T19:58:22.001Z"
          },
        • {
          • text"/wikipedia/en_title/Ben_Roberts_$0028writer$0029",
          • lang"",
          • value"/wikipedia/en_title/Ben_Roberts_$0028writer$0029",
          • creator"/user/mwcl_wikipedia_en",
          • timestamp"2011-05-26T10:04:17.000Z"
          }
        ],
      • count4
      },
    • /type/object/mid
      {
      • valuetype"key",
      • values
        [
        • {
          • text"/m/02pnlzh",
          • lang"",
          • value"/m/02pnlzh"
          }
        ],
      • count1
      },
    • /type/object/name
      {
      • valuetype"string",
      • values
        [
        • {
          • text"Ben Roberts",
          • lang"en",
          • value"Ben Roberts",
          • creator"/user/mwcl_wikipedia_en",
          • timestamp"2007-07-28T00:30:14.000Z"
          }
        ],
      • count2
      },
    • /type/object/type
      {
      • valuetype"object",
      • values
        [
        • {
          • text"TV Program Creator",
          • lang"en",
          • id"/tv/tv_program_creator",
          • creator"/user/mwcl_infobox",
          • timestamp"2007-08-01T23:30:43.000Z"
          },
        • {
          • text"Person",
          • lang"en",
          • id"/people/person",
          • creator"/user/mw_autotyper_bot",
          • timestamp"2007-10-03T03:39:24.002Z"
          },
        • {
          • text"Award Nominee",
          • lang"en",
          • id"/award/award_nominee",
          • creator"/user/tina526",
          • timestamp"2009-01-26T21:51:52.001Z"
          },
        • {
          • text"Deceased Person",
          • lang"en",
          • id"/people/deceased_person",
          • creator"/user/jon",
          • timestamp"2009-02-03T02:35:23.006Z"
          },
        • {
          • text"Award Winner",
          • lang"en",
          • id"/award/award_winner",
          • creator"/user/deleted_08_29_2011_01",
          • timestamp"2009-12-13T19:48:20.004Z"
          },
        • {
          • text"TV Writer",
          • lang"en",
          • id"/tv/tv_writer",
          • creator"/user/almahuerte",
          • timestamp"2009-12-19T11:28:12.000Z"
          },
        • {
          • text"Film story contributor",
          • lang"en",
          • id"/film/film_story_contributor",
          • creator"/user/jon",
          • timestamp"2010-01-11T21:06:15.000Z"
          },
        • {
          • text"Film producer",
          • lang"en",
          • id"/film/producer",
          • creator"/user/jon",
          • timestamp"2011-04-18T20:52:48.000Z"
          },
        • {
          • text"Film writer",
          • lang"en",
          • id"/film/writer",
          • creator"/user/ivy_salceda",
          • timestamp"2013-03-20T22:38:40.000Z"
          },
        • {
          • text"TV Producer",
          • lang"en",
          • id"/tv/tv_producer",
          • creator"/user/annelucero",
          • timestamp"2013-07-06T05:47:47.000Z"
          },
        • {
          • text"Topic",
          • lang"en",
          • id"/common/topic",
          • creator"/user/mwcl_wikipedia_en"
          }
        ],
      • count11
      },
    • /type/object/guid
      {
      • valuetype"string",
      • values
        [
        • {
          • text"#9202a8c04000641f80000000055a4bcf",
          • lang"",
          • value"#9202a8c04000641f80000000055a4bcf"
          }
        ],
      • count1
      },
    • /type/object/creator
      {
      • valuetype"object",
      • values
        [
        • {
          • text"mwcl_wikipedia_en",
          • lang"",
          • id"/user/mwcl_wikipedia_en",
          • timestamp"2007-07-28T00:30:14.000Z"
          }
        ],
      • count1
      },
    • /type/object/timestamp
      {
      • valuetype"datetime",
      • values
        [
        • {
          • text"2007-07-28T00:30:14.000Z",
          • lang"en",
          • value"2007-07-28T00:30:14.000Z"
          }
        ],
      • count1
      },
    • /type/object/permission
      {
      • valuetype"object",
      • values
        [
        • {
          • text"/boot/all_permission",
          • lang"",
          • id"/boot/all_permission"
          }
        ],
      • count1
      }
    }

}



'Open API' 카테고리의 다른 글

공공데이터 캠프  (0) 2013.07.18
Restful API 잘 정의하기  (0) 2013.07.18
각종 데이타 API 및 RSS  (0) 2013.07.11
StackOverflow API 사용  (0) 2013.07.11
DB활용 공모전  (0) 2013.07.11

WRITTEN BY
manager@
Data Analysis, Text/Knowledge Mining, Python, Cloud Computing, Platform

,