實體

本頁記錄了實體標準概念資料集。 您也可以查看完整的 XML 檔案

基本資訊

名稱 實體概念
說明 實體概念。
命名空間 http://www.google.com/publicdata/dataset/google/entity
網址 http://code.google.com/intl/zh-TW/apis/publicdata/docs/canonical/entity.html

供應商

名稱 Google Inc.
說明 Google Inc.
網址 http://www.google.com.tw

匯入的命名空間

未匯入任何命名空間。

主題

未定義任何主題。

概念

概念:實體

ID 實體 [XML]
名稱 實體
類型 string
說明 用於定義代表實體的概念的基本概念。
屬性
entity_order
ID
(默示)
Entity_order [XML]
概念 entity_order
屬性
name
description
info_url
color
ID 名稱 [XML]
名稱 名稱
類型 string
說明 用來顯示實體的名稱。範例:
  <concept id="airport" extends="entity:entity">
    <info>
      <name>
        <value>Airport</value>
      </name>
      <description>
        <value>Airports, identified by their 3-letter IATA code</value>
      </description>
    </info>
    <table ref="airports_table"/>
  </concept>


airports_table 包含一個「name」欄,每個機場的名稱如下:
  airport,name
  MLB,Melbourne International Airport
  SFO,San Francisco International Airport
  LGW,London Gatwick Airport


注意:您可以使用概念資料表對應關係,以不同資料欄提供多種語言的名稱。
ID 說明 [XML]
名稱 說明
類型 string
說明 實體的說明。使用範例:
  <concept id="airport" extends="entity:entity">
    <info>
      <name>
        <value>Airport</value>
      </name>
      <description>
        <value>Airports, identified by their 3-letter IATA code</value>
      </description>
    </info>
    <table ref="airports_table"/>
  </concept>


airports_table 包含「description」欄,其中包含各個機場的說明:
              
  airport,name,description
  MLB,Melbourne International Airport, "... located 1 1/2 miles northwest of the downtown business district ..."
  SFO,San Francisco International Airport, "... international airport located 13 miles south of San Francisco ..."
  LGW, London Gatwick Airport,  "... located 5 km (3.1 mi) north of the centre of Crawley, West Sussex ..."
  LHR, London Heathrow Airport, "... largest airport in the United Kingdom ..."

ID info_url [XML]
名稱 資訊網址
類型 string
說明 可找到實體詳細資訊的網址。使用範例:
  <concept id="airport" extends="entity:entity">
    <info>
      <name>
        <value>Airport</value>
      </name>
      <description>
        <value>Airports, identified by their 3-letter IATA code</value>
      </description>
    </info>
    <table ref="airports_table"/>
  </concept>


國家/地區資料表包含「info_url」資料欄,其中包含各個國家/地區的資訊網址。
  country,  name,          info_url
  AD,       Andorra,       http://en.wikipedia.org/wiki/Andorra
  AF,       Afghanistan,   http://en.wikipedia.org/wiki/Afghanistan
  AI,       Anguilla,      http://en.wikipedia.org/wiki/Anguilla
  AL,       Albania,       http://en.wikipedia.org/wiki/Albania

ID 顏色 [XML]
名稱 顏色
類型 string
說明 以十六進位代碼表示的色彩 (例如「#FFAB00」)。範例:
  <concept id="us_political_party" extends="entity:entity">
    <info>
      <name>
        <value>US Political party</value>
      </name>
    </info>
    <table ref="parties_table"/>
  </concept>


party_table 包含 party_color 資料欄:
  party, name,             color
  rep,   Republican party, #FF0000
  dem,   Democratic party, #0000FF

概念:Entity_order

ID Entity_order [XML]
名稱 實體順序
類型 string
資料 entity_order_table
說明 指定實體的顯示順序。ALPHA 是按字母順序排列,TABLE 是資料表中實體的順序。範例:
  <concept id="industry" extends="entity:entity">
    <info>
      <name>
        <value xml:lang="en">Industry</value>
      </name>
    </info>
    <attribute id="order">
      <value>NATURAL</value>
    </attribute>
    <property id="industry" isParent="true"/>
    <table ref="industries_tbl"/>
  </concept>

屬性 沒有本地屬性。
屬性 沒有本地資源。

Slice

未定義任何 Slice。

資料表

資料表:Entity_order_table

ID Entity_order_table [XML]
資料 Entity_order.csv [CSV]
名稱 類型
實體順序 string