エンティティ
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
このページでは、エンティティの正規コンセプト データセットについて説明します。
完全な 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:
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] |
| 情報 URL |
| 文字列 |
エンティティの詳細を確認できる URL。使用
例:
<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>
country テーブルには info_url 列があり、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] |
| 色 |
| 文字列 |
16 進数コード(例:
「#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 は、テーブル内のエンティティの順序です。例: <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 Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[[["わかりやすい","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"]],["最終更新日 2025-07-25 UTC。"],[],["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"]]