<?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
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2025-07-25 UTC.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-07-25 UTC."],[[["This document defines a dataset of US geographical concepts, specifically focusing on US states."],["It provides a canonical representation of US states, identified by a two-letter code."],["The dataset includes information like state name, latitude, longitude, and a link to a CSV file (\"states.csv\") containing the data."],["It's structured using the DSPL schema and integrates with broader geographical concepts defined by Google."]]],["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"]]