名称 [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
|
|