Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
实体
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
本页面记录了 entity 规范概念数据集。
完整的 XML 文件也可用于
审核。
基本信息
提供商
导入的命名空间
未导入任何命名空间。
主题
未定义任何主题。
概念
概念:实体
| 实体 [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]XML |
| 实体顺序 |
| 字符串 |
| 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>
|
| 没有本地属性。 |
| 没有本地房源。 |
切片
未定义任何切片。
表
表:entity_order_table
| entity_order_table [XML] |
| entity_order.csv [CSV] |
|
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2026-02-18。
[null,null,["最后更新时间 (UTC):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"]]