<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <dspl targetNamespace="http://www.google.com/publicdata/dataset/google/geo/us" xmlns="http://schemas.google.com/dspl/2010" xmlns:geo="http://www.google.com/publicdata/dataset/google/geo"> <import namespace="http://www.google.com/publicdata/dataset/google/geo"/> <info> <name> <value xml:lang="en">US geographical concepts</value> </name> <description> <value xml:lang="en">Canonical concepts for US geographical data.</value> </description> <url> <value xml:lang="en">http://code.google.com/apis/publicdata/docs/canonical/geo.us.html</value> </url> </info> <provider> <name> <value xml:lang="en">Google Inc.</value> </name> <description> <value xml:lang="en">Google Inc.</value> </description> <url> <value xml:lang="en">http://www.google.com</value> </url> </provider> <concepts> <concept id="state" extends="geo:location"> <info> <name> <value xml:lang="en">US State</value> </name> <description> <value xml:lang="en">A US State, identified by its two letter code.</value> </description> <pluralName> <value xml:lang="en">States</value> </pluralName> <totalName> <value xml:lang="en">All US</value> </totalName> </info> <property concept="geo:country" isParent="true" /> <table ref="states_table"/> </concept> </concepts> <tables> <table id="states_table"> <column id="state" type="string"/> <column id="latitude" type="float"/> <column id="longitude" type="float"/> <column id="name" type="string"/> <column id="country" type="string"> <value>US</value> </column> <data> <file format="csv" encoding="utf-8">states.csv</file> </data> </table> </tables> </dspl>
geo.us.xml
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון 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 XML document defines the structure for US geographical data, focusing on states. It establishes \"US State\" as a concept, identified by a two-letter code, and extending the broader \"location\" concept. The data, including state, latitude, longitude, name, and country (US), is detailed in a table (`states_table`) linked to a CSV file (`states.csv`). The provider is identified as Google Inc., and the dataset is named \"US geographical concepts\". The dataset is intended to show canonical concepts for US geographical data.\n"]]