entitas
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Halaman ini mendokumentasikan set data konsep kanonis entitas.
File XML lengkap juga tersedia untuk
ulasan.
Info Dasar
Penyedia
Namespace yang Diimpor
Tidak ada namespace yang diimpor.
Topik
Tidak ada topik yang ditentukan.
Konsep
Konsep: entity
entitas [XML] |
Entitas |
string |
Konsep dasar untuk menentukan konsep yang mewakili entity. |
|
nama [XML] |
Nama |
string |
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 "{i>name<i}", dengan nama masing-masing
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 bahasa
kolom, dengan menggunakan
pemetaan tabel konsep.
|
deskripsi [XML] |
Deskripsi |
string |
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 ..."
|
info_url [XML] |
URL Info |
string |
URL tempat informasi lebih lanjut tentang entitas dapat ditemukan. Penggunaan
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>
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
|
warna [XML] |
Warna |
string |
Warna, diwakili oleh kode heksadesimalnya (misalnya,
"#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
pesanan_entity [XML] |
Urutan entitas |
string |
entity_order_table |
Menentukan urutan entity yang akan ditampilkan. ALFA adalah
urutan abjad, maka 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>
|
Tidak ada atribut lokal. |
Tidak ada properti lokal. |
Slice
Tidak ada slice yang ditentukan.
Tabel
Tabel: entity_order_table
entity_order_table [XML] |
entity_order.csv [CSV] |
Nama |
Jenis |
entity_order |
string |
|
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-07-25 UTC.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 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"]]