Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
This page describes the entity canonical concept dataset, providing a structured way to define concepts representing real-world entities.
The dataset includes a concept called "entity" which serves as the base for defining other entity concepts and includes properties for name, description, information URL, and color.
Users can access the complete dataset as an XML file and a CSV file for the "entity_order" table, which defines the display order of entities.
The "entity" concept can be extended to create specific entity types like airports or industries, each with its own table containing data about individual entities.
The dataset utilizes namespaces and attributes for organization and detailed information about entities, ensuring consistency and interoperability.
This page documents the entity canonical concept dataset.
The complete XML file is also available for
review.
<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>
The airports_table contains a “description” column, with a
description of each airport:
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 ..."
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-06-26 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"]]