entitas

Halaman ini mendokumentasikan set data konsep kanonis entitas. File XML lengkap juga tersedia untuk ditinjau.

Info Dasar

Name Konsep entitas
Deskripsi Konsep entitas.
Namespace http://www.google.com/publicdata/dataset/google/entity
URL http://code.google.com/apis/publicdata/docs/canonical/entity.html

Penyedia

Name Google Inc.
Deskripsi Google Inc.
URL http://www.google.co.id

Namespace yang Diimpor

Tidak ada namespace yang diimpor.

Topik

Tidak ada topik yang ditentukan.

Konsep

Konsep: entitas

ID entity [XML]
Name Entitas
Jenis string
Deskripsi Konsep dasar untuk menentukan konsep yang mewakili entity.
Atribut
entity_order
ID
(tersirat)
entity_order [XML]
Konsep entity_order
Properti
nama
deskripsi
info_url
warna
ID nama [XML]
Name Name
Jenis string
Deskripsi Nama yang digunakan untuk menampilkan entity. Contoh:
  <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 berisi kolom “name”, dengan nama setiap bandara:
  airport,name
  MLB,Melbourne International Airport
  SFO,San Francisco International Airport
  LGW,London Gatwick Airport


Catatan: nama dapat diberikan dalam beberapa bahasa, dalam berbagai kolom, menggunakan pemetaan tabel konsep.
ID deskripsi [XML]
Name Deskripsi
Jenis string
Deskripsi Deskripsi entitas. Contoh penggunaan:
  <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 berisi kolom “description”, dengan deskripsi setiap bandara:
              
  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]
Name URL Info
Jenis string
Deskripsi URL tempat informasi lebih lanjut dapat ditemukan tentang entitas. Contoh penggunaan:
  <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>


Tabel negara berisi kolom “info_url”, dengan URL info untuk setiap negara.
  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 warna [XML]
Name Warna
Jenis string
Deskripsi Warna, yang diwakili oleh kode heksadesimalnya (mis., "#FFAB00"). Contoh:
  <concept id="us_political_party" extends="entity:entity">
    <info>
      <name>
        <value>US Political party</value>
      </name>
    </info>
    <table ref="parties_table"/>
  </concept>


party_table berisi kolom party_color:
  party, name,             color
  rep,   Republican party, #FF0000
  dem,   Democratic party, #0000FF

Konsep: entity_order

ID entity_order [XML]
Name Urutan entitas
Jenis string
Data table_order_entity
Deskripsi Menentukan urutan entity yang akan ditampilkan. ALPHA adalah urutan abjad, TABLE adalah urutan entitas dalam tabel. Contoh:
  <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>

Atribut Tidak ada atribut lokal.
Properti Tidak ada properti lokal.

Slice

Tidak ada bagian yang ditentukan.

Tabel

Tabel: entity_order_table

ID entity_order_table [XML]
Data entity_order.csv [CSV]
Kolom
Name Jenis
urutan_entitas string