<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <dspl targetNamespace="http://www.google.com/publicdata/dataset/google/geo" xmlns="http://schemas.google.com/dspl/2010" xmlns:entity="http://www.google.com/publicdata/dataset/google/entity"> <import namespace="http://www.google.com/publicdata/dataset/google/entity"/> <info> <name> <value xml:lang="en">Geographical concepts</value> </name> <description> <value xml:lang="en">Canonical concepts for geographical data.</value> </description> <url> <value xml:lang="en">http://code.google.com/apis/publicdata/docs/canonical/geo.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="location" extends="entity:entity"> <info> <name><value xml:lang="en">Location</value></name> <description> <value xml:lang="en">Base concept for locations.</value> </description> </info> <property id="latitude"> <info> <name> <value xml:lang="en">Latitude</value> </name> </info> <type ref="float"/> </property> <property id="longitude"> <info> <name> <value xml:lang="en">Longitude</value> </name> </info> <type ref="float"/> </property> </concept> <concept id="country" extends="location"> <info> <name> <value xml:lang="en">Country or Territory</value> </name> <description> <value xml:lang="en">A country or territory, identified by its ISO-3166-1 2-letter code.</value> </description> <pluralName> <value xml:lang="en">Countries</value> </pluralName> <totalName> <value xml:lang="en">World</value> </totalName> </info> <table ref="countries_table"/> </concept> </concepts> <tables> <table id="countries_table"> <column id="country" type="string"/> <column id="latitude" type="float"/> <column id="longitude" type="float"/> <column id="name" type="string"/> <data> <file format="csv" encoding="utf-8">countries.csv</file> </data> </table> </tables> </dspl>
geo.xml
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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 (حسب التوقيت العالمي المتفَّق عليه)"],[[["This document defines geographical concepts for data, including a base \"location\" concept with latitude and longitude properties."],["It introduces a \"country\" concept, identified by ISO-3166-1 2-letter codes, extending the \"location\" concept."],["Countries are further detailed in a separate \"countries_table\" containing country codes, latitude, longitude, and names, stored in a CSV file."],["The data is provided by Google Inc.and aims to establish canonical concepts for geographical data."]]],["This document defines geographical concepts within a dataset. It establishes a base \"location\" concept with latitude and longitude properties, and extends it to a \"country\" concept. Countries are identified by their ISO-3166-1 2-letter code and are detailed in the \"countries_table\". The table includes columns for country code, latitude, longitude, and name, with data provided in the `countries.csv` file. The dataset is provided by Google Inc. and contains geographical data.\n"]]