エンティティ

このページでは、エンティティの正規コンセプトのデータセットについて説明します。完全な XML ファイルも参照できます。

基本情報

名前 エンティティのコンセプト
説明 エンティティのコンセプト。
名前空間 http://www.google.com/publicdata/dataset/google/entity
URL http://code.google.com/apis/publicdata/docs/canonical/entity.html

プロバイダ

名前 Google Inc.
説明 Google Inc.
URL http://www.google.com

インポートされた名前空間

インポートされた名前空間はありません。

トピック

トピックが定義されていません。

コンセプト

コンセプト: エンティティ

ID エンティティ [XML]
名前 エンティティ
タイプ 文字列
説明 エンティティを表すコンセプトを定義するための基本コンセプト。
属性
entity_order
ID
(暗黙)
entity_order [XML]
コンセプト entity_order
プロパティ
name
description
info_url
color
ID 名前 [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 には、各空港の名前を含む「名前」列があります。
  airport,name
  MLB,Melbourne International Airport
  SFO,San Francisco International Airport
  LGW,London Gatwick Airport


注: コンセプト テーブル マッピングを使用すると、複数の言語で異なる列の名前を指定できます。
ID 説明 [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 ..."

ID 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>


ドメインの表には、国の情報 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

ID [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

ID 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>

属性 ローカル属性はありません。
プロパティ ローカル プロパティがありません。

スライス数

スライスが定義されていません。

Tables

テーブル: entity_order_table

ID entity_order_table[XML]
データ entity_order.csv [CSV]
Columns
名前 タイプ
entity_order 文字列