thực thể
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Trang này cung cấp tài liệu về tập dữ liệu khái niệm chính tắc entity.
Tệp XML hoàn chỉnh cũng có sẵn cho
bài đánh giá.
Thông tin cơ bản
Nhà cung cấp
Không gian tên đã nhập
Không có vùng chứa tên được nhập.
Chủ đề
Chưa xác định chủ đề nào.
Khái niệm
Khái niệm: thực thể
thực thể [XML] |
Thực thể |
string |
Khái niệm cơ sở để định nghĩa các khái niệm đại diện cho thực thể. |
|
tên [XML] |
Tên |
string |
Tên dùng để hiển thị một thực thể. Ví dụ:
<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>
Bay_table có chứa một cột "name", kèm theo tên của mỗi cột
sân bay:
airport,name
MLB,Melbourne International Airport
SFO,San Francisco International Airport
LGW,London Gatwick Airport
Lưu ý: tên có thể được cung cấp bằng nhiều ngôn ngữ, theo các ngôn ngữ khác nhau
sử dụng sơ đồ liên kết bảng khái niệm.
|
mô tả [XML] |
Mô tả |
string |
Nội dung mô tả về một thực thể. Ví dụ về cách sử dụng:
<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>
Sân bay có chứa cột "mô tả", trong đó có
mô tả của từng sân bay:
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 thông tin |
string |
URL nơi cung cấp thêm thông tin về thực thể. Hoạt động sử dụng
ví dụ:
<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>
Bảng quốc gia chứa cột "info_url" kèm theo URL thông tin
cho từng quốc gia.
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
|
màu [XML] |
Màu |
string |
Màu được biểu thị bằng mã thập lục phân (ví dụ:
"#FFAB00"). Ví dụ:
<concept id="us_political_party" extends="entity:entity">
<info>
<name>
<value>US Political party</value>
</name>
</info>
<table ref="parties_table"/>
</concept>
Các bên_có chứa một cột bên_màu:
party, name, color
rep, Republican party, #FF0000
dem, Democratic party, #0000FF
|
|
Khái niệm: entity_order
thực thể_order [XML] |
Thứ tự của thực thể |
string |
entity_order_table |
Chỉ định thứ tự hiển thị của các thực thể. ALPHA là
theo thứ tự bảng chữ cái, TABLE là thứ tự của các thực thể trong bảng. Ví dụ:
<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>
|
Không có thuộc tính cục bộ nào. |
Không có cơ sở lưu trú cục bộ. |
Lát cắt
Không có lát cắt nào được xác định.
Bảng
Bảng: entity_order_table
thực thể_order_table [XML] |
thực thể_order.csv [CSV] |
Tên |
Loại |
entity_order |
string |
|
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-07-25 UTC.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 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"]]