ישות
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
בדף הזה מתועד מערך הנתונים של המושגים הקנוניים של ישות.
קובץ ה-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,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>
טבלת המדינות מכילה את העמודה info_url, עם כתובת 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] |
צבע |
מחרוזת |
צבע, המיוצג על ידי הקוד ההקסדצימלי שלו (למשל,
' #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
object_order [XML] |
הזמנת הישות |
מחרוזת |
entity_order_table |
מציינת את הסדר שבו הישויות יוצגו. אלפא היא
סדר אלפביתי. 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
object_order_table [XML] |
Entity_order.csv [CSV] |
שם |
סוג |
entity_order |
מחרוזת |
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 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"]]