Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
實體
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
本頁面說明實體標準概念資料集。
您也可以使用完整的 XML 檔案
現場業務代表受過訓練
會提交 AI 客戶商機以供審查
基本資訊
供應商
匯入的命名空間
未匯入任何命名空間。
主題
未定義任何主題。
概念
概念:實體
| 實體 [XML] |
| 實體 |
| 字串 |
| 定義代表實體的概念的基礎概念。 |
|
|
| 名稱 [XML] |
| 名稱 |
| 字串 |
用於顯示實體的名稱。範例:
<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
注意:名稱可由多種語言提供,但使用不同語言
透過概念表對應關係
|
| 說明 [XML] |
| 說明 |
| 字串 |
實體的說明。使用範例:
<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 ..."
|
| info_url [XML] |
| 資訊網址 |
| 字串 |
可提供更多實體相關資訊的網址。使用方法
範例:
<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
|
| 顏色 [XML] |
| 顏色 |
| 字串 |
以十六進位代碼表示的顏色 (例如
「#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
| entity_order [XML] |
| 實體順序 |
| 字串 |
| entity_order_table |
指定實體的顯示順序。Alpha 版為
TABLE 是按照字母順序排列,但 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
| entity_order_table [XML] |
| entity_order.csv [CSV] |
|
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2026-02-18 (世界標準時間)。
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2026-02-18 (世界標準時間)。"],[],["This document details the \"entity\" canonical concept dataset provided by Google Inc. The dataset defines \"entity\" as a base concept for representing entities, using a string type. Key properties for entities include their name, description, info URL, and color (hex code). The dataset also includes an \"entity_order\" concept, which determines the display order (alphabetical or table order) of entities, with the order specified in the `entity_order_table`. This dataset does not define topics or imported namespaces.\n"]]