geohydra 0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (687) hide show
  1. data/.gitignore +23 -0
  2. data/.gitmodules +3 -0
  3. data/.travis.yml +7 -0
  4. data/Gemfile +15 -0
  5. data/Gemfile.lock +281 -0
  6. data/LICENSE +14 -0
  7. data/README.md +187 -0
  8. data/Rakefile +34 -0
  9. data/VERSION +1 -0
  10. data/bin/accession.rb +109 -0
  11. data/bin/assemble.rb +307 -0
  12. data/bin/assemble_data.rb +66 -0
  13. data/bin/assemble_placenames.rb +110 -0
  14. data/bin/build_stage_options.rb +27 -0
  15. data/bin/derive_wgs84.rb +85 -0
  16. data/bin/extract_thumbnail.rb +49 -0
  17. data/bin/geohydra +11 -0
  18. data/bin/ingest_arcgis.rb +77 -0
  19. data/bin/ingest_tufts.rb +71 -0
  20. data/bin/loader.rb +296 -0
  21. data/bin/loader_postgis.rb +259 -0
  22. data/bin/seed.rb +78 -0
  23. data/bin/solr_indexer.rb +41 -0
  24. data/bin/sync_geoserver_metadata.rb +168 -0
  25. data/bin/validate_data.rb +59 -0
  26. data/config/.gitignore +1 -0
  27. data/config/boot.rb +17 -0
  28. data/config/database.yml +29 -0
  29. data/config/environments/.gitignore +8 -0
  30. data/config/environments/.gitkeep +0 -0
  31. data/config/environments/example.rb +85 -0
  32. data/config/environments/example_rgeoserver.yml +16 -0
  33. data/config/migrate.rb +11 -0
  34. data/geohydra.gemspec +49 -0
  35. data/lib/geohydra.rb +11 -0
  36. data/lib/geohydra/accession.rb +291 -0
  37. data/lib/geohydra/arcgis_to_iso19139_fc.xsl +364 -0
  38. data/lib/geohydra/gazetteer.csv +36 -0
  39. data/lib/geohydra/gazetteer.rb +73 -0
  40. data/lib/geohydra/geonetwork.rb +156 -0
  41. data/lib/geohydra/mods2ogp.xsl +198 -0
  42. data/lib/geohydra/ogpcleanup.xsl +28 -0
  43. data/lib/geohydra/solr.rb +49 -0
  44. data/lib/geohydra/transform.rb +175 -0
  45. data/lib/geohydra/utils.rb +19 -0
  46. data/lib/geohydra/version.rb +3 -0
  47. data/scripts/correct_collections.rb +93 -0
  48. data/scripts/dbfdump.rb +13 -0
  49. data/scripts/extract.xsl +35 -0
  50. data/scripts/geoserver_createdb.sh +6 -0
  51. data/scripts/geoserver_createdb.sql +29 -0
  52. data/scripts/geowebcache_tops.rb +22 -0
  53. data/scripts/ingest_mods.rb +23 -0
  54. data/scripts/iso2html/displayElement.xsl +52 -0
  55. data/scripts/iso2html/elements-ISO.xml +665 -0
  56. data/scripts/iso2html/headers-ISO.xml +16 -0
  57. data/scripts/iso2html/printFormatted.xsl +227 -0
  58. data/scripts/iso2html/printtextlines.xsl +171 -0
  59. data/scripts/iso2html/xml-to-html-ISO.xsl +273 -0
  60. data/scripts/iso2html/xml-to-text-ISO.xsl +148 -0
  61. data/scripts/load_stage_data.rb +13 -0
  62. data/scripts/nextgis_iso19115.xsl +553 -0
  63. data/scripts/replicate_db.sh +7 -0
  64. data/scripts/report_stage.rb +5 -0
  65. data/solr/dev.html +19 -0
  66. data/solr/dlss-dev-drh-geo/conf/schema.xml +54 -0
  67. data/solr/dlss-dev-drh-geo/conf/solrconfig.xml +156 -0
  68. data/solr/dlss-dev-drh-geo/deploy.sh +15 -0
  69. data/solr/dlss-dev-drh-geo/example_doc.xml +25 -0
  70. data/solr/dlss-dev-drh-geo/test.sh +14 -0
  71. data/solr/ogp-dev/conf/admin-extra.html +24 -0
  72. data/solr/ogp-dev/conf/admin-extra.menu-bottom.html +25 -0
  73. data/solr/ogp-dev/conf/admin-extra.menu-top.html +25 -0
  74. data/solr/ogp-dev/conf/currency.xml +67 -0
  75. data/solr/ogp-dev/conf/elevate.xml +38 -0
  76. data/solr/ogp-dev/conf/lang/contractions_ca.txt +8 -0
  77. data/solr/ogp-dev/conf/lang/contractions_fr.txt +15 -0
  78. data/solr/ogp-dev/conf/lang/contractions_ga.txt +5 -0
  79. data/solr/ogp-dev/conf/lang/contractions_it.txt +23 -0
  80. data/solr/ogp-dev/conf/lang/hyphenations_ga.txt +5 -0
  81. data/solr/ogp-dev/conf/lang/stemdict_nl.txt +6 -0
  82. data/solr/ogp-dev/conf/lang/stoptags_ja.txt +420 -0
  83. data/solr/ogp-dev/conf/lang/stopwords_ar.txt +125 -0
  84. data/solr/ogp-dev/conf/lang/stopwords_bg.txt +193 -0
  85. data/solr/ogp-dev/conf/lang/stopwords_ca.txt +220 -0
  86. data/solr/ogp-dev/conf/lang/stopwords_cz.txt +172 -0
  87. data/solr/ogp-dev/conf/lang/stopwords_da.txt +108 -0
  88. data/solr/ogp-dev/conf/lang/stopwords_de.txt +292 -0
  89. data/solr/ogp-dev/conf/lang/stopwords_el.txt +78 -0
  90. data/solr/ogp-dev/conf/lang/stopwords_en.txt +54 -0
  91. data/solr/ogp-dev/conf/lang/stopwords_es.txt +354 -0
  92. data/solr/ogp-dev/conf/lang/stopwords_eu.txt +99 -0
  93. data/solr/ogp-dev/conf/lang/stopwords_fa.txt +313 -0
  94. data/solr/ogp-dev/conf/lang/stopwords_fi.txt +95 -0
  95. data/solr/ogp-dev/conf/lang/stopwords_fr.txt +184 -0
  96. data/solr/ogp-dev/conf/lang/stopwords_ga.txt +110 -0
  97. data/solr/ogp-dev/conf/lang/stopwords_gl.txt +161 -0
  98. data/solr/ogp-dev/conf/lang/stopwords_hi.txt +235 -0
  99. data/solr/ogp-dev/conf/lang/stopwords_hu.txt +209 -0
  100. data/solr/ogp-dev/conf/lang/stopwords_hy.txt +46 -0
  101. data/solr/ogp-dev/conf/lang/stopwords_id.txt +359 -0
  102. data/solr/ogp-dev/conf/lang/stopwords_it.txt +301 -0
  103. data/solr/ogp-dev/conf/lang/stopwords_ja.txt +127 -0
  104. data/solr/ogp-dev/conf/lang/stopwords_lv.txt +172 -0
  105. data/solr/ogp-dev/conf/lang/stopwords_nl.txt +117 -0
  106. data/solr/ogp-dev/conf/lang/stopwords_no.txt +192 -0
  107. data/solr/ogp-dev/conf/lang/stopwords_pt.txt +251 -0
  108. data/solr/ogp-dev/conf/lang/stopwords_ro.txt +233 -0
  109. data/solr/ogp-dev/conf/lang/stopwords_ru.txt +241 -0
  110. data/solr/ogp-dev/conf/lang/stopwords_sv.txt +131 -0
  111. data/solr/ogp-dev/conf/lang/stopwords_th.txt +119 -0
  112. data/solr/ogp-dev/conf/lang/stopwords_tr.txt +212 -0
  113. data/solr/ogp-dev/conf/lang/userdict_ja.txt +29 -0
  114. data/solr/ogp-dev/conf/mapping-FoldToASCII.txt +3813 -0
  115. data/solr/ogp-dev/conf/mapping-ISOLatin1Accent.txt +246 -0
  116. data/solr/ogp-dev/conf/protwords.txt +21 -0
  117. data/solr/ogp-dev/conf/schema.xml +1362 -0
  118. data/solr/ogp-dev/conf/scripts.conf +24 -0
  119. data/solr/ogp-dev/conf/solrconfig.xml +1816 -0
  120. data/solr/ogp-dev/conf/spellings.txt +2 -0
  121. data/solr/ogp-dev/conf/stopwords.txt +14 -0
  122. data/solr/ogp-dev/conf/synonyms.txt +29 -0
  123. data/solr/ogp-dev/conf/synonymsIso.txt +158 -0
  124. data/solr/ogp-dev/conf/synonymsLcsh.txt +120 -0
  125. data/solr/ogp-dev/conf/synonymsState.txt +105 -0
  126. data/solr/ogp-dev/conf/update-script.js +53 -0
  127. data/solr/ogp-dev/conf/velocity/VM_global_library.vm +170 -0
  128. data/solr/ogp-dev/conf/velocity/browse.vm +50 -0
  129. data/solr/ogp-dev/conf/velocity/cluster.vm +9 -0
  130. data/solr/ogp-dev/conf/velocity/clusterResults.vm +12 -0
  131. data/solr/ogp-dev/conf/velocity/debug.vm +17 -0
  132. data/solr/ogp-dev/conf/velocity/did_you_mean.vm +4 -0
  133. data/solr/ogp-dev/conf/velocity/facet_fields.vm +15 -0
  134. data/solr/ogp-dev/conf/velocity/facet_pivot.vm +3 -0
  135. data/solr/ogp-dev/conf/velocity/facet_queries.vm +3 -0
  136. data/solr/ogp-dev/conf/velocity/facet_ranges.vm +15 -0
  137. data/solr/ogp-dev/conf/velocity/facets.vm +5 -0
  138. data/solr/ogp-dev/conf/velocity/footer.vm +17 -0
  139. data/solr/ogp-dev/conf/velocity/head.vm +32 -0
  140. data/solr/ogp-dev/conf/velocity/header.vm +3 -0
  141. data/solr/ogp-dev/conf/velocity/hit.vm +11 -0
  142. data/solr/ogp-dev/conf/velocity/hitGrouped.vm +24 -0
  143. data/solr/ogp-dev/conf/velocity/join-doc.vm +4 -0
  144. data/solr/ogp-dev/conf/velocity/jquery.autocomplete.css +48 -0
  145. data/solr/ogp-dev/conf/velocity/jquery.autocomplete.js +763 -0
  146. data/solr/ogp-dev/conf/velocity/layout.vm +20 -0
  147. data/solr/ogp-dev/conf/velocity/main.css +208 -0
  148. data/solr/ogp-dev/conf/velocity/product-doc.vm +27 -0
  149. data/solr/ogp-dev/conf/velocity/query.vm +42 -0
  150. data/solr/ogp-dev/conf/velocity/queryGroup.vm +19 -0
  151. data/solr/ogp-dev/conf/velocity/querySpatial.vm +40 -0
  152. data/solr/ogp-dev/conf/velocity/richtext-doc.vm +114 -0
  153. data/solr/ogp-dev/conf/velocity/suggest.vm +3 -0
  154. data/solr/ogp-dev/conf/velocity/tabs.vm +6 -0
  155. data/solr/ogp-dev/conf/xslt/example.xsl +132 -0
  156. data/solr/ogp-dev/conf/xslt/example_atom.xsl +67 -0
  157. data/solr/ogp-dev/conf/xslt/example_rss.xsl +66 -0
  158. data/solr/ogp-dev/conf/xslt/luke.xsl +337 -0
  159. data/solr/ogp-dev/conf/xslt/updateXml.xsl +70 -0
  160. data/solr/ogp-dev/deploy.sh +15 -0
  161. data/solr/ogp-dev/purge.sh +9 -0
  162. data/solr/ogp-dev/upload.sh +17 -0
  163. data/solr/ogp-test/conf/admin-extra.html +24 -0
  164. data/solr/ogp-test/conf/admin-extra.menu-bottom.html +25 -0
  165. data/solr/ogp-test/conf/admin-extra.menu-top.html +25 -0
  166. data/solr/ogp-test/conf/currency.xml +67 -0
  167. data/solr/ogp-test/conf/elevate.xml +38 -0
  168. data/solr/ogp-test/conf/lang/contractions_ca.txt +8 -0
  169. data/solr/ogp-test/conf/lang/contractions_fr.txt +15 -0
  170. data/solr/ogp-test/conf/lang/contractions_ga.txt +5 -0
  171. data/solr/ogp-test/conf/lang/contractions_it.txt +23 -0
  172. data/solr/ogp-test/conf/lang/hyphenations_ga.txt +5 -0
  173. data/solr/ogp-test/conf/lang/stemdict_nl.txt +6 -0
  174. data/solr/ogp-test/conf/lang/stoptags_ja.txt +420 -0
  175. data/solr/ogp-test/conf/lang/stopwords_ar.txt +125 -0
  176. data/solr/ogp-test/conf/lang/stopwords_bg.txt +193 -0
  177. data/solr/ogp-test/conf/lang/stopwords_ca.txt +220 -0
  178. data/solr/ogp-test/conf/lang/stopwords_cz.txt +172 -0
  179. data/solr/ogp-test/conf/lang/stopwords_da.txt +108 -0
  180. data/solr/ogp-test/conf/lang/stopwords_de.txt +292 -0
  181. data/solr/ogp-test/conf/lang/stopwords_el.txt +78 -0
  182. data/solr/ogp-test/conf/lang/stopwords_en.txt +54 -0
  183. data/solr/ogp-test/conf/lang/stopwords_es.txt +354 -0
  184. data/solr/ogp-test/conf/lang/stopwords_eu.txt +99 -0
  185. data/solr/ogp-test/conf/lang/stopwords_fa.txt +313 -0
  186. data/solr/ogp-test/conf/lang/stopwords_fi.txt +95 -0
  187. data/solr/ogp-test/conf/lang/stopwords_fr.txt +184 -0
  188. data/solr/ogp-test/conf/lang/stopwords_ga.txt +110 -0
  189. data/solr/ogp-test/conf/lang/stopwords_gl.txt +161 -0
  190. data/solr/ogp-test/conf/lang/stopwords_hi.txt +235 -0
  191. data/solr/ogp-test/conf/lang/stopwords_hu.txt +209 -0
  192. data/solr/ogp-test/conf/lang/stopwords_hy.txt +46 -0
  193. data/solr/ogp-test/conf/lang/stopwords_id.txt +359 -0
  194. data/solr/ogp-test/conf/lang/stopwords_it.txt +301 -0
  195. data/solr/ogp-test/conf/lang/stopwords_ja.txt +127 -0
  196. data/solr/ogp-test/conf/lang/stopwords_lv.txt +172 -0
  197. data/solr/ogp-test/conf/lang/stopwords_nl.txt +117 -0
  198. data/solr/ogp-test/conf/lang/stopwords_no.txt +192 -0
  199. data/solr/ogp-test/conf/lang/stopwords_pt.txt +251 -0
  200. data/solr/ogp-test/conf/lang/stopwords_ro.txt +233 -0
  201. data/solr/ogp-test/conf/lang/stopwords_ru.txt +241 -0
  202. data/solr/ogp-test/conf/lang/stopwords_sv.txt +131 -0
  203. data/solr/ogp-test/conf/lang/stopwords_th.txt +119 -0
  204. data/solr/ogp-test/conf/lang/stopwords_tr.txt +212 -0
  205. data/solr/ogp-test/conf/lang/userdict_ja.txt +29 -0
  206. data/solr/ogp-test/conf/mapping-FoldToASCII.txt +3813 -0
  207. data/solr/ogp-test/conf/mapping-ISOLatin1Accent.txt +246 -0
  208. data/solr/ogp-test/conf/protwords.txt +21 -0
  209. data/solr/ogp-test/conf/schema.xml +1362 -0
  210. data/solr/ogp-test/conf/scripts.conf +24 -0
  211. data/solr/ogp-test/conf/solrconfig.xml +1816 -0
  212. data/solr/ogp-test/conf/spellings.txt +2 -0
  213. data/solr/ogp-test/conf/stopwords.txt +14 -0
  214. data/solr/ogp-test/conf/synonyms.txt +29 -0
  215. data/solr/ogp-test/conf/synonymsIso.txt +158 -0
  216. data/solr/ogp-test/conf/synonymsLcsh.txt +120 -0
  217. data/solr/ogp-test/conf/synonymsState.txt +105 -0
  218. data/solr/ogp-test/conf/update-script.js +53 -0
  219. data/solr/ogp-test/conf/velocity/VM_global_library.vm +170 -0
  220. data/solr/ogp-test/conf/velocity/browse.vm +50 -0
  221. data/solr/ogp-test/conf/velocity/cluster.vm +9 -0
  222. data/solr/ogp-test/conf/velocity/clusterResults.vm +12 -0
  223. data/solr/ogp-test/conf/velocity/debug.vm +17 -0
  224. data/solr/ogp-test/conf/velocity/did_you_mean.vm +4 -0
  225. data/solr/ogp-test/conf/velocity/facet_fields.vm +15 -0
  226. data/solr/ogp-test/conf/velocity/facet_pivot.vm +3 -0
  227. data/solr/ogp-test/conf/velocity/facet_queries.vm +3 -0
  228. data/solr/ogp-test/conf/velocity/facet_ranges.vm +15 -0
  229. data/solr/ogp-test/conf/velocity/facets.vm +5 -0
  230. data/solr/ogp-test/conf/velocity/footer.vm +17 -0
  231. data/solr/ogp-test/conf/velocity/head.vm +32 -0
  232. data/solr/ogp-test/conf/velocity/header.vm +3 -0
  233. data/solr/ogp-test/conf/velocity/hit.vm +11 -0
  234. data/solr/ogp-test/conf/velocity/hitGrouped.vm +24 -0
  235. data/solr/ogp-test/conf/velocity/join-doc.vm +4 -0
  236. data/solr/ogp-test/conf/velocity/jquery.autocomplete.css +48 -0
  237. data/solr/ogp-test/conf/velocity/jquery.autocomplete.js +763 -0
  238. data/solr/ogp-test/conf/velocity/layout.vm +20 -0
  239. data/solr/ogp-test/conf/velocity/main.css +208 -0
  240. data/solr/ogp-test/conf/velocity/product-doc.vm +27 -0
  241. data/solr/ogp-test/conf/velocity/query.vm +42 -0
  242. data/solr/ogp-test/conf/velocity/queryGroup.vm +19 -0
  243. data/solr/ogp-test/conf/velocity/querySpatial.vm +40 -0
  244. data/solr/ogp-test/conf/velocity/richtext-doc.vm +114 -0
  245. data/solr/ogp-test/conf/velocity/suggest.vm +3 -0
  246. data/solr/ogp-test/conf/velocity/tabs.vm +6 -0
  247. data/solr/ogp-test/conf/xslt/example.xsl +132 -0
  248. data/solr/ogp-test/conf/xslt/example_atom.xsl +67 -0
  249. data/solr/ogp-test/conf/xslt/example_rss.xsl +66 -0
  250. data/solr/ogp-test/conf/xslt/luke.xsl +337 -0
  251. data/solr/ogp-test/conf/xslt/updateXml.xsl +70 -0
  252. data/solr/ogp-test/deploy.sh +15 -0
  253. data/solr/ogp-test/purge.sh +9 -0
  254. data/solr/ogp-test/upload.sh +17 -0
  255. data/solr/ogp/conf/admin-extra.html +24 -0
  256. data/solr/ogp/conf/admin-extra.menu-bottom.html +25 -0
  257. data/solr/ogp/conf/admin-extra.menu-top.html +25 -0
  258. data/solr/ogp/conf/currency.xml +67 -0
  259. data/solr/ogp/conf/elevate.xml +38 -0
  260. data/solr/ogp/conf/lang/contractions_ca.txt +8 -0
  261. data/solr/ogp/conf/lang/contractions_fr.txt +15 -0
  262. data/solr/ogp/conf/lang/contractions_ga.txt +5 -0
  263. data/solr/ogp/conf/lang/contractions_it.txt +23 -0
  264. data/solr/ogp/conf/lang/hyphenations_ga.txt +5 -0
  265. data/solr/ogp/conf/lang/stemdict_nl.txt +6 -0
  266. data/solr/ogp/conf/lang/stoptags_ja.txt +420 -0
  267. data/solr/ogp/conf/lang/stopwords_ar.txt +125 -0
  268. data/solr/ogp/conf/lang/stopwords_bg.txt +193 -0
  269. data/solr/ogp/conf/lang/stopwords_ca.txt +220 -0
  270. data/solr/ogp/conf/lang/stopwords_cz.txt +172 -0
  271. data/solr/ogp/conf/lang/stopwords_da.txt +108 -0
  272. data/solr/ogp/conf/lang/stopwords_de.txt +292 -0
  273. data/solr/ogp/conf/lang/stopwords_el.txt +78 -0
  274. data/solr/ogp/conf/lang/stopwords_en.txt +54 -0
  275. data/solr/ogp/conf/lang/stopwords_es.txt +354 -0
  276. data/solr/ogp/conf/lang/stopwords_eu.txt +99 -0
  277. data/solr/ogp/conf/lang/stopwords_fa.txt +313 -0
  278. data/solr/ogp/conf/lang/stopwords_fi.txt +95 -0
  279. data/solr/ogp/conf/lang/stopwords_fr.txt +184 -0
  280. data/solr/ogp/conf/lang/stopwords_ga.txt +110 -0
  281. data/solr/ogp/conf/lang/stopwords_gl.txt +161 -0
  282. data/solr/ogp/conf/lang/stopwords_hi.txt +235 -0
  283. data/solr/ogp/conf/lang/stopwords_hu.txt +209 -0
  284. data/solr/ogp/conf/lang/stopwords_hy.txt +46 -0
  285. data/solr/ogp/conf/lang/stopwords_id.txt +359 -0
  286. data/solr/ogp/conf/lang/stopwords_it.txt +301 -0
  287. data/solr/ogp/conf/lang/stopwords_ja.txt +127 -0
  288. data/solr/ogp/conf/lang/stopwords_lv.txt +172 -0
  289. data/solr/ogp/conf/lang/stopwords_nl.txt +117 -0
  290. data/solr/ogp/conf/lang/stopwords_no.txt +192 -0
  291. data/solr/ogp/conf/lang/stopwords_pt.txt +251 -0
  292. data/solr/ogp/conf/lang/stopwords_ro.txt +233 -0
  293. data/solr/ogp/conf/lang/stopwords_ru.txt +241 -0
  294. data/solr/ogp/conf/lang/stopwords_sv.txt +131 -0
  295. data/solr/ogp/conf/lang/stopwords_th.txt +119 -0
  296. data/solr/ogp/conf/lang/stopwords_tr.txt +212 -0
  297. data/solr/ogp/conf/lang/userdict_ja.txt +29 -0
  298. data/solr/ogp/conf/mapping-FoldToASCII.txt +3813 -0
  299. data/solr/ogp/conf/mapping-ISOLatin1Accent.txt +246 -0
  300. data/solr/ogp/conf/protwords.txt +21 -0
  301. data/solr/ogp/conf/schema.xml +1362 -0
  302. data/solr/ogp/conf/scripts.conf +24 -0
  303. data/solr/ogp/conf/solrconfig.xml +1816 -0
  304. data/solr/ogp/conf/spellings.txt +2 -0
  305. data/solr/ogp/conf/stopwords.txt +14 -0
  306. data/solr/ogp/conf/synonyms.txt +29 -0
  307. data/solr/ogp/conf/synonymsIso.txt +158 -0
  308. data/solr/ogp/conf/synonymsLcsh.txt +120 -0
  309. data/solr/ogp/conf/synonymsState.txt +105 -0
  310. data/solr/ogp/conf/update-script.js +53 -0
  311. data/solr/ogp/conf/velocity/VM_global_library.vm +170 -0
  312. data/solr/ogp/conf/velocity/browse.vm +50 -0
  313. data/solr/ogp/conf/velocity/cluster.vm +9 -0
  314. data/solr/ogp/conf/velocity/clusterResults.vm +12 -0
  315. data/solr/ogp/conf/velocity/debug.vm +17 -0
  316. data/solr/ogp/conf/velocity/did_you_mean.vm +4 -0
  317. data/solr/ogp/conf/velocity/facet_fields.vm +15 -0
  318. data/solr/ogp/conf/velocity/facet_pivot.vm +3 -0
  319. data/solr/ogp/conf/velocity/facet_queries.vm +3 -0
  320. data/solr/ogp/conf/velocity/facet_ranges.vm +15 -0
  321. data/solr/ogp/conf/velocity/facets.vm +5 -0
  322. data/solr/ogp/conf/velocity/footer.vm +17 -0
  323. data/solr/ogp/conf/velocity/head.vm +32 -0
  324. data/solr/ogp/conf/velocity/header.vm +3 -0
  325. data/solr/ogp/conf/velocity/hit.vm +11 -0
  326. data/solr/ogp/conf/velocity/hitGrouped.vm +24 -0
  327. data/solr/ogp/conf/velocity/join-doc.vm +4 -0
  328. data/solr/ogp/conf/velocity/jquery.autocomplete.css +48 -0
  329. data/solr/ogp/conf/velocity/jquery.autocomplete.js +763 -0
  330. data/solr/ogp/conf/velocity/layout.vm +20 -0
  331. data/solr/ogp/conf/velocity/main.css +208 -0
  332. data/solr/ogp/conf/velocity/product-doc.vm +27 -0
  333. data/solr/ogp/conf/velocity/query.vm +42 -0
  334. data/solr/ogp/conf/velocity/queryGroup.vm +19 -0
  335. data/solr/ogp/conf/velocity/querySpatial.vm +40 -0
  336. data/solr/ogp/conf/velocity/richtext-doc.vm +114 -0
  337. data/solr/ogp/conf/velocity/suggest.vm +3 -0
  338. data/solr/ogp/conf/velocity/tabs.vm +6 -0
  339. data/solr/ogp/conf/xslt/example.xsl +132 -0
  340. data/solr/ogp/conf/xslt/example_atom.xsl +67 -0
  341. data/solr/ogp/conf/xslt/example_rss.xsl +66 -0
  342. data/solr/ogp/conf/xslt/luke.xsl +337 -0
  343. data/solr/ogp/conf/xslt/updateXml.xsl +70 -0
  344. data/solr/ogp/deploy.sh +15 -0
  345. data/solr/ogp/upload.sh +16 -0
  346. data/spec/fixtures/bw938nk9584/metadata/geoMetadata.xml +2438 -0
  347. data/spec/fixtures/bw938nk9584/temp/TRIPURA-iso19139-fc.xml +1643 -0
  348. data/spec/fixtures/bw938nk9584/temp/TRIPURA-iso19139.xml +790 -0
  349. data/spec/fixtures/cc142xj8436/metadata/geoMetadata.xml +2029 -0
  350. data/spec/fixtures/cc142xj8436/temp/HARYANA-iso19139-fc.xml +1174 -0
  351. data/spec/fixtures/cc142xj8436/temp/HARYANA-iso19139.xml +850 -0
  352. data/spec/fixtures/cg716wc7949/metadata/geoMetadata.xml +1815 -0
  353. data/spec/fixtures/cg716wc7949/temp/metadata.iso19139-fc.xml +958 -0
  354. data/spec/fixtures/cg716wc7949/temp/metadata.iso19139.xml +852 -0
  355. data/spec/fixtures/cm007pv9601/metadata/geoMetadata.xml +1092 -0
  356. data/spec/fixtures/cm007pv9601/temp/MEGHALAYA-iso19139-fc.xml +379 -0
  357. data/spec/fixtures/cm007pv9601/temp/MEGHALAYA-iso19139.xml +708 -0
  358. data/spec/fixtures/cp055nb0189/metadata/geoMetadata.xml +1820 -0
  359. data/spec/fixtures/cp055nb0189/temp/metadata.iso19139-fc.xml +955 -0
  360. data/spec/fixtures/cp055nb0189/temp/metadata.iso19139.xml +860 -0
  361. data/spec/fixtures/cs838pw3418/metadata/geoMetadata.xml +912 -0
  362. data/spec/fixtures/cs838pw3418/temp/OIL_GAS_FIELDS-iso19139-fc.xml +177 -0
  363. data/spec/fixtures/cs838pw3418/temp/OIL_GAS_FIELDS-iso19139.xml +730 -0
  364. data/spec/fixtures/dd308sy5843/metadata/geoMetadata.xml +2438 -0
  365. data/spec/fixtures/dd308sy5843/temp/ORISSA-iso19139-fc.xml +1643 -0
  366. data/spec/fixtures/dd308sy5843/temp/ORISSA-iso19139.xml +790 -0
  367. data/spec/fixtures/dd452vk1873/metadata/geoMetadata.xml +1168 -0
  368. data/spec/fixtures/dd452vk1873/temp/metadata.iso19139-fc.xml +175 -0
  369. data/spec/fixtures/dd452vk1873/temp/metadata.iso19139.xml +988 -0
  370. data/spec/fixtures/dg850pt1796/metadata/geoMetadata.xml +1411 -0
  371. data/spec/fixtures/dg850pt1796/temp/STATE1951-iso19139-fc.xml +519 -0
  372. data/spec/fixtures/dg850pt1796/temp/STATE1951-iso19139.xml +887 -0
  373. data/spec/fixtures/dn744tf5427/metadata/geoMetadata.xml +7403 -0
  374. data/spec/fixtures/dn744tf5427/temp/DISTRICT1991-iso19139-fc.xml +6539 -0
  375. data/spec/fixtures/dn744tf5427/temp/DISTRICT1991-iso19139.xml +859 -0
  376. data/spec/fixtures/dq603nz8402/metadata/geoMetadata.xml +8485 -0
  377. data/spec/fixtures/dq603nz8402/temp/STATE2001-iso19139-fc.xml +7595 -0
  378. data/spec/fixtures/dq603nz8402/temp/STATE2001-iso19139.xml +885 -0
  379. data/spec/fixtures/dv609zt4699/metadata/geoMetadata.xml +3865 -0
  380. data/spec/fixtures/dv609zt4699/temp/ASSAM-iso19139-fc.xml +3075 -0
  381. data/spec/fixtures/dv609zt4699/temp/ASSAM-iso19139.xml +785 -0
  382. data/spec/fixtures/dz222hw0585/metadata/geoMetadata.xml +2057 -0
  383. data/spec/fixtures/dz222hw0585/temp/PUNJAB-iso19139-fc.xml +1203 -0
  384. data/spec/fixtures/dz222hw0585/temp/PUNJAB-iso19139.xml +849 -0
  385. data/spec/fixtures/fd673qb9705/metadata/geoMetadata.xml +4059 -0
  386. data/spec/fixtures/fd673qb9705/temp/STATE1971-iso19139-fc.xml +3159 -0
  387. data/spec/fixtures/fd673qb9705/temp/STATE1971-iso19139.xml +895 -0
  388. data/spec/fixtures/fg451wp8917/metadata/geoMetadata.xml +2435 -0
  389. data/spec/fixtures/fg451wp8917/temp/SIKKIM-iso19139-fc.xml +1643 -0
  390. data/spec/fixtures/fg451wp8917/temp/SIKKIM-iso19139.xml +787 -0
  391. data/spec/fixtures/fh247yz0156/metadata/geoMetadata.xml +2437 -0
  392. data/spec/fixtures/fh247yz0156/temp/RAJASTHAN-iso19139-fc.xml +1643 -0
  393. data/spec/fixtures/fh247yz0156/temp/RAJASTHAN-iso19139.xml +789 -0
  394. data/spec/fixtures/fs487vd1465/metadata/geoMetadata.xml +3896 -0
  395. data/spec/fixtures/fs487vd1465/temp/CHHATTISGARH-iso19139-fc.xml +3075 -0
  396. data/spec/fixtures/fs487vd1465/temp/CHHATTISGARH-iso19139.xml +816 -0
  397. data/spec/fixtures/fs591bn3317/metadata/geoMetadata.xml +2435 -0
  398. data/spec/fixtures/fs591bn3317/temp/HIMACHAL_PRADESH-iso19139-fc.xml +1643 -0
  399. data/spec/fixtures/fs591bn3317/temp/HIMACHAL_PRADESH-iso19139.xml +787 -0
  400. data/spec/fixtures/fw920bc5473/metadata/geoMetadata.xml +1056 -0
  401. data/spec/fixtures/fw920bc5473/temp/PLSS_TWN-iso19139-fc.xml +327 -0
  402. data/spec/fixtures/fw920bc5473/temp/PLSS_TWN-iso19139.xml +724 -0
  403. data/spec/fixtures/gj831wj3625/metadata/geoMetadata.xml +1735 -0
  404. data/spec/fixtures/gj831wj3625/temp/metadata.iso19139-fc.xml +940 -0
  405. data/spec/fixtures/gj831wj3625/temp/metadata.iso19139.xml +790 -0
  406. data/spec/fixtures/gp075nv3265/metadata/geoMetadata.xml +2432 -0
  407. data/spec/fixtures/gp075nv3265/temp/PONDICHERRY-iso19139-fc.xml +1643 -0
  408. data/spec/fixtures/gp075nv3265/temp/PONDICHERRY-iso19139.xml +784 -0
  409. data/spec/fixtures/gv800hj8141/metadata/geoMetadata.xml +2392 -0
  410. data/spec/fixtures/gv800hj8141/temp/BIHAR-iso19139-fc.xml +1643 -0
  411. data/spec/fixtures/gv800hj8141/temp/BIHAR-iso19139.xml +744 -0
  412. data/spec/fixtures/gw520gz6339/metadata/geoMetadata.xml +3899 -0
  413. data/spec/fixtures/gw520gz6339/temp/DADRA_NAGAR_HAVELI_PT-iso19139-fc.xml +3075 -0
  414. data/spec/fixtures/gw520gz6339/temp/DADRA_NAGAR_HAVELI_PT-iso19139.xml +819 -0
  415. data/spec/fixtures/gy054hz1045/metadata/geoMetadata.xml +2418 -0
  416. data/spec/fixtures/gy054hz1045/temp/HARYANA-iso19139-fc.xml +1633 -0
  417. data/spec/fixtures/gy054hz1045/temp/HARYANA-iso19139.xml +780 -0
  418. data/spec/fixtures/gz352mw6982/metadata/geoMetadata.xml +1772 -0
  419. data/spec/fixtures/gz352mw6982/temp/metadata.iso19139-fc.xml +940 -0
  420. data/spec/fixtures/gz352mw6982/temp/metadata.iso19139.xml +827 -0
  421. data/spec/fixtures/hb489vm9892/metadata/geoMetadata.xml +3663 -0
  422. data/spec/fixtures/hb489vm9892/temp/DISTRICT1981-iso19139-fc.xml +2799 -0
  423. data/spec/fixtures/hb489vm9892/temp/DISTRICT1981-iso19139.xml +859 -0
  424. data/spec/fixtures/hw125dq0418/metadata/geoMetadata.xml +2448 -0
  425. data/spec/fixtures/hw125dq0418/temp/DELHI-iso19139-fc.xml +1599 -0
  426. data/spec/fixtures/hw125dq0418/temp/DELHI-iso19139.xml +844 -0
  427. data/spec/fixtures/hw892mn4587/metadata/geoMetadata.xml +2561 -0
  428. data/spec/fixtures/hw892mn4587/temp/KERALA-iso19139-fc.xml +1763 -0
  429. data/spec/fixtures/hw892mn4587/temp/KERALA-iso19139.xml +793 -0
  430. data/spec/fixtures/jb371hz3868/metadata/geoMetadata.xml +3129 -0
  431. data/spec/fixtures/jb371hz3868/temp/INCOME-iso19139-fc.xml +2263 -0
  432. data/spec/fixtures/jb371hz3868/temp/INCOME-iso19139.xml +861 -0
  433. data/spec/fixtures/jc017yk9928/metadata/geoMetadata.xml +2433 -0
  434. data/spec/fixtures/jc017yk9928/temp/KARNATAKA-iso19139-fc.xml +1599 -0
  435. data/spec/fixtures/jc017yk9928/temp/KARNATAKA-iso19139.xml +829 -0
  436. data/spec/fixtures/jf841ys4828/metadata/geoMetadata.xml +2156 -0
  437. data/spec/fixtures/jf841ys4828/temp/ANDHRA_PRADESH-iso19139-fc.xml +1247 -0
  438. data/spec/fixtures/jf841ys4828/temp/ANDHRA_PRADESH-iso19139.xml +904 -0
  439. data/spec/fixtures/jh802mp2160/metadata/geoMetadata.xml +3917 -0
  440. data/spec/fixtures/jh802mp2160/temp/DELHI_PT-iso19139-fc.xml +3075 -0
  441. data/spec/fixtures/jh802mp2160/temp/DELHI_PT-iso19139.xml +837 -0
  442. data/spec/fixtures/jj806fc3801/metadata/geoMetadata.xml +1235 -0
  443. data/spec/fixtures/jj806fc3801/temp/metadata.iso19139-fc.xml +173 -0
  444. data/spec/fixtures/jj806fc3801/temp/metadata.iso19139.xml +1057 -0
  445. data/spec/fixtures/jq835yn7161/metadata/geoMetadata.xml +2060 -0
  446. data/spec/fixtures/jq835yn7161/temp/HIMACHAL_PRADESH-iso19139-fc.xml +1203 -0
  447. data/spec/fixtures/jq835yn7161/temp/HIMACHAL_PRADESH-iso19139.xml +852 -0
  448. data/spec/fixtures/jr455pt6676/metadata/geoMetadata.xml +2045 -0
  449. data/spec/fixtures/jr455pt6676/temp/TAMILNADU-iso19139-fc.xml +1203 -0
  450. data/spec/fixtures/jr455pt6676/temp/TAMILNADU-iso19139.xml +837 -0
  451. data/spec/fixtures/js637zp2537/metadata/geoMetadata.xml +3894 -0
  452. data/spec/fixtures/js637zp2537/temp/BIHAR-iso19139-fc.xml +3075 -0
  453. data/spec/fixtures/js637zp2537/temp/BIHAR-iso19139.xml +814 -0
  454. data/spec/fixtures/jv502wg9611/metadata/geoMetadata.xml +2052 -0
  455. data/spec/fixtures/jv502wg9611/temp/GOA-iso19139-fc.xml +1203 -0
  456. data/spec/fixtures/jv502wg9611/temp/GOA-iso19139.xml +844 -0
  457. data/spec/fixtures/jw462ck6560/metadata/geoMetadata.xml +2442 -0
  458. data/spec/fixtures/jw462ck6560/temp/JAMMU_KASHMIR-iso19139-fc.xml +1643 -0
  459. data/spec/fixtures/jw462ck6560/temp/JAMMU_KASHMIR-iso19139.xml +794 -0
  460. data/spec/fixtures/kj800fb6273/metadata/geoMetadata.xml +3300 -0
  461. data/spec/fixtures/kj800fb6273/temp/STATE2011-iso19139-fc.xml +2403 -0
  462. data/spec/fixtures/kj800fb6273/temp/STATE2011-iso19139.xml +892 -0
  463. data/spec/fixtures/km504zq3948/metadata/geoMetadata.xml +3862 -0
  464. data/spec/fixtures/km504zq3948/temp/HIMACHAL_PRADESH-iso19139-fc.xml +3075 -0
  465. data/spec/fixtures/km504zq3948/temp/HIMACHAL_PRADESH-iso19139.xml +782 -0
  466. data/spec/fixtures/ks297fy1411/metadata/geoMetadata.xml +1043 -0
  467. data/spec/fixtures/ks297fy1411/temp/OFFSH_BLOCKS-iso19139-fc.xml +350 -0
  468. data/spec/fixtures/ks297fy1411/temp/OFFSH_BLOCKS-iso19139.xml +688 -0
  469. data/spec/fixtures/md358hy5049/metadata/geoMetadata.xml +2424 -0
  470. data/spec/fixtures/md358hy5049/temp/MIZORAM-iso19139-fc.xml +1570 -0
  471. data/spec/fixtures/md358hy5049/temp/MIZORAM-iso19139.xml +849 -0
  472. data/spec/fixtures/mg745bq0193/metadata/geoMetadata.xml +2183 -0
  473. data/spec/fixtures/mg745bq0193/temp/MADHYA_PRADESH-iso19139-fc.xml +1383 -0
  474. data/spec/fixtures/mg745bq0193/temp/MADHYA_PRADESH-iso19139.xml +795 -0
  475. data/spec/fixtures/mh187yx3536/metadata/geoMetadata.xml +2447 -0
  476. data/spec/fixtures/mh187yx3536/temp/WEST_BENGAL-iso19139-fc.xml +1643 -0
  477. data/spec/fixtures/mh187yx3536/temp/WEST_BENGAL-iso19139.xml +799 -0
  478. data/spec/fixtures/mk488yn6694/metadata/geoMetadata.xml +2042 -0
  479. data/spec/fixtures/mk488yn6694/temp/GUJARAT-iso19139-fc.xml +1203 -0
  480. data/spec/fixtures/mk488yn6694/temp/GUJARAT-iso19139.xml +834 -0
  481. data/spec/fixtures/my216kp3008/metadata/geoMetadata.xml +2366 -0
  482. data/spec/fixtures/my216kp3008/temp/DELHI-iso19139-fc.xml +1643 -0
  483. data/spec/fixtures/my216kp3008/temp/DELHI-iso19139.xml +718 -0
  484. data/spec/fixtures/my504nz9827/metadata/geoMetadata.xml +2367 -0
  485. data/spec/fixtures/my504nz9827/temp/JAMMU_KASHMIR-iso19139-fc.xml +1519 -0
  486. data/spec/fixtures/my504nz9827/temp/JAMMU_KASHMIR-iso19139.xml +843 -0
  487. data/spec/fixtures/ng819jm8700/metadata/geoMetadata.xml +2496 -0
  488. data/spec/fixtures/ng819jm8700/temp/MANIPUR-iso19139-fc.xml +1643 -0
  489. data/spec/fixtures/ng819jm8700/temp/MANIPUR-iso19139.xml +848 -0
  490. data/spec/fixtures/np020jq2139/metadata/geoMetadata.xml +1153 -0
  491. data/spec/fixtures/np020jq2139/temp/metadata.iso19139-fc.xml +160 -0
  492. data/spec/fixtures/np020jq2139/temp/metadata.iso19139.xml +988 -0
  493. data/spec/fixtures/ns377mt1608/metadata/geoMetadata.xml +7125 -0
  494. data/spec/fixtures/ns377mt1608/temp/STATE1991-iso19139-fc.xml +6283 -0
  495. data/spec/fixtures/ns377mt1608/temp/STATE1991-iso19139.xml +837 -0
  496. data/spec/fixtures/nw926np8508/metadata/geoMetadata.xml +1143 -0
  497. data/spec/fixtures/nw926np8508/temp/metadata.iso19139-fc.xml +160 -0
  498. data/spec/fixtures/nw926np8508/temp/metadata.iso19139.xml +978 -0
  499. data/spec/fixtures/ny358rm8559/metadata/geoMetadata.xml +2459 -0
  500. data/spec/fixtures/ny358rm8559/temp/TRIPURA-iso19139-fc.xml +1599 -0
  501. data/spec/fixtures/ny358rm8559/temp/TRIPURA-iso19139.xml +855 -0
  502. data/spec/fixtures/nz176rm8192/metadata/geoMetadata.xml +2618 -0
  503. data/spec/fixtures/nz176rm8192/temp/DISTRICT2011-iso19139-fc.xml +1813 -0
  504. data/spec/fixtures/nz176rm8192/temp/DISTRICT2011-iso19139.xml +800 -0
  505. data/spec/fixtures/nz252rq2252/metadata/geoMetadata.xml +2387 -0
  506. data/spec/fixtures/nz252rq2252/temp/UTTAR_PRADESH-iso19139-fc.xml +1599 -0
  507. data/spec/fixtures/nz252rq2252/temp/UTTAR_PRADESH-iso19139.xml +783 -0
  508. data/spec/fixtures/pd902kb3348/metadata/geoMetadata.xml +2414 -0
  509. data/spec/fixtures/pd902kb3348/temp/MADHYA_PRADESH-iso19139-fc.xml +1633 -0
  510. data/spec/fixtures/pd902kb3348/temp/MADHYA_PRADESH-iso19139.xml +776 -0
  511. data/spec/fixtures/pz792fz1776/metadata/geoMetadata.xml +2437 -0
  512. data/spec/fixtures/pz792fz1776/temp/MAHARASHTRA-iso19139-fc.xml +1643 -0
  513. data/spec/fixtures/pz792fz1776/temp/MAHARASHTRA-iso19139.xml +789 -0
  514. data/spec/fixtures/qb767ss4042/metadata/geoMetadata.xml +2045 -0
  515. data/spec/fixtures/qb767ss4042/temp/UTTAR_PRADESH-iso19139-fc.xml +1200 -0
  516. data/spec/fixtures/qb767ss4042/temp/UTTAR_PRADESH-iso19139.xml +840 -0
  517. data/spec/fixtures/qc091qw0570/metadata/geoMetadata.xml +2428 -0
  518. data/spec/fixtures/qc091qw0570/temp/GUJARAT-iso19139-fc.xml +1643 -0
  519. data/spec/fixtures/qc091qw0570/temp/GUJARAT-iso19139.xml +780 -0
  520. data/spec/fixtures/qc652vr7204/metadata/geoMetadata.xml +3877 -0
  521. data/spec/fixtures/qc652vr7204/temp/ANDHRA_PRADESH_PT-iso19139-fc.xml +3075 -0
  522. data/spec/fixtures/qc652vr7204/temp/ANDHRA_PRADESH_PT-iso19139.xml +797 -0
  523. data/spec/fixtures/qk786js7484/metadata/geoMetadata.xml +3267 -0
  524. data/spec/fixtures/qk786js7484/temp/DISTRICT1961-iso19139-fc.xml +2403 -0
  525. data/spec/fixtures/qk786js7484/temp/DISTRICT1961-iso19139.xml +859 -0
  526. data/spec/fixtures/qn676pg6767/metadata/geoMetadata.xml +3861 -0
  527. data/spec/fixtures/qn676pg6767/temp/GOA-iso19139-fc.xml +3075 -0
  528. data/spec/fixtures/qn676pg6767/temp/GOA-iso19139.xml +781 -0
  529. data/spec/fixtures/qr255jh4074/metadata/geoMetadata.xml +3226 -0
  530. data/spec/fixtures/qr255jh4074/temp/LOKSABHA_14-iso19139-fc.xml +2366 -0
  531. data/spec/fixtures/qr255jh4074/temp/LOKSABHA_14-iso19139.xml +855 -0
  532. data/spec/fixtures/qr374kj4827/metadata/geoMetadata.xml +2428 -0
  533. data/spec/fixtures/qr374kj4827/temp/ASSAM-iso19139-fc.xml +1643 -0
  534. data/spec/fixtures/qr374kj4827/temp/ASSAM-iso19139.xml +780 -0
  535. data/spec/fixtures/qy162js1748/metadata/geoMetadata.xml +2440 -0
  536. data/spec/fixtures/qy162js1748/temp/CHHATTISGARH-iso19139-fc.xml +1643 -0
  537. data/spec/fixtures/qy162js1748/temp/CHHATTISGARH-iso19139.xml +792 -0
  538. data/spec/fixtures/rd446vf2633/metadata/geoMetadata.xml +1109 -0
  539. data/spec/fixtures/rd446vf2633/temp/NAGALAND-iso19139-fc.xml +379 -0
  540. data/spec/fixtures/rd446vf2633/temp/NAGALAND-iso19139.xml +725 -0
  541. data/spec/fixtures/rf389hf2983/metadata/geoMetadata.xml +3929 -0
  542. data/spec/fixtures/rf389hf2983/temp/CHHATTISGARH_PT-iso19139-fc.xml +3075 -0
  543. data/spec/fixtures/rf389hf2983/temp/CHHATTISGARH_PT-iso19139.xml +849 -0
  544. data/spec/fixtures/rf859ff4582/metadata/geoMetadata.xml +1251 -0
  545. data/spec/fixtures/rf859ff4582/temp/JHARKHAND-iso19139-fc.xml +459 -0
  546. data/spec/fixtures/rf859ff4582/temp/JHARKHAND-iso19139.xml +787 -0
  547. data/spec/fixtures/rh343ds8931/metadata/geoMetadata.xml +2032 -0
  548. data/spec/fixtures/rh343ds8931/temp/BIHAR-iso19139-fc.xml +1174 -0
  549. data/spec/fixtures/rh343ds8931/temp/BIHAR-iso19139.xml +853 -0
  550. data/spec/fixtures/rn815xk8157/metadata/geoMetadata.xml +2417 -0
  551. data/spec/fixtures/rn815xk8157/temp/SIKKIM-iso19139-fc.xml +1563 -0
  552. data/spec/fixtures/rn815xk8157/temp/SIKKIM-iso19139.xml +849 -0
  553. data/spec/fixtures/rq653sz4470/metadata/geoMetadata.xml +2394 -0
  554. data/spec/fixtures/rq653sz4470/temp/CHHATTISGARH-iso19139-fc.xml +1599 -0
  555. data/spec/fixtures/rq653sz4470/temp/CHHATTISGARH-iso19139.xml +790 -0
  556. data/spec/fixtures/rt625ws6022/metadata/geoMetadata.xml +833 -0
  557. data/spec/fixtures/rt625ws6022/temp/GULF_FAIRWAYS-iso19139-fc.xml +144 -0
  558. data/spec/fixtures/rt625ws6022/temp/GULF_FAIRWAYS-iso19139.xml +684 -0
  559. data/spec/fixtures/sc330vf4259/metadata/geoMetadata.xml +1836 -0
  560. data/spec/fixtures/sc330vf4259/temp/JHARKHAND-iso19139-fc.xml +987 -0
  561. data/spec/fixtures/sc330vf4259/temp/JHARKHAND-iso19139.xml +844 -0
  562. data/spec/fixtures/sq479mx3086/metadata/geoMetadata.xml +1043 -0
  563. data/spec/fixtures/sq479mx3086/temp/OFFSH_PLATF-iso19139-fc.xml +365 -0
  564. data/spec/fixtures/sq479mx3086/temp/OFFSH_PLATF-iso19139.xml +673 -0
  565. data/spec/fixtures/sr686bm4098/metadata/geoMetadata.xml +3896 -0
  566. data/spec/fixtures/sr686bm4098/temp/DAMAN_DIU_PT-iso19139-fc.xml +3075 -0
  567. data/spec/fixtures/sr686bm4098/temp/DAMAN_DIU_PT-iso19139.xml +816 -0
  568. data/spec/fixtures/sv303sh5583/metadata/geoMetadata.xml +2395 -0
  569. data/spec/fixtures/sv303sh5583/temp/ARUNACHAL_PRADESH-iso19139-fc.xml +1555 -0
  570. data/spec/fixtures/sv303sh5583/temp/ARUNACHAL_PRADESH-iso19139.xml +835 -0
  571. data/spec/fixtures/sy319nh8520/metadata/geoMetadata.xml +3925 -0
  572. data/spec/fixtures/sy319nh8520/temp/GUJARAT-iso19139-fc.xml +3075 -0
  573. data/spec/fixtures/sy319nh8520/temp/GUJARAT-iso19139.xml +845 -0
  574. data/spec/fixtures/td363vx2792/metadata/geoMetadata.xml +3964 -0
  575. data/spec/fixtures/td363vx2792/temp/HIMACHAL_PRADESH_PT-iso19139-fc.xml +3075 -0
  576. data/spec/fixtures/td363vx2792/temp/HIMACHAL_PRADESH_PT-iso19139.xml +884 -0
  577. data/spec/fixtures/tf374bd2484/metadata/geoMetadata.xml +1464 -0
  578. data/spec/fixtures/tf374bd2484/temp/DISTRICT1951-iso19139-fc.xml +599 -0
  579. data/spec/fixtures/tf374bd2484/temp/DISTRICT1951-iso19139.xml +860 -0
  580. data/spec/fixtures/tj797mj7877/metadata/geoMetadata.xml +2359 -0
  581. data/spec/fixtures/tj797mj7877/temp/LOKSABHA_15-iso19139-fc.xml +1511 -0
  582. data/spec/fixtures/tj797mj7877/temp/LOKSABHA_15-iso19139.xml +843 -0
  583. data/spec/fixtures/tv060wq5179/metadata/geoMetadata.xml +2046 -0
  584. data/spec/fixtures/tv060wq5179/temp/ASSAM-iso19139-fc.xml +1203 -0
  585. data/spec/fixtures/tv060wq5179/temp/ASSAM-iso19139.xml +838 -0
  586. data/spec/fixtures/tv536bn1915/metadata/geoMetadata.xml +2296 -0
  587. data/spec/fixtures/tv536bn1915/temp/ARUNACHAL_PRADESH-iso19139-fc.xml +1687 -0
  588. data/spec/fixtures/tv536bn1915/temp/ARUNACHAL_PRADESH-iso19139.xml +604 -0
  589. data/spec/fixtures/tz359cc2977/metadata/geoMetadata.xml +1842 -0
  590. data/spec/fixtures/tz359cc2977/temp/MANIPUR-iso19139-fc.xml +987 -0
  591. data/spec/fixtures/tz359cc2977/temp/MANIPUR-iso19139.xml +850 -0
  592. data/spec/fixtures/vb525my6511/metadata/geoMetadata.xml +2026 -0
  593. data/spec/fixtures/vb525my6511/temp/UTTARAKHAND-iso19139-fc.xml +1167 -0
  594. data/spec/fixtures/vb525my6511/temp/UTTARAKHAND-iso19139.xml +854 -0
  595. data/spec/fixtures/vh802fs4240/metadata/geoMetadata.xml +2189 -0
  596. data/spec/fixtures/vh802fs4240/temp/PONDICHERRY-iso19139-fc.xml +1343 -0
  597. data/spec/fixtures/vh802fs4240/temp/PONDICHERRY-iso19139.xml +841 -0
  598. data/spec/fixtures/vk120xn2474/metadata/geoMetadata.xml +1125 -0
  599. data/spec/fixtures/vk120xn2474/temp/PLSS_SEC-iso19139-fc.xml +435 -0
  600. data/spec/fixtures/vk120xn2474/temp/PLSS_SEC-iso19139.xml +685 -0
  601. data/spec/fixtures/vn439bc7316/metadata/geoMetadata.xml +1979 -0
  602. data/spec/fixtures/vn439bc7316/temp/KERALA-iso19139-fc.xml +1131 -0
  603. data/spec/fixtures/vn439bc7316/temp/KERALA-iso19139.xml +843 -0
  604. data/spec/fixtures/vq745jk0695/metadata/geoMetadata.xml +1787 -0
  605. data/spec/fixtures/vq745jk0695/temp/MEGHALAYA-iso19139-fc.xml +987 -0
  606. data/spec/fixtures/vq745jk0695/temp/MEGHALAYA-iso19139.xml +795 -0
  607. data/spec/fixtures/vr593vj7147/metadata/geoMetadata.xml +3895 -0
  608. data/spec/fixtures/vr593vj7147/temp/ANDHRA_PRADESH-iso19139-fc.xml +3075 -0
  609. data/spec/fixtures/vr593vj7147/temp/ANDHRA_PRADESH-iso19139.xml +815 -0
  610. data/spec/fixtures/vw911qb5271/metadata/geoMetadata.xml +8557 -0
  611. data/spec/fixtures/vw911qb5271/temp/DISTRICT2001-iso19139-fc.xml +7683 -0
  612. data/spec/fixtures/vw911qb5271/temp/DISTRICT2001-iso19139.xml +869 -0
  613. data/spec/fixtures/wg680pz0365/metadata/geoMetadata.xml +2475 -0
  614. data/spec/fixtures/wg680pz0365/temp/ANDHRA_PRADESH-iso19139-fc.xml +1599 -0
  615. data/spec/fixtures/wg680pz0365/temp/ANDHRA_PRADESH-iso19139.xml +871 -0
  616. data/spec/fixtures/wg761xn1926/metadata/geoMetadata.xml +3941 -0
  617. data/spec/fixtures/wg761xn1926/temp/HARYANA-iso19139-fc.xml +3075 -0
  618. data/spec/fixtures/wg761xn1926/temp/HARYANA-iso19139.xml +861 -0
  619. data/spec/fixtures/wh870qw1934/metadata/geoMetadata.xml +2428 -0
  620. data/spec/fixtures/wh870qw1934/temp/PUNJAB-iso19139-fc.xml +1643 -0
  621. data/spec/fixtures/wh870qw1934/temp/PUNJAB-iso19139.xml +780 -0
  622. data/spec/fixtures/wk775mm4673/metadata/geoMetadata.xml +2458 -0
  623. data/spec/fixtures/wk775mm4673/temp/MAHARASHTRA-iso19139-fc.xml +1599 -0
  624. data/spec/fixtures/wk775mm4673/temp/MAHARASHTRA-iso19139.xml +854 -0
  625. data/spec/fixtures/ws171yz2165/metadata/geoMetadata.xml +3868 -0
  626. data/spec/fixtures/ws171yz2165/temp/ARUNACHAL_PRADESH_PT-iso19139-fc.xml +3075 -0
  627. data/spec/fixtures/ws171yz2165/temp/ARUNACHAL_PRADESH_PT-iso19139.xml +788 -0
  628. data/spec/fixtures/wt473hz7153/metadata/geoMetadata.xml +3898 -0
  629. data/spec/fixtures/wt473hz7153/temp/CHANDIGARH_PT-iso19139-fc.xml +3075 -0
  630. data/spec/fixtures/wt473hz7153/temp/CHANDIGARH_PT-iso19139.xml +818 -0
  631. data/spec/fixtures/ww217dj0457/metadata/geoMetadata.xml +1205 -0
  632. data/spec/fixtures/ww217dj0457/temp/CO2_PIPE-iso19139-fc.xml +471 -0
  633. data/spec/fixtures/ww217dj0457/temp/CO2_PIPE-iso19139.xml +729 -0
  634. data/spec/fixtures/wy875pk9849/metadata/geoMetadata.xml +3173 -0
  635. data/spec/fixtures/wy875pk9849/temp/STATE1961-iso19139-fc.xml +2279 -0
  636. data/spec/fixtures/wy875pk9849/temp/STATE1961-iso19139.xml +889 -0
  637. data/spec/fixtures/xb018tk2042/metadata/geoMetadata.xml +2335 -0
  638. data/spec/fixtures/xb018tk2042/temp/STATE1981-iso19139-fc.xml +1443 -0
  639. data/spec/fixtures/xb018tk2042/temp/STATE1981-iso19139.xml +887 -0
  640. data/spec/fixtures/xg539vw8586/metadata/geoMetadata.xml +2405 -0
  641. data/spec/fixtures/xg539vw8586/temp/ORISSA-iso19139-fc.xml +1599 -0
  642. data/spec/fixtures/xg539vw8586/temp/ORISSA-iso19139.xml +801 -0
  643. data/spec/fixtures/xv475kp4644/metadata/geoMetadata.xml +3871 -0
  644. data/spec/fixtures/xv475kp4644/temp/ASSAM_PT-iso19139-fc.xml +3075 -0
  645. data/spec/fixtures/xv475kp4644/temp/ASSAM_PT-iso19139.xml +791 -0
  646. data/spec/fixtures/xy096gc2959/metadata/geoMetadata.xml +2432 -0
  647. data/spec/fixtures/xy096gc2959/temp/GOA-iso19139-fc.xml +1643 -0
  648. data/spec/fixtures/xy096gc2959/temp/GOA-iso19139.xml +784 -0
  649. data/spec/fixtures/xz518gz3362/metadata/geoMetadata.xml +2434 -0
  650. data/spec/fixtures/xz518gz3362/temp/UTTARAKHAND-iso19139-fc.xml +1643 -0
  651. data/spec/fixtures/xz518gz3362/temp/UTTARAKHAND-iso19139.xml +786 -0
  652. data/spec/fixtures/yh986wy4737/metadata/geoMetadata.xml +1160 -0
  653. data/spec/fixtures/yh986wy4737/temp/NAGALAND-iso19139-fc.xml +384 -0
  654. data/spec/fixtures/yh986wy4737/temp/NAGALAND-iso19139.xml +771 -0
  655. data/spec/fixtures/yn187fq4474/metadata/geoMetadata.xml +2168 -0
  656. data/spec/fixtures/yn187fq4474/temp/KARNATAKA-iso19139-fc.xml +1379 -0
  657. data/spec/fixtures/yn187fq4474/temp/KARNATAKA-iso19139.xml +784 -0
  658. data/spec/fixtures/yn236mw3250/metadata/geoMetadata.xml +2428 -0
  659. data/spec/fixtures/yn236mw3250/temp/TAMILNADU-iso19139-fc.xml +1643 -0
  660. data/spec/fixtures/yn236mw3250/temp/TAMILNADU-iso19139.xml +780 -0
  661. data/spec/fixtures/yz596nz0112/metadata/geoMetadata.xml +2012 -0
  662. data/spec/fixtures/yz596nz0112/temp/WEST_BENGAL-iso19139-fc.xml +1203 -0
  663. data/spec/fixtures/yz596nz0112/temp/WEST_BENGAL-iso19139.xml +804 -0
  664. data/spec/fixtures/zk596gy7380/metadata/geoMetadata.xml +4147 -0
  665. data/spec/fixtures/zk596gy7380/temp/DISTRICT1971-iso19139-fc.xml +3283 -0
  666. data/spec/fixtures/zk596gy7380/temp/DISTRICT1971-iso19139.xml +859 -0
  667. data/spec/fixtures/zn452hh7431/metadata/geoMetadata.xml +2337 -0
  668. data/spec/fixtures/zn452hh7431/temp/RAJASTHAN-iso19139-fc.xml +1505 -0
  669. data/spec/fixtures/zn452hh7431/temp/RAJASTHAN-iso19139.xml +827 -0
  670. data/spec/fixtures/zt093fw6519/metadata/geoMetadata.xml +2380 -0
  671. data/spec/fixtures/zt093fw6519/temp/MIZORAM-iso19139-fc.xml +1643 -0
  672. data/spec/fixtures/zt093fw6519/temp/MIZORAM-iso19139.xml +732 -0
  673. data/spec/fixtures/zv925hd6723/metadata/geoMetadata.xml +1473 -0
  674. data/spec/fixtures/zv925hd6723/temp/OGWELLS-iso19139-fc.xml +759 -0
  675. data/spec/fixtures/zv925hd6723/temp/OGWELLS-iso19139.xml +709 -0
  676. data/spec/fixtures/zy658cr1728/metadata/geoMetadata.xml +3814 -0
  677. data/spec/fixtures/zy658cr1728/temp/ANDAMAAN_NICOBAR_PT-iso19139-fc.xml +3075 -0
  678. data/spec/fixtures/zy658cr1728/temp/ANDAMAAN_NICOBAR_PT-iso19139.xml +734 -0
  679. data/spec/fixtures/zz943vx1492/metadata/geoMetadata.xml +861 -0
  680. data/spec/fixtures/zz943vx1492/temp/BASINS-iso19139-fc.xml +164 -0
  681. data/spec/fixtures/zz943vx1492/temp/BASINS-iso19139.xml +692 -0
  682. data/spec/integration/solr_spec_notready.rb +51 -0
  683. data/spec/test_net_ssh_krb.rb +21 -0
  684. data/spec/unit/gazetteer_spec.rb +100 -0
  685. data/spec/unit/transform_spec.rb +40 -0
  686. data/spec/unit/utils_spec.rb +32 -0
  687. metadata +1491 -0
@@ -0,0 +1,2437 @@
1
+ <?xml version="1.0"?>
2
+ <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
3
+ <rdf:Description rdf:about="http://purl-test.stanford.edu/fh247yz0156">
4
+ <MD_Metadata xmlns="http://www.isotc211.org/2005/gmd" xmlns:gco="http://www.isotc211.org/2005/gco" xmlns:gts="http://www.isotc211.org/2005/gts" xmlns:srv="http://www.isotc211.org/2005/srv" xmlns:gml="http://www.opengis.net/gml" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
5
+ <fileIdentifier>
6
+ <gco:CharacterString>FD9695A2-E747-4989-B7CE-8223A2C89D69</gco:CharacterString>
7
+ </fileIdentifier>
8
+ <language>
9
+ <LanguageCode codeList="http://www.loc.gov/standards/iso639-2/php/code_list.php" codeListValue="eng" codeSpace="ISO639-2">eng</LanguageCode>
10
+ </language>
11
+ <characterSet>
12
+ <MD_CharacterSetCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_CharacterSetCode" codeListValue="utf8" codeSpace="ISOTC211/19115">utf8</MD_CharacterSetCode>
13
+ </characterSet>
14
+ <hierarchyLevel>
15
+ <MD_ScopeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_ScopeCode" codeListValue="dataset" codeSpace="ISOTC211/19115">dataset</MD_ScopeCode>
16
+ </hierarchyLevel>
17
+ <hierarchyLevelName>
18
+ <gco:CharacterString>dataset</gco:CharacterString>
19
+ </hierarchyLevelName>
20
+ <contact>
21
+ <CI_ResponsibleParty>
22
+ <organisationName>
23
+ <gco:CharacterString>Stanford Geospatial Center</gco:CharacterString>
24
+ </organisationName>
25
+ <positionName>
26
+ <gco:CharacterString>Metadata Analyst</gco:CharacterString>
27
+ </positionName>
28
+ <contactInfo>
29
+ <CI_Contact>
30
+ <phone>
31
+ <CI_Telephone>
32
+ <voice>
33
+ <gco:CharacterString>650-723-2746</gco:CharacterString>
34
+ </voice>
35
+ </CI_Telephone>
36
+ </phone>
37
+ <address>
38
+ <CI_Address>
39
+ <deliveryPoint>
40
+ <gco:CharacterString>Branner Earth Sciences Library</gco:CharacterString>
41
+ </deliveryPoint>
42
+ <deliveryPoint>
43
+ <gco:CharacterString>Mitchell Building, 2nd Floor</gco:CharacterString>
44
+ </deliveryPoint>
45
+ <deliveryPoint>
46
+ <gco:CharacterString>397 Panama Mall</gco:CharacterString>
47
+ </deliveryPoint>
48
+ <city>
49
+ <gco:CharacterString>Stanford</gco:CharacterString>
50
+ </city>
51
+ <administrativeArea>
52
+ <gco:CharacterString>California</gco:CharacterString>
53
+ </administrativeArea>
54
+ <postalCode>
55
+ <gco:CharacterString>94305</gco:CharacterString>
56
+ </postalCode>
57
+ <country>
58
+ <gco:CharacterString>US</gco:CharacterString>
59
+ </country>
60
+ <electronicMailAddress>
61
+ <gco:CharacterString>brannerlibrary@stanford.edu</gco:CharacterString>
62
+ </electronicMailAddress>
63
+ </CI_Address>
64
+ </address>
65
+ </CI_Contact>
66
+ </contactInfo>
67
+ <role>
68
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="pointOfContact" codeSpace="ISOTC211/19115">pointOfContact</CI_RoleCode>
69
+ </role>
70
+ </CI_ResponsibleParty>
71
+ </contact>
72
+ <dateStamp>
73
+ <gco:Date>2013-09-16</gco:Date>
74
+ </dateStamp>
75
+ <metadataStandardName>
76
+ <gco:CharacterString>ISO 19139 Geographic Information - Metadata - Implementation Specification</gco:CharacterString>
77
+ </metadataStandardName>
78
+ <metadataStandardVersion>
79
+ <gco:CharacterString>2007</gco:CharacterString>
80
+ </metadataStandardVersion>
81
+ <spatialRepresentationInfo>
82
+ <MD_VectorSpatialRepresentation>
83
+ <topologyLevel>
84
+ <MD_TopologyLevelCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_TopologyLevelCode" codeListValue="geometryOnly" codeSpace="ISOTC211/19115">geometryOnly</MD_TopologyLevelCode>
85
+ </topologyLevel>
86
+ <geometricObjects>
87
+ <MD_GeometricObjects>
88
+ <geometricObjectType>
89
+ <MD_GeometricObjectTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_GeometricObjectTypeCode" codeListValue="composite" codeSpace="ISOTC211/19115">composite</MD_GeometricObjectTypeCode>
90
+ </geometricObjectType>
91
+ <geometricObjectCount>
92
+ <gco:Integer>200</gco:Integer>
93
+ </geometricObjectCount>
94
+ </MD_GeometricObjects>
95
+ </geometricObjects>
96
+ </MD_VectorSpatialRepresentation>
97
+ </spatialRepresentationInfo>
98
+ <referenceSystemInfo>
99
+ <MD_ReferenceSystem>
100
+ <referenceSystemIdentifier>
101
+ <RS_Identifier>
102
+ <code>
103
+ <gco:CharacterString>4326</gco:CharacterString>
104
+ </code>
105
+ <codeSpace>
106
+ <gco:CharacterString>EPSG</gco:CharacterString>
107
+ </codeSpace>
108
+ <version>
109
+ <gco:CharacterString>7.9.4</gco:CharacterString>
110
+ </version>
111
+ </RS_Identifier>
112
+ </referenceSystemIdentifier>
113
+ </MD_ReferenceSystem>
114
+ </referenceSystemInfo>
115
+ <identificationInfo>
116
+ <MD_DataIdentification>
117
+ <citation>
118
+ <CI_Citation>
119
+ <title>
120
+ <gco:CharacterString>Post Delimitation Assembly Map of Rajasthan, India, 2008</gco:CharacterString>
121
+ </title>
122
+ <date>
123
+ <CI_Date>
124
+ <date>
125
+ <gco:Date>2013-03-13</gco:Date>
126
+ </date>
127
+ <dateType>
128
+ <CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication" codeSpace="ISOTC211/19115">publication</CI_DateTypeCode>
129
+ </dateType>
130
+ </CI_Date>
131
+ </date>
132
+ <citedResponsibleParty>
133
+ <CI_ResponsibleParty>
134
+ <organisationName>
135
+ <gco:CharacterString>ML Infomap (Firm)</gco:CharacterString>
136
+ </organisationName>
137
+ <role>
138
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="ISOTC211/19115">originator</CI_RoleCode>
139
+ </role>
140
+ </CI_ResponsibleParty>
141
+ </citedResponsibleParty>
142
+ <citedResponsibleParty>
143
+ <CI_ResponsibleParty>
144
+ <organisationName>
145
+ <gco:CharacterString>ML Infomap (Firm)</gco:CharacterString>
146
+ </organisationName>
147
+ <role>
148
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="publisher" codeSpace="ISOTC211/19115">publisher</CI_RoleCode>
149
+ </role>
150
+ </CI_ResponsibleParty>
151
+ </citedResponsibleParty>
152
+ <presentationForm>
153
+ <CI_PresentationFormCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_PresentationFormCode" codeListValue="mapDigital" codeSpace="ISOTC211/19115">mapDigital</CI_PresentationFormCode>
154
+ </presentationForm>
155
+ </CI_Citation>
156
+ </citation>
157
+ <abstract>
158
+ <gco:CharacterString>This data layer shows post-delimitation state Legislative Assembly constituency boundaries and data relating to the 2008 Assembly elections for the State of Rajasthan, India. Map includes data for 200 constituencies Includes attribute data on election parties, candidates, voters, and results. This layer is part of the Poll Map of India which includes parliamentary constituency boundaries for India, Assembly constituency boundaries for all states, and data relating to the past national elections for each State of India.</gco:CharacterString>
159
+ </abstract>
160
+ <purpose>
161
+ <gco:CharacterString>Assembly level analysis</gco:CharacterString>
162
+ </purpose>
163
+ <credit>
164
+ <gco:CharacterString>ML Infomap. (2013) Post Delimitation Assembly Map of Rajasthan, India, 2008. ML Infomap.</gco:CharacterString>
165
+ </credit>
166
+ <status>
167
+ <MD_ProgressCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_ProgressCode" codeListValue="completed" codeSpace="ISOTC211/19115">completed</MD_ProgressCode>
168
+ </status>
169
+ <pointOfContact>
170
+ <CI_ResponsibleParty>
171
+ <individualName>
172
+ <gco:CharacterString>Lahiri,Manosi</gco:CharacterString>
173
+ </individualName>
174
+ <organisationName>
175
+ <gco:CharacterString>ML Infomap Pvt. Ltd.</gco:CharacterString>
176
+ </organisationName>
177
+ <contactInfo>
178
+ <CI_Contact>
179
+ <phone>
180
+ <CI_Telephone>
181
+ <voice>
182
+ <gco:CharacterString>91 11 41688592</gco:CharacterString>
183
+ </voice>
184
+ </CI_Telephone>
185
+ </phone>
186
+ <address>
187
+ <CI_Address>
188
+ <deliveryPoint>
189
+ <gco:CharacterString>124-A,Katwaria Sarai</gco:CharacterString>
190
+ </deliveryPoint>
191
+ <city>
192
+ <gco:CharacterString>New Delhi</gco:CharacterString>
193
+ </city>
194
+ <postalCode>
195
+ <gco:CharacterString>110016</gco:CharacterString>
196
+ </postalCode>
197
+ <country>
198
+ <gco:CharacterString>IN</gco:CharacterString>
199
+ </country>
200
+ <electronicMailAddress>
201
+ <gco:CharacterString>manosi@mlinfomap.com</gco:CharacterString>
202
+ </electronicMailAddress>
203
+ </CI_Address>
204
+ </address>
205
+ </CI_Contact>
206
+ </contactInfo>
207
+ <role>
208
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="pointOfContact" codeSpace="ISOTC211/19115">pointOfContact</CI_RoleCode>
209
+ </role>
210
+ </CI_ResponsibleParty>
211
+ </pointOfContact>
212
+ <resourceMaintenance>
213
+ <MD_MaintenanceInformation>
214
+ <maintenanceAndUpdateFrequency>
215
+ <MD_MaintenanceFrequencyCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_MaintenanceFrequencyCode" codeListValue="asNeeded" codeSpace="ISOTC211/19115">asNeeded</MD_MaintenanceFrequencyCode>
216
+ </maintenanceAndUpdateFrequency>
217
+ </MD_MaintenanceInformation>
218
+ </resourceMaintenance>
219
+ <descriptiveKeywords>
220
+ <MD_Keywords>
221
+ <keyword>
222
+ <gco:CharacterString>Rajasthan (geonames.org/1258899)</gco:CharacterString>
223
+ </keyword>
224
+ <keyword>
225
+ <gco:CharacterString>Banswara (geonames.org/1277215)</gco:CharacterString>
226
+ </keyword>
227
+ <keyword>
228
+ <gco:CharacterString>Bundi (geonames.org/1275104)</gco:CharacterString>
229
+ </keyword>
230
+ <keyword>
231
+ <gco:CharacterString>Chittorgarh (geonames.org/1274041)</gco:CharacterString>
232
+ </keyword>
233
+ <keyword>
234
+ <gco:CharacterString>Dholpur (geonames.org/1272805)</gco:CharacterString>
235
+ </keyword>
236
+ <keyword>
237
+ <gco:CharacterString>Jaisalmer (geonames.org/1269508)</gco:CharacterString>
238
+ </keyword>
239
+ <keyword>
240
+ <gco:CharacterString>Hawa Mahal (geonames.org/7303256)</gco:CharacterString>
241
+ </keyword>
242
+ <keyword>
243
+ <gco:CharacterString>Jhunjhunu (geonames.org/1268937)</gco:CharacterString>
244
+ </keyword>
245
+ <keyword>
246
+ <gco:CharacterString>Jodhpur (geonames.org/1268867)</gco:CharacterString>
247
+ </keyword>
248
+ <keyword>
249
+ <gco:CharacterString>Sikar (geonames.org/1256321)</gco:CharacterString>
250
+ </keyword>
251
+ <keyword>
252
+ <gco:CharacterString>Sirohi (geonames.org/1256068)</gco:CharacterString>
253
+ </keyword>
254
+ <keyword>
255
+ <gco:CharacterString>Udaipur (geonames.org/1253989)</gco:CharacterString>
256
+ </keyword>
257
+ <keyword>
258
+ <gco:CharacterString>Rajsamand (geonames.org/7701213)</gco:CharacterString>
259
+ </keyword>
260
+ <keyword>
261
+ <gco:CharacterString>Ramgarh (geonames.org/1258677)</gco:CharacterString>
262
+ </keyword>
263
+ <type>
264
+ <MD_KeywordTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_KeywordTypeCode" codeListValue="place" codeSpace="ISOTC211/19115">place</MD_KeywordTypeCode>
265
+ </type>
266
+ <thesaurusName>
267
+ <CI_Citation>
268
+ <title>
269
+ <gco:CharacterString>geonames</gco:CharacterString>
270
+ </title>
271
+ <date>
272
+ <CI_Date>
273
+ <date>
274
+ <gco:Date>2012-10-29</gco:Date>
275
+ </date>
276
+ <dateType>
277
+ <CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="revision" codeSpace="ISOTC211/19115">revision</CI_DateTypeCode>
278
+ </dateType>
279
+ </CI_Date>
280
+ </date>
281
+ <edition>
282
+ <gco:CharacterString>3.1</gco:CharacterString>
283
+ </edition>
284
+ <identifier>
285
+ <MD_Identifier>
286
+ <code>
287
+ <gco:CharacterString>http://geonames.org</gco:CharacterString>
288
+ </code>
289
+ </MD_Identifier>
290
+ </identifier>
291
+ </CI_Citation>
292
+ </thesaurusName>
293
+ </MD_Keywords>
294
+ </descriptiveKeywords>
295
+ <descriptiveKeywords>
296
+ <MD_Keywords>
297
+ <keyword>
298
+ <gco:CharacterString>2008</gco:CharacterString>
299
+ </keyword>
300
+ <type>
301
+ <MD_KeywordTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_KeywordTypeCode" codeListValue="temporal" codeSpace="ISOTC211/19115">temporal</MD_KeywordTypeCode>
302
+ </type>
303
+ </MD_Keywords>
304
+ </descriptiveKeywords>
305
+ <descriptiveKeywords>
306
+ <MD_Keywords>
307
+ <keyword>
308
+ <gco:CharacterString>Elections</gco:CharacterString>
309
+ </keyword>
310
+ <keyword>
311
+ <gco:CharacterString>Political Parties</gco:CharacterString>
312
+ </keyword>
313
+ <keyword>
314
+ <gco:CharacterString>Voting</gco:CharacterString>
315
+ </keyword>
316
+ <keyword>
317
+ <gco:CharacterString>Politics and government</gco:CharacterString>
318
+ </keyword>
319
+ <type>
320
+ <MD_KeywordTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_KeywordTypeCode" codeListValue="theme" codeSpace="ISOTC211/19115">theme</MD_KeywordTypeCode>
321
+ </type>
322
+ <thesaurusName>
323
+ <CI_Citation>
324
+ <title>
325
+ <gco:CharacterString>lcsh</gco:CharacterString>
326
+ </title>
327
+ <date>
328
+ <CI_Date>
329
+ <date>
330
+ <gco:Date>2011-04-26</gco:Date>
331
+ </date>
332
+ <dateType>
333
+ <CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="revision" codeSpace="ISOTC211/19115">revision</CI_DateTypeCode>
334
+ </dateType>
335
+ </CI_Date>
336
+ </date>
337
+ <identifier>
338
+ <MD_Identifier>
339
+ <code>
340
+ <gco:CharacterString>http://id.loc.gov/authorities.subjects.html</gco:CharacterString>
341
+ </code>
342
+ </MD_Identifier>
343
+ </identifier>
344
+ </CI_Citation>
345
+ </thesaurusName>
346
+ </MD_Keywords>
347
+ </descriptiveKeywords>
348
+ <descriptiveKeywords>
349
+ <MD_Keywords>
350
+ <keyword>
351
+ <gco:CharacterString>Downloadable Data</gco:CharacterString>
352
+ </keyword>
353
+ <thesaurusName uuidref="723f6998-058e-11dc-8314-0800200c9a66"/>
354
+ </MD_Keywords>
355
+ </descriptiveKeywords>
356
+ <resourceConstraints>
357
+ <MD_LegalConstraints>
358
+ <accessConstraints>
359
+ <MD_RestrictionCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_RestrictionCode" codeListValue="restricted" codeSpace="ISOTC211/19115">restricted</MD_RestrictionCode>
360
+ </accessConstraints>
361
+ <useConstraints>
362
+ <MD_RestrictionCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_RestrictionCode" codeListValue="restricted" codeSpace="ISOTC211/19115">restricted</MD_RestrictionCode>
363
+ </useConstraints>
364
+ <otherConstraints>
365
+ <gco:CharacterString>Data may not be distributed, copied, or made available to users outside of the Stanford University Network. Data may not used for commercial purposes. Users should acknowledge ML Infomap in any derivative works. Please contact brannerlibrary@stanford.edu for more information.</gco:CharacterString>
366
+ </otherConstraints>
367
+ </MD_LegalConstraints>
368
+ </resourceConstraints>
369
+ <aggregationInfo>
370
+ <MD_AggregateInformation>
371
+ <aggregateDataSetName>
372
+ <CI_Citation>
373
+ <title>
374
+ <gco:CharacterString>PollMap of India</gco:CharacterString>
375
+ </title>
376
+ <alternateTitle>
377
+ <gco:CharacterString>Poll Map of India</gco:CharacterString>
378
+ </alternateTitle>
379
+ <date>
380
+ <CI_Date>
381
+ <date>
382
+ <gco:Date>2013-03-13</gco:Date>
383
+ </date>
384
+ <dateType>
385
+ <CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication" codeSpace="ISOTC211/19115">publication</CI_DateTypeCode>
386
+ </dateType>
387
+ </CI_Date>
388
+ </date>
389
+ <citedResponsibleParty>
390
+ <CI_ResponsibleParty>
391
+ <organisationName>
392
+ <gco:CharacterString>ML Infomap (Firm)</gco:CharacterString>
393
+ </organisationName>
394
+ <role>
395
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="ISOTC211/19115">originator</CI_RoleCode>
396
+ </role>
397
+ </CI_ResponsibleParty>
398
+ </citedResponsibleParty>
399
+ <citedResponsibleParty>
400
+ <CI_ResponsibleParty>
401
+ <organisationName>
402
+ <gco:CharacterString>ML Infomap (Firm)</gco:CharacterString>
403
+ </organisationName>
404
+ <role>
405
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="publisher" codeSpace="ISOTC211/19115">publisher</CI_RoleCode>
406
+ </role>
407
+ </CI_ResponsibleParty>
408
+ </citedResponsibleParty>
409
+ </CI_Citation>
410
+ </aggregateDataSetName>
411
+ <associationType>
412
+ <DS_AssociationTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#DS_AssociationTypeCode" codeListValue="largerWorkCitation" codeSpace="ISOTC211/19115">largerWorkCitation</DS_AssociationTypeCode>
413
+ </associationType>
414
+ </MD_AggregateInformation>
415
+ </aggregationInfo>
416
+ <spatialRepresentationType>
417
+ <MD_SpatialRepresentationTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_SpatialRepresentationTypeCode" codeListValue="vector" codeSpace="ISOTC211/19115">vector</MD_SpatialRepresentationTypeCode>
418
+ </spatialRepresentationType>
419
+ <spatialResolution>
420
+ <MD_Resolution>
421
+ <equivalentScale>
422
+ <MD_RepresentativeFraction>
423
+ <denominator>
424
+ <gco:Integer>200000</gco:Integer>
425
+ </denominator>
426
+ </MD_RepresentativeFraction>
427
+ </equivalentScale>
428
+ </MD_Resolution>
429
+ </spatialResolution>
430
+ <language>
431
+ <LanguageCode codeList="http://www.loc.gov/standards/iso639-2/php/code_list.php" codeListValue="eng" codeSpace="ISO639-2">eng</LanguageCode>
432
+ </language>
433
+ <characterSet>
434
+ <MD_CharacterSetCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_CharacterSetCode" codeListValue="utf8" codeSpace="ISOTC211/19115">utf8</MD_CharacterSetCode>
435
+ </characterSet>
436
+ <topicCategory>
437
+ <MD_TopicCategoryCode>boundaries</MD_TopicCategoryCode>
438
+ </topicCategory>
439
+ <topicCategory>
440
+ <MD_TopicCategoryCode>society</MD_TopicCategoryCode>
441
+ </topicCategory>
442
+ <environmentDescription>
443
+ <gco:CharacterString>Microsoft Windows 7 Version 6.1 (Build 7601) Service Pack 1; Esri ArcGIS 10.1.0.3035</gco:CharacterString>
444
+ </environmentDescription>
445
+ <extent>
446
+ <EX_Extent>
447
+ <description>
448
+ <gco:CharacterString>Rajasthan Election Commission data release 2008</gco:CharacterString>
449
+ </description>
450
+ <temporalElement>
451
+ <EX_TemporalExtent>
452
+ <extent>
453
+ <gml:TimePeriod gml:id="idm5657376">
454
+ <gml:beginPosition>2008-01-01T00:00:00</gml:beginPosition>
455
+ <gml:endPosition>2008-12-31T00:00:00</gml:endPosition>
456
+ </gml:TimePeriod>
457
+ </extent>
458
+ </EX_TemporalExtent>
459
+ </temporalElement>
460
+ </EX_Extent>
461
+ </extent>
462
+ <extent>
463
+ <EX_Extent>
464
+ <geographicElement>
465
+ <EX_GeographicBoundingBox>
466
+ <extentTypeCode>
467
+ <gco:Boolean>true</gco:Boolean>
468
+ </extentTypeCode>
469
+ <westBoundLongitude>
470
+ <gco:Decimal>69.48154</gco:Decimal>
471
+ </westBoundLongitude>
472
+ <eastBoundLongitude>
473
+ <gco:Decimal>78.27097</gco:Decimal>
474
+ </eastBoundLongitude>
475
+ <southBoundLatitude>
476
+ <gco:Decimal>23.06052</gco:Decimal>
477
+ </southBoundLatitude>
478
+ <northBoundLatitude>
479
+ <gco:Decimal>30.19254</gco:Decimal>
480
+ </northBoundLatitude>
481
+ </EX_GeographicBoundingBox>
482
+ </geographicElement>
483
+ </EX_Extent>
484
+ </extent>
485
+ <supplementalInformation>
486
+ <gco:CharacterString>Rajasthan Assembly Election data 2008</gco:CharacterString>
487
+ </supplementalInformation>
488
+ </MD_DataIdentification>
489
+ </identificationInfo>
490
+ <contentInfo>
491
+ <MD_FeatureCatalogueDescription>
492
+ <complianceCode>
493
+ <gco:Boolean>false</gco:Boolean>
494
+ </complianceCode>
495
+ <language>
496
+ <LanguageCode codeList="http://www.loc.gov/standards/iso639-2/php/code_list.php" codeListValue="eng" codeSpace="ISO639-2">eng</LanguageCode>
497
+ </language>
498
+ <includedWithDataset>
499
+ <gco:Boolean>true</gco:Boolean>
500
+ </includedWithDataset>
501
+ <featureCatalogueCitation>
502
+ <CI_Citation>
503
+ <title>
504
+ <gco:CharacterString>Feature Catalog for Post Delimitation Assembly Map of Rajasthan, India, 2008</gco:CharacterString>
505
+ </title>
506
+ <date>
507
+ <CI_Date>
508
+ <date>
509
+ <gco:Date>2013-03-13</gco:Date>
510
+ </date>
511
+ <dateType>
512
+ <CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication" codeSpace="ISOTC211/19115">publication</CI_DateTypeCode>
513
+ </dateType>
514
+ </CI_Date>
515
+ </date>
516
+ <identifier>
517
+ <MD_Identifier>
518
+ <code>
519
+ <gco:CharacterString>c0d692a7-55b2-4270-a1e5-b4aa15198841</gco:CharacterString>
520
+ </code>
521
+ </MD_Identifier>
522
+ </identifier>
523
+ <citedResponsibleParty>
524
+ <CI_ResponsibleParty>
525
+ <organisationName>
526
+ <gco:CharacterString>ML Infomap (Firm)</gco:CharacterString>
527
+ </organisationName>
528
+ <role>
529
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="ISOTC211/19115">originator</CI_RoleCode>
530
+ </role>
531
+ </CI_ResponsibleParty>
532
+ </citedResponsibleParty>
533
+ </CI_Citation>
534
+ </featureCatalogueCitation>
535
+ </MD_FeatureCatalogueDescription>
536
+ </contentInfo>
537
+ <distributionInfo>
538
+ <MD_Distribution>
539
+ <distributionFormat>
540
+ <MD_Format>
541
+ <name>
542
+ <gco:CharacterString>Shapefile</gco:CharacterString>
543
+ </name>
544
+ <version gco:nilReason="missing"/>
545
+ </MD_Format>
546
+ </distributionFormat>
547
+ <distributor>
548
+ <MD_Distributor>
549
+ <distributorContact>
550
+ <CI_ResponsibleParty>
551
+ <organisationName>
552
+ <gco:CharacterString>Stanford Geospatial Center</gco:CharacterString>
553
+ </organisationName>
554
+ <contactInfo>
555
+ <CI_Contact>
556
+ <phone>
557
+ <CI_Telephone>
558
+ <voice>
559
+ <gco:CharacterString>650-723-2746</gco:CharacterString>
560
+ </voice>
561
+ </CI_Telephone>
562
+ </phone>
563
+ <address>
564
+ <CI_Address>
565
+ <deliveryPoint>
566
+ <gco:CharacterString>Branner Earth Sciences Library</gco:CharacterString>
567
+ </deliveryPoint>
568
+ <deliveryPoint>
569
+ <gco:CharacterString>Mitchell Bldg. 2nd floor</gco:CharacterString>
570
+ </deliveryPoint>
571
+ <deliveryPoint>
572
+ <gco:CharacterString>397 Panama Mall</gco:CharacterString>
573
+ </deliveryPoint>
574
+ <city>
575
+ <gco:CharacterString>Stanford</gco:CharacterString>
576
+ </city>
577
+ <administrativeArea>
578
+ <gco:CharacterString>California</gco:CharacterString>
579
+ </administrativeArea>
580
+ <postalCode>
581
+ <gco:CharacterString>94305</gco:CharacterString>
582
+ </postalCode>
583
+ <country>
584
+ <gco:CharacterString>US</gco:CharacterString>
585
+ </country>
586
+ <electronicMailAddress>
587
+ <gco:CharacterString>brannerlibrary@stanford.edu</gco:CharacterString>
588
+ </electronicMailAddress>
589
+ </CI_Address>
590
+ </address>
591
+ </CI_Contact>
592
+ </contactInfo>
593
+ <role>
594
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="distributor" codeSpace="ISOTC211/19115">distributor</CI_RoleCode>
595
+ </role>
596
+ </CI_ResponsibleParty>
597
+ </distributorContact>
598
+ </MD_Distributor>
599
+ </distributor>
600
+ <transferOptions>
601
+ <MD_DigitalTransferOptions>
602
+ <unitsOfDistribution>
603
+ <gco:CharacterString>MB</gco:CharacterString>
604
+ </unitsOfDistribution>
605
+ <transferSize>
606
+ <gco:Real>2.549</gco:Real>
607
+ </transferSize>
608
+ </MD_DigitalTransferOptions>
609
+ </transferOptions>
610
+ </MD_Distribution>
611
+ </distributionInfo>
612
+ <dataQualityInfo>
613
+ <DQ_DataQuality>
614
+ <scope>
615
+ <DQ_Scope>
616
+ <level>
617
+ <MD_ScopeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_ScopeCode" codeListValue="dataset" codeSpace="ISOTC211/19115">dataset</MD_ScopeCode>
618
+ </level>
619
+ </DQ_Scope>
620
+ </scope>
621
+ <report>
622
+ <DQ_ConceptualConsistency>
623
+ <evaluationMethodDescription>
624
+ <gco:CharacterString>Coastal boundary aligned with imagery, no gaps in polygon, no topological errors, aggregate and % figures verified</gco:CharacterString>
625
+ </evaluationMethodDescription>
626
+ <result gco:nilReason="missing"/>
627
+ </DQ_ConceptualConsistency>
628
+ </report>
629
+ <report>
630
+ <DQ_CompletenessOmission>
631
+ <evaluationMethodDescription>
632
+ <gco:CharacterString>Election Commission 2008 data release for attribute</gco:CharacterString>
633
+ </evaluationMethodDescription>
634
+ <result gco:nilReason="missing"/>
635
+ </DQ_CompletenessOmission>
636
+ </report>
637
+ <report>
638
+ <DQ_AbsoluteExternalPositionalAccuracy>
639
+ <evaluationMethodDescription>
640
+ <gco:CharacterString>30-50 metres</gco:CharacterString>
641
+ </evaluationMethodDescription>
642
+ <result gco:nilReason="missing"/>
643
+ </DQ_AbsoluteExternalPositionalAccuracy>
644
+ </report>
645
+ <lineage>
646
+ <LI_Lineage>
647
+ <processStep>
648
+ <LI_ProcessStep>
649
+ <description>
650
+ <gco:CharacterString>Election operations across Rajasthan</gco:CharacterString>
651
+ </description>
652
+ <dateTime>
653
+ <gco:DateTime>2008-01-01T00:00:00</gco:DateTime>
654
+ </dateTime>
655
+ </LI_ProcessStep>
656
+ </processStep>
657
+ <processStep>
658
+ <LI_ProcessStep>
659
+ <description>
660
+ <gco:CharacterString>Metadata imported</gco:CharacterString>
661
+ </description>
662
+ <dateTime>
663
+ <gco:DateTime>2013-06-13T00:00:00</gco:DateTime>
664
+ </dateTime>
665
+ <processor>
666
+ <CI_ResponsibleParty>
667
+ <organisationName>
668
+ <gco:CharacterString>Stanford Geospatial Center</gco:CharacterString>
669
+ </organisationName>
670
+ <positionName>
671
+ <gco:CharacterString>Metadata Analyst</gco:CharacterString>
672
+ </positionName>
673
+ <contactInfo>
674
+ <CI_Contact>
675
+ <phone>
676
+ <CI_Telephone>
677
+ <voice>
678
+ <gco:CharacterString>650-723-2746</gco:CharacterString>
679
+ </voice>
680
+ </CI_Telephone>
681
+ </phone>
682
+ <address>
683
+ <CI_Address>
684
+ <deliveryPoint>
685
+ <gco:CharacterString>Branner Earth Sciences Library</gco:CharacterString>
686
+ </deliveryPoint>
687
+ <deliveryPoint>
688
+ <gco:CharacterString>Mitchell Building, 2nd Floor</gco:CharacterString>
689
+ </deliveryPoint>
690
+ <deliveryPoint>
691
+ <gco:CharacterString>397 Panama Mall</gco:CharacterString>
692
+ </deliveryPoint>
693
+ <city>
694
+ <gco:CharacterString>Stanford</gco:CharacterString>
695
+ </city>
696
+ <administrativeArea>
697
+ <gco:CharacterString>California</gco:CharacterString>
698
+ </administrativeArea>
699
+ <postalCode>
700
+ <gco:CharacterString>94305</gco:CharacterString>
701
+ </postalCode>
702
+ <country>
703
+ <gco:CharacterString>US</gco:CharacterString>
704
+ </country>
705
+ <electronicMailAddress>
706
+ <gco:CharacterString>brannerlibrary@stanford.edu</gco:CharacterString>
707
+ </electronicMailAddress>
708
+ </CI_Address>
709
+ </address>
710
+ </CI_Contact>
711
+ </contactInfo>
712
+ <role>
713
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="processor" codeSpace="ISOTC211/19115">processor</CI_RoleCode>
714
+ </role>
715
+ </CI_ResponsibleParty>
716
+ </processor>
717
+ <source>
718
+ <LI_Source>
719
+ <description>
720
+ <gco:CharacterString>FGDC metadata file</gco:CharacterString>
721
+ </description>
722
+ <sourceCitation>
723
+ <CI_Citation>
724
+ <title>
725
+ <gco:CharacterString>RAJASTHAN.xml</gco:CharacterString>
726
+ </title>
727
+ <date>
728
+ <CI_Date>
729
+ <date>
730
+ <gco:Date>2013-03-13</gco:Date>
731
+ </date>
732
+ <dateType>
733
+ <CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication" codeSpace="ISOTC211/19115">publication</CI_DateTypeCode>
734
+ </dateType>
735
+ </CI_Date>
736
+ </date>
737
+ <identifier>
738
+ <MD_Identifier>
739
+ <code>
740
+ <gco:CharacterString>RAJASTHAN.xml</gco:CharacterString>
741
+ </code>
742
+ </MD_Identifier>
743
+ </identifier>
744
+ </CI_Citation>
745
+ </sourceCitation>
746
+ </LI_Source>
747
+ </source>
748
+ </LI_ProcessStep>
749
+ </processStep>
750
+ <source>
751
+ <LI_Source>
752
+ <description>
753
+ <gco:CharacterString>Assembly data of Rajasthan 2008</gco:CharacterString>
754
+ </description>
755
+ <sourceCitation>
756
+ <CI_Citation>
757
+ <title>
758
+ <gco:CharacterString>Assembly data of Rajasthan 2008</gco:CharacterString>
759
+ </title>
760
+ <date>
761
+ <CI_Date>
762
+ <date>
763
+ <gco:Date>2008-01-01</gco:Date>
764
+ </date>
765
+ <dateType>
766
+ <CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication" codeSpace="ISOTC211/19115">publication</CI_DateTypeCode>
767
+ </dateType>
768
+ </CI_Date>
769
+ </date>
770
+ <citedResponsibleParty>
771
+ <CI_ResponsibleParty>
772
+ <organisationName>
773
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
774
+ </organisationName>
775
+ <role>
776
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="ISOTC211/19115">originator</CI_RoleCode>
777
+ </role>
778
+ </CI_ResponsibleParty>
779
+ </citedResponsibleParty>
780
+ <presentationForm>
781
+ <CI_PresentationFormCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_PresentationFormCode" codeListValue="mapDigital" codeSpace="ISOTC211/19115">mapDigital</CI_PresentationFormCode>
782
+ </presentationForm>
783
+ </CI_Citation>
784
+ </sourceCitation>
785
+ </LI_Source>
786
+ </source>
787
+ </LI_Lineage>
788
+ </lineage>
789
+ </DQ_DataQuality>
790
+ </dataQualityInfo>
791
+ </MD_Metadata>
792
+ </rdf:Description>
793
+ <rdf:Description rdf:about="http://purl-test.stanford.edu/fh247yz0156">
794
+ <gfc:FC_FeatureCatalogue xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:gco="http://www.isotc211.org/2005/gco" xmlns:gfc="http://www.isotc211.org/2005/gfc" xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gmx="http://www.isotc211.org/2005/gmx" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.isotc211.org/2005/gfc" xsi:schemaLocation="http://www.isotc211.org/2005/gfc http://www.isotc211.org/2005/gfc/gfc.xsd" uuid="c0d692a7-55b2-4270-a1e5-b4aa15198841">
795
+ <gmx:name>
796
+ <gco:CharacterString>Feature Catalog for Post Delimitation Assembly Map of Rajasthan, India, 2008</gco:CharacterString>
797
+ </gmx:name>
798
+ <gmx:scope>
799
+ <gco:CharacterString>Elections; Political Parties; Voting; Politics and government</gco:CharacterString>
800
+ </gmx:scope>
801
+ <gmx:versionNumber gco:nilReason="unknown"/>
802
+ <gmx:versionDate>
803
+ <gco:Date>2013</gco:Date>
804
+ </gmx:versionDate>
805
+ <gmx:language>
806
+ <gco:CharacterString>eng; US</gco:CharacterString>
807
+ </gmx:language>
808
+ <gmx:characterSet>
809
+ <gmd:MD_CharacterSetCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_CharacterSetCode" codeListValue="utf8" codeSpace="ISOTC211/19115"/>
810
+ </gmx:characterSet>
811
+ <gfc:producer>
812
+ <gmd:CI_ResponsibleParty>
813
+ <gmd:organisationName>
814
+ <gco:CharacterString>ML Infomap (Firm)</gco:CharacterString>
815
+ </gmd:organisationName>
816
+ <gmd:role>
817
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="006"/>
818
+ </gmd:role>
819
+ </gmd:CI_ResponsibleParty>
820
+ </gfc:producer>
821
+ <gfc:featureType>
822
+ <gfc:FC_FeatureType>
823
+ <gfc:typeName>
824
+ <gco:LocalName>RAJASTHAN</gco:LocalName>
825
+ </gfc:typeName>
826
+ <gfc:definition>
827
+ <gco:CharacterString>Political Unit</gco:CharacterString>
828
+ </gfc:definition>
829
+ <gfc:isAbstract>
830
+ <gco:Boolean>false</gco:Boolean>
831
+ </gfc:isAbstract>
832
+ <gfc:featureCatalogue uuidref="c0d692a7-55b2-4270-a1e5-b4aa15198841"/>
833
+ <gfc:carrierOfCharacteristics>
834
+ <gfc:FC_FeatureAttribute>
835
+ <gfc:memberName>
836
+ <gco:LocalName>FID</gco:LocalName>
837
+ </gfc:memberName>
838
+ <gfc:definition>
839
+ <gco:CharacterString>Internal feature number.</gco:CharacterString>
840
+ </gfc:definition>
841
+ <gfc:cardinality gco:nilReason="unknown"/>
842
+ <gfc:definitionReference>
843
+ <gfc:FC_DefinitionReference>
844
+ <gfc:definitionSource>
845
+ <gfc:FC_DefinitionSource>
846
+ <gfc:source>
847
+ <gmd:CI_Citation>
848
+ <gmd:title>
849
+ <gco:CharacterString>Esri</gco:CharacterString>
850
+ </gmd:title>
851
+ <gmd:date gco:nilReason="unknown"/>
852
+ <gmd:citedResponsibleParty>
853
+ <gmd:CI_ResponsibleParty>
854
+ <gmd:organisationName>
855
+ <gco:CharacterString>Esri</gco:CharacterString>
856
+ </gmd:organisationName>
857
+ <gmd:role>
858
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
859
+ </gmd:role>
860
+ </gmd:CI_ResponsibleParty>
861
+ </gmd:citedResponsibleParty>
862
+ </gmd:CI_Citation>
863
+ </gfc:source>
864
+ </gfc:FC_DefinitionSource>
865
+ </gfc:definitionSource>
866
+ </gfc:FC_DefinitionReference>
867
+ </gfc:definitionReference>
868
+ <gfc:valueType>
869
+ <gco:TypeName>
870
+ <gco:aName>
871
+ <gco:CharacterString>OID</gco:CharacterString>
872
+ </gco:aName>
873
+ </gco:TypeName>
874
+ </gfc:valueType>
875
+ </gfc:FC_FeatureAttribute>
876
+ </gfc:carrierOfCharacteristics>
877
+ <gfc:carrierOfCharacteristics>
878
+ <gfc:FC_FeatureAttribute>
879
+ <gfc:memberName>
880
+ <gco:LocalName>Shape</gco:LocalName>
881
+ </gfc:memberName>
882
+ <gfc:definition>
883
+ <gco:CharacterString>Feature geometry.</gco:CharacterString>
884
+ </gfc:definition>
885
+ <gfc:cardinality gco:nilReason="unknown"/>
886
+ <gfc:definitionReference>
887
+ <gfc:FC_DefinitionReference>
888
+ <gfc:definitionSource>
889
+ <gfc:FC_DefinitionSource>
890
+ <gfc:source>
891
+ <gmd:CI_Citation>
892
+ <gmd:title>
893
+ <gco:CharacterString>Esri</gco:CharacterString>
894
+ </gmd:title>
895
+ <gmd:date gco:nilReason="unknown"/>
896
+ <gmd:citedResponsibleParty>
897
+ <gmd:CI_ResponsibleParty>
898
+ <gmd:organisationName>
899
+ <gco:CharacterString>Esri</gco:CharacterString>
900
+ </gmd:organisationName>
901
+ <gmd:role>
902
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
903
+ </gmd:role>
904
+ </gmd:CI_ResponsibleParty>
905
+ </gmd:citedResponsibleParty>
906
+ </gmd:CI_Citation>
907
+ </gfc:source>
908
+ </gfc:FC_DefinitionSource>
909
+ </gfc:definitionSource>
910
+ </gfc:FC_DefinitionReference>
911
+ </gfc:definitionReference>
912
+ <gfc:valueType>
913
+ <gco:TypeName>
914
+ <gco:aName>
915
+ <gco:CharacterString>Geometry</gco:CharacterString>
916
+ </gco:aName>
917
+ </gco:TypeName>
918
+ </gfc:valueType>
919
+ </gfc:FC_FeatureAttribute>
920
+ </gfc:carrierOfCharacteristics>
921
+ <gfc:carrierOfCharacteristics>
922
+ <gfc:FC_FeatureAttribute>
923
+ <gfc:memberName>
924
+ <gco:LocalName>ID</gco:LocalName>
925
+ </gfc:memberName>
926
+ <gfc:definition>
927
+ <gco:CharacterString>State Identification Number</gco:CharacterString>
928
+ </gfc:definition>
929
+ <gfc:cardinality gco:nilReason="unknown"/>
930
+ <gfc:definitionReference>
931
+ <gfc:FC_DefinitionReference>
932
+ <gfc:definitionSource>
933
+ <gfc:FC_DefinitionSource>
934
+ <gfc:source>
935
+ <gmd:CI_Citation>
936
+ <gmd:title>
937
+ <gco:CharacterString>ML Infomap</gco:CharacterString>
938
+ </gmd:title>
939
+ <gmd:date gco:nilReason="unknown"/>
940
+ <gmd:citedResponsibleParty>
941
+ <gmd:CI_ResponsibleParty>
942
+ <gmd:organisationName>
943
+ <gco:CharacterString>ML Infomap</gco:CharacterString>
944
+ </gmd:organisationName>
945
+ <gmd:role>
946
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
947
+ </gmd:role>
948
+ </gmd:CI_ResponsibleParty>
949
+ </gmd:citedResponsibleParty>
950
+ </gmd:CI_Citation>
951
+ </gfc:source>
952
+ </gfc:FC_DefinitionSource>
953
+ </gfc:definitionSource>
954
+ </gfc:FC_DefinitionReference>
955
+ </gfc:definitionReference>
956
+ <gfc:valueType>
957
+ <gco:TypeName>
958
+ <gco:aName>
959
+ <gco:CharacterString>Double</gco:CharacterString>
960
+ </gco:aName>
961
+ </gco:TypeName>
962
+ </gfc:valueType>
963
+ </gfc:FC_FeatureAttribute>
964
+ </gfc:carrierOfCharacteristics>
965
+ <gfc:carrierOfCharacteristics>
966
+ <gfc:FC_FeatureAttribute>
967
+ <gfc:memberName>
968
+ <gco:LocalName>T_V_P_08</gco:LocalName>
969
+ </gfc:memberName>
970
+ <gfc:definition>
971
+ <gco:CharacterString>Total votes polled during the election year</gco:CharacterString>
972
+ </gfc:definition>
973
+ <gfc:cardinality gco:nilReason="unknown"/>
974
+ <gfc:definitionReference>
975
+ <gfc:FC_DefinitionReference>
976
+ <gfc:definitionSource>
977
+ <gfc:FC_DefinitionSource>
978
+ <gfc:source>
979
+ <gmd:CI_Citation>
980
+ <gmd:title>
981
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
982
+ </gmd:title>
983
+ <gmd:date gco:nilReason="unknown"/>
984
+ <gmd:citedResponsibleParty>
985
+ <gmd:CI_ResponsibleParty>
986
+ <gmd:organisationName>
987
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
988
+ </gmd:organisationName>
989
+ <gmd:role>
990
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
991
+ </gmd:role>
992
+ </gmd:CI_ResponsibleParty>
993
+ </gmd:citedResponsibleParty>
994
+ </gmd:CI_Citation>
995
+ </gfc:source>
996
+ </gfc:FC_DefinitionSource>
997
+ </gfc:definitionSource>
998
+ </gfc:FC_DefinitionReference>
999
+ </gfc:definitionReference>
1000
+ <gfc:valueType>
1001
+ <gco:TypeName>
1002
+ <gco:aName>
1003
+ <gco:CharacterString>Double</gco:CharacterString>
1004
+ </gco:aName>
1005
+ </gco:TypeName>
1006
+ </gfc:valueType>
1007
+ </gfc:FC_FeatureAttribute>
1008
+ </gfc:carrierOfCharacteristics>
1009
+ <gfc:carrierOfCharacteristics>
1010
+ <gfc:FC_FeatureAttribute>
1011
+ <gfc:memberName>
1012
+ <gco:LocalName>M_VOT_08</gco:LocalName>
1013
+ </gfc:memberName>
1014
+ <gfc:definition>
1015
+ <gco:CharacterString>Male voter during the election year</gco:CharacterString>
1016
+ </gfc:definition>
1017
+ <gfc:cardinality gco:nilReason="unknown"/>
1018
+ <gfc:definitionReference>
1019
+ <gfc:FC_DefinitionReference>
1020
+ <gfc:definitionSource>
1021
+ <gfc:FC_DefinitionSource>
1022
+ <gfc:source>
1023
+ <gmd:CI_Citation>
1024
+ <gmd:title>
1025
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1026
+ </gmd:title>
1027
+ <gmd:date gco:nilReason="unknown"/>
1028
+ <gmd:citedResponsibleParty>
1029
+ <gmd:CI_ResponsibleParty>
1030
+ <gmd:organisationName>
1031
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1032
+ </gmd:organisationName>
1033
+ <gmd:role>
1034
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1035
+ </gmd:role>
1036
+ </gmd:CI_ResponsibleParty>
1037
+ </gmd:citedResponsibleParty>
1038
+ </gmd:CI_Citation>
1039
+ </gfc:source>
1040
+ </gfc:FC_DefinitionSource>
1041
+ </gfc:definitionSource>
1042
+ </gfc:FC_DefinitionReference>
1043
+ </gfc:definitionReference>
1044
+ <gfc:valueType>
1045
+ <gco:TypeName>
1046
+ <gco:aName>
1047
+ <gco:CharacterString>Double</gco:CharacterString>
1048
+ </gco:aName>
1049
+ </gco:TypeName>
1050
+ </gfc:valueType>
1051
+ </gfc:FC_FeatureAttribute>
1052
+ </gfc:carrierOfCharacteristics>
1053
+ <gfc:carrierOfCharacteristics>
1054
+ <gfc:FC_FeatureAttribute>
1055
+ <gfc:memberName>
1056
+ <gco:LocalName>CATEGORY</gco:LocalName>
1057
+ </gfc:memberName>
1058
+ <gfc:definition>
1059
+ <gco:CharacterString>Seat Reservation</gco:CharacterString>
1060
+ </gfc:definition>
1061
+ <gfc:cardinality gco:nilReason="unknown"/>
1062
+ <gfc:definitionReference>
1063
+ <gfc:FC_DefinitionReference>
1064
+ <gfc:definitionSource>
1065
+ <gfc:FC_DefinitionSource>
1066
+ <gfc:source>
1067
+ <gmd:CI_Citation>
1068
+ <gmd:title>
1069
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1070
+ </gmd:title>
1071
+ <gmd:date gco:nilReason="unknown"/>
1072
+ <gmd:citedResponsibleParty>
1073
+ <gmd:CI_ResponsibleParty>
1074
+ <gmd:organisationName>
1075
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1076
+ </gmd:organisationName>
1077
+ <gmd:role>
1078
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1079
+ </gmd:role>
1080
+ </gmd:CI_ResponsibleParty>
1081
+ </gmd:citedResponsibleParty>
1082
+ </gmd:CI_Citation>
1083
+ </gfc:source>
1084
+ </gfc:FC_DefinitionSource>
1085
+ </gfc:definitionSource>
1086
+ </gfc:FC_DefinitionReference>
1087
+ </gfc:definitionReference>
1088
+ <gfc:valueType>
1089
+ <gco:TypeName>
1090
+ <gco:aName>
1091
+ <gco:CharacterString>String</gco:CharacterString>
1092
+ </gco:aName>
1093
+ </gco:TypeName>
1094
+ </gfc:valueType>
1095
+ <gfc:listedValue>
1096
+ <gfc:FC_ListedValue>
1097
+ <gfc:label>
1098
+ <gco:CharacterString>SC/ST or General</gco:CharacterString>
1099
+ </gfc:label>
1100
+ <gfc:definition>
1101
+ <gco:CharacterString>Seat Reservation: whether belong to Scheduled Caste, Scheduled Tribe or General category</gco:CharacterString>
1102
+ </gfc:definition>
1103
+ <gfc:definitionReference>
1104
+ <gfc:FC_DefinitionReference>
1105
+ <gfc:definitionSource>
1106
+ <gfc:FC_DefinitionSource>
1107
+ <gfc:source>
1108
+ <gmd:CI_Citation>
1109
+ <gmd:title>
1110
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1111
+ </gmd:title>
1112
+ <gmd:date gco:nilReason="unknown"/>
1113
+ <gmd:citedResponsibleParty>
1114
+ <gmd:CI_ResponsibleParty>
1115
+ <gmd:organisationName>
1116
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1117
+ </gmd:organisationName>
1118
+ <gmd:role>
1119
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1120
+ </gmd:role>
1121
+ </gmd:CI_ResponsibleParty>
1122
+ </gmd:citedResponsibleParty>
1123
+ </gmd:CI_Citation>
1124
+ </gfc:source>
1125
+ </gfc:FC_DefinitionSource>
1126
+ </gfc:definitionSource>
1127
+ </gfc:FC_DefinitionReference>
1128
+ </gfc:definitionReference>
1129
+ </gfc:FC_ListedValue>
1130
+ </gfc:listedValue>
1131
+ </gfc:FC_FeatureAttribute>
1132
+ </gfc:carrierOfCharacteristics>
1133
+ <gfc:carrierOfCharacteristics>
1134
+ <gfc:FC_FeatureAttribute>
1135
+ <gfc:memberName>
1136
+ <gco:LocalName>STATE_UT</gco:LocalName>
1137
+ </gfc:memberName>
1138
+ <gfc:definition>
1139
+ <gco:CharacterString>Name of the State/Union Territory</gco:CharacterString>
1140
+ </gfc:definition>
1141
+ <gfc:cardinality gco:nilReason="unknown"/>
1142
+ <gfc:definitionReference>
1143
+ <gfc:FC_DefinitionReference>
1144
+ <gfc:definitionSource>
1145
+ <gfc:FC_DefinitionSource>
1146
+ <gfc:source>
1147
+ <gmd:CI_Citation>
1148
+ <gmd:title>
1149
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1150
+ </gmd:title>
1151
+ <gmd:date gco:nilReason="unknown"/>
1152
+ <gmd:citedResponsibleParty>
1153
+ <gmd:CI_ResponsibleParty>
1154
+ <gmd:organisationName>
1155
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1156
+ </gmd:organisationName>
1157
+ <gmd:role>
1158
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1159
+ </gmd:role>
1160
+ </gmd:CI_ResponsibleParty>
1161
+ </gmd:citedResponsibleParty>
1162
+ </gmd:CI_Citation>
1163
+ </gfc:source>
1164
+ </gfc:FC_DefinitionSource>
1165
+ </gfc:definitionSource>
1166
+ </gfc:FC_DefinitionReference>
1167
+ </gfc:definitionReference>
1168
+ <gfc:valueType>
1169
+ <gco:TypeName>
1170
+ <gco:aName>
1171
+ <gco:CharacterString>String</gco:CharacterString>
1172
+ </gco:aName>
1173
+ </gco:TypeName>
1174
+ </gfc:valueType>
1175
+ <gfc:listedValue>
1176
+ <gfc:FC_ListedValue>
1177
+ <gfc:label>
1178
+ <gco:CharacterString>State/Union Territory</gco:CharacterString>
1179
+ </gfc:label>
1180
+ <gfc:definition>
1181
+ <gco:CharacterString>Name of the State/Union Territory</gco:CharacterString>
1182
+ </gfc:definition>
1183
+ <gfc:definitionReference>
1184
+ <gfc:FC_DefinitionReference>
1185
+ <gfc:definitionSource>
1186
+ <gfc:FC_DefinitionSource>
1187
+ <gfc:source>
1188
+ <gmd:CI_Citation>
1189
+ <gmd:title>
1190
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1191
+ </gmd:title>
1192
+ <gmd:date gco:nilReason="unknown"/>
1193
+ <gmd:citedResponsibleParty>
1194
+ <gmd:CI_ResponsibleParty>
1195
+ <gmd:organisationName>
1196
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1197
+ </gmd:organisationName>
1198
+ <gmd:role>
1199
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1200
+ </gmd:role>
1201
+ </gmd:CI_ResponsibleParty>
1202
+ </gmd:citedResponsibleParty>
1203
+ </gmd:CI_Citation>
1204
+ </gfc:source>
1205
+ </gfc:FC_DefinitionSource>
1206
+ </gfc:definitionSource>
1207
+ </gfc:FC_DefinitionReference>
1208
+ </gfc:definitionReference>
1209
+ </gfc:FC_ListedValue>
1210
+ </gfc:listedValue>
1211
+ </gfc:FC_FeatureAttribute>
1212
+ </gfc:carrierOfCharacteristics>
1213
+ <gfc:carrierOfCharacteristics>
1214
+ <gfc:FC_FeatureAttribute>
1215
+ <gfc:memberName>
1216
+ <gco:LocalName>T_PT_VT_08</gco:LocalName>
1217
+ </gfc:memberName>
1218
+ <gfc:definition>
1219
+ <gco:CharacterString>Third party votes polled during the election year</gco:CharacterString>
1220
+ </gfc:definition>
1221
+ <gfc:cardinality gco:nilReason="unknown"/>
1222
+ <gfc:definitionReference>
1223
+ <gfc:FC_DefinitionReference>
1224
+ <gfc:definitionSource>
1225
+ <gfc:FC_DefinitionSource>
1226
+ <gfc:source>
1227
+ <gmd:CI_Citation>
1228
+ <gmd:title>
1229
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1230
+ </gmd:title>
1231
+ <gmd:date gco:nilReason="unknown"/>
1232
+ <gmd:citedResponsibleParty>
1233
+ <gmd:CI_ResponsibleParty>
1234
+ <gmd:organisationName>
1235
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1236
+ </gmd:organisationName>
1237
+ <gmd:role>
1238
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1239
+ </gmd:role>
1240
+ </gmd:CI_ResponsibleParty>
1241
+ </gmd:citedResponsibleParty>
1242
+ </gmd:CI_Citation>
1243
+ </gfc:source>
1244
+ </gfc:FC_DefinitionSource>
1245
+ </gfc:definitionSource>
1246
+ </gfc:FC_DefinitionReference>
1247
+ </gfc:definitionReference>
1248
+ <gfc:valueType>
1249
+ <gco:TypeName>
1250
+ <gco:aName>
1251
+ <gco:CharacterString>Double</gco:CharacterString>
1252
+ </gco:aName>
1253
+ </gco:TypeName>
1254
+ </gfc:valueType>
1255
+ </gfc:FC_FeatureAttribute>
1256
+ </gfc:carrierOfCharacteristics>
1257
+ <gfc:carrierOfCharacteristics>
1258
+ <gfc:FC_FeatureAttribute>
1259
+ <gfc:memberName>
1260
+ <gco:LocalName>TRD_PRT_08</gco:LocalName>
1261
+ </gfc:memberName>
1262
+ <gfc:definition>
1263
+ <gco:CharacterString>Third party during the election year</gco:CharacterString>
1264
+ </gfc:definition>
1265
+ <gfc:cardinality gco:nilReason="unknown"/>
1266
+ <gfc:definitionReference>
1267
+ <gfc:FC_DefinitionReference>
1268
+ <gfc:definitionSource>
1269
+ <gfc:FC_DefinitionSource>
1270
+ <gfc:source>
1271
+ <gmd:CI_Citation>
1272
+ <gmd:title>
1273
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1274
+ </gmd:title>
1275
+ <gmd:date gco:nilReason="unknown"/>
1276
+ <gmd:citedResponsibleParty>
1277
+ <gmd:CI_ResponsibleParty>
1278
+ <gmd:organisationName>
1279
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1280
+ </gmd:organisationName>
1281
+ <gmd:role>
1282
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1283
+ </gmd:role>
1284
+ </gmd:CI_ResponsibleParty>
1285
+ </gmd:citedResponsibleParty>
1286
+ </gmd:CI_Citation>
1287
+ </gfc:source>
1288
+ </gfc:FC_DefinitionSource>
1289
+ </gfc:definitionSource>
1290
+ </gfc:FC_DefinitionReference>
1291
+ </gfc:definitionReference>
1292
+ <gfc:valueType>
1293
+ <gco:TypeName>
1294
+ <gco:aName>
1295
+ <gco:CharacterString>String</gco:CharacterString>
1296
+ </gco:aName>
1297
+ </gco:TypeName>
1298
+ </gfc:valueType>
1299
+ <gfc:listedValue>
1300
+ <gfc:FC_ListedValue>
1301
+ <gfc:label>
1302
+ <gco:CharacterString>Third party</gco:CharacterString>
1303
+ </gfc:label>
1304
+ <gfc:definition>
1305
+ <gco:CharacterString>Third party during the election year</gco:CharacterString>
1306
+ </gfc:definition>
1307
+ <gfc:definitionReference>
1308
+ <gfc:FC_DefinitionReference>
1309
+ <gfc:definitionSource>
1310
+ <gfc:FC_DefinitionSource>
1311
+ <gfc:source>
1312
+ <gmd:CI_Citation>
1313
+ <gmd:title>
1314
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1315
+ </gmd:title>
1316
+ <gmd:date gco:nilReason="unknown"/>
1317
+ <gmd:citedResponsibleParty>
1318
+ <gmd:CI_ResponsibleParty>
1319
+ <gmd:organisationName>
1320
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1321
+ </gmd:organisationName>
1322
+ <gmd:role>
1323
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1324
+ </gmd:role>
1325
+ </gmd:CI_ResponsibleParty>
1326
+ </gmd:citedResponsibleParty>
1327
+ </gmd:CI_Citation>
1328
+ </gfc:source>
1329
+ </gfc:FC_DefinitionSource>
1330
+ </gfc:definitionSource>
1331
+ </gfc:FC_DefinitionReference>
1332
+ </gfc:definitionReference>
1333
+ </gfc:FC_ListedValue>
1334
+ </gfc:listedValue>
1335
+ </gfc:FC_FeatureAttribute>
1336
+ </gfc:carrierOfCharacteristics>
1337
+ <gfc:carrierOfCharacteristics>
1338
+ <gfc:FC_FeatureAttribute>
1339
+ <gfc:memberName>
1340
+ <gco:LocalName>TRD_CND_08</gco:LocalName>
1341
+ </gfc:memberName>
1342
+ <gfc:definition>
1343
+ <gco:CharacterString>Third Candidate during the election year</gco:CharacterString>
1344
+ </gfc:definition>
1345
+ <gfc:cardinality gco:nilReason="unknown"/>
1346
+ <gfc:definitionReference>
1347
+ <gfc:FC_DefinitionReference>
1348
+ <gfc:definitionSource>
1349
+ <gfc:FC_DefinitionSource>
1350
+ <gfc:source>
1351
+ <gmd:CI_Citation>
1352
+ <gmd:title>
1353
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1354
+ </gmd:title>
1355
+ <gmd:date gco:nilReason="unknown"/>
1356
+ <gmd:citedResponsibleParty>
1357
+ <gmd:CI_ResponsibleParty>
1358
+ <gmd:organisationName>
1359
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1360
+ </gmd:organisationName>
1361
+ <gmd:role>
1362
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1363
+ </gmd:role>
1364
+ </gmd:CI_ResponsibleParty>
1365
+ </gmd:citedResponsibleParty>
1366
+ </gmd:CI_Citation>
1367
+ </gfc:source>
1368
+ </gfc:FC_DefinitionSource>
1369
+ </gfc:definitionSource>
1370
+ </gfc:FC_DefinitionReference>
1371
+ </gfc:definitionReference>
1372
+ <gfc:valueType>
1373
+ <gco:TypeName>
1374
+ <gco:aName>
1375
+ <gco:CharacterString>String</gco:CharacterString>
1376
+ </gco:aName>
1377
+ </gco:TypeName>
1378
+ </gfc:valueType>
1379
+ <gfc:listedValue>
1380
+ <gfc:FC_ListedValue>
1381
+ <gfc:label>
1382
+ <gco:CharacterString>Third Candidate</gco:CharacterString>
1383
+ </gfc:label>
1384
+ <gfc:definition>
1385
+ <gco:CharacterString>Third Candidate during the election year</gco:CharacterString>
1386
+ </gfc:definition>
1387
+ <gfc:definitionReference>
1388
+ <gfc:FC_DefinitionReference>
1389
+ <gfc:definitionSource>
1390
+ <gfc:FC_DefinitionSource>
1391
+ <gfc:source>
1392
+ <gmd:CI_Citation>
1393
+ <gmd:title>
1394
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1395
+ </gmd:title>
1396
+ <gmd:date gco:nilReason="unknown"/>
1397
+ <gmd:citedResponsibleParty>
1398
+ <gmd:CI_ResponsibleParty>
1399
+ <gmd:organisationName>
1400
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1401
+ </gmd:organisationName>
1402
+ <gmd:role>
1403
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1404
+ </gmd:role>
1405
+ </gmd:CI_ResponsibleParty>
1406
+ </gmd:citedResponsibleParty>
1407
+ </gmd:CI_Citation>
1408
+ </gfc:source>
1409
+ </gfc:FC_DefinitionSource>
1410
+ </gfc:definitionSource>
1411
+ </gfc:FC_DefinitionReference>
1412
+ </gfc:definitionReference>
1413
+ </gfc:FC_ListedValue>
1414
+ </gfc:listedValue>
1415
+ </gfc:FC_FeatureAttribute>
1416
+ </gfc:carrierOfCharacteristics>
1417
+ <gfc:carrierOfCharacteristics>
1418
+ <gfc:FC_FeatureAttribute>
1419
+ <gfc:memberName>
1420
+ <gco:LocalName>S_PT_VT_08</gco:LocalName>
1421
+ </gfc:memberName>
1422
+ <gfc:definition>
1423
+ <gco:CharacterString>Second party votes polled during the election year</gco:CharacterString>
1424
+ </gfc:definition>
1425
+ <gfc:cardinality gco:nilReason="unknown"/>
1426
+ <gfc:definitionReference>
1427
+ <gfc:FC_DefinitionReference>
1428
+ <gfc:definitionSource>
1429
+ <gfc:FC_DefinitionSource>
1430
+ <gfc:source>
1431
+ <gmd:CI_Citation>
1432
+ <gmd:title>
1433
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1434
+ </gmd:title>
1435
+ <gmd:date gco:nilReason="unknown"/>
1436
+ <gmd:citedResponsibleParty>
1437
+ <gmd:CI_ResponsibleParty>
1438
+ <gmd:organisationName>
1439
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1440
+ </gmd:organisationName>
1441
+ <gmd:role>
1442
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1443
+ </gmd:role>
1444
+ </gmd:CI_ResponsibleParty>
1445
+ </gmd:citedResponsibleParty>
1446
+ </gmd:CI_Citation>
1447
+ </gfc:source>
1448
+ </gfc:FC_DefinitionSource>
1449
+ </gfc:definitionSource>
1450
+ </gfc:FC_DefinitionReference>
1451
+ </gfc:definitionReference>
1452
+ <gfc:valueType>
1453
+ <gco:TypeName>
1454
+ <gco:aName>
1455
+ <gco:CharacterString>Double</gco:CharacterString>
1456
+ </gco:aName>
1457
+ </gco:TypeName>
1458
+ </gfc:valueType>
1459
+ </gfc:FC_FeatureAttribute>
1460
+ </gfc:carrierOfCharacteristics>
1461
+ <gfc:carrierOfCharacteristics>
1462
+ <gfc:FC_FeatureAttribute>
1463
+ <gfc:memberName>
1464
+ <gco:LocalName>P_MRG_1_3</gco:LocalName>
1465
+ </gfc:memberName>
1466
+ <gfc:definition>
1467
+ <gco:CharacterString>Percentage Margin between winning party 1 and 3</gco:CharacterString>
1468
+ </gfc:definition>
1469
+ <gfc:cardinality gco:nilReason="unknown"/>
1470
+ <gfc:definitionReference>
1471
+ <gfc:FC_DefinitionReference>
1472
+ <gfc:definitionSource>
1473
+ <gfc:FC_DefinitionSource>
1474
+ <gfc:source>
1475
+ <gmd:CI_Citation>
1476
+ <gmd:title>
1477
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1478
+ </gmd:title>
1479
+ <gmd:date gco:nilReason="unknown"/>
1480
+ <gmd:citedResponsibleParty>
1481
+ <gmd:CI_ResponsibleParty>
1482
+ <gmd:organisationName>
1483
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1484
+ </gmd:organisationName>
1485
+ <gmd:role>
1486
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1487
+ </gmd:role>
1488
+ </gmd:CI_ResponsibleParty>
1489
+ </gmd:citedResponsibleParty>
1490
+ </gmd:CI_Citation>
1491
+ </gfc:source>
1492
+ </gfc:FC_DefinitionSource>
1493
+ </gfc:definitionSource>
1494
+ </gfc:FC_DefinitionReference>
1495
+ </gfc:definitionReference>
1496
+ <gfc:valueType>
1497
+ <gco:TypeName>
1498
+ <gco:aName>
1499
+ <gco:CharacterString>Double</gco:CharacterString>
1500
+ </gco:aName>
1501
+ </gco:TypeName>
1502
+ </gfc:valueType>
1503
+ </gfc:FC_FeatureAttribute>
1504
+ </gfc:carrierOfCharacteristics>
1505
+ <gfc:carrierOfCharacteristics>
1506
+ <gfc:FC_FeatureAttribute>
1507
+ <gfc:memberName>
1508
+ <gco:LocalName>MRG_1_3</gco:LocalName>
1509
+ </gfc:memberName>
1510
+ <gfc:definition>
1511
+ <gco:CharacterString>Margin between winning party 1 and 3</gco:CharacterString>
1512
+ </gfc:definition>
1513
+ <gfc:cardinality gco:nilReason="unknown"/>
1514
+ <gfc:definitionReference>
1515
+ <gfc:FC_DefinitionReference>
1516
+ <gfc:definitionSource>
1517
+ <gfc:FC_DefinitionSource>
1518
+ <gfc:source>
1519
+ <gmd:CI_Citation>
1520
+ <gmd:title>
1521
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1522
+ </gmd:title>
1523
+ <gmd:date gco:nilReason="unknown"/>
1524
+ <gmd:citedResponsibleParty>
1525
+ <gmd:CI_ResponsibleParty>
1526
+ <gmd:organisationName>
1527
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1528
+ </gmd:organisationName>
1529
+ <gmd:role>
1530
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1531
+ </gmd:role>
1532
+ </gmd:CI_ResponsibleParty>
1533
+ </gmd:citedResponsibleParty>
1534
+ </gmd:CI_Citation>
1535
+ </gfc:source>
1536
+ </gfc:FC_DefinitionSource>
1537
+ </gfc:definitionSource>
1538
+ </gfc:FC_DefinitionReference>
1539
+ </gfc:definitionReference>
1540
+ <gfc:valueType>
1541
+ <gco:TypeName>
1542
+ <gco:aName>
1543
+ <gco:CharacterString>Double</gco:CharacterString>
1544
+ </gco:aName>
1545
+ </gco:TypeName>
1546
+ </gfc:valueType>
1547
+ </gfc:FC_FeatureAttribute>
1548
+ </gfc:carrierOfCharacteristics>
1549
+ <gfc:carrierOfCharacteristics>
1550
+ <gfc:FC_FeatureAttribute>
1551
+ <gfc:memberName>
1552
+ <gco:LocalName>P_MRG_1_2</gco:LocalName>
1553
+ </gfc:memberName>
1554
+ <gfc:definition>
1555
+ <gco:CharacterString>Percentage Margin between winning party 1 and 2</gco:CharacterString>
1556
+ </gfc:definition>
1557
+ <gfc:cardinality gco:nilReason="unknown"/>
1558
+ <gfc:definitionReference>
1559
+ <gfc:FC_DefinitionReference>
1560
+ <gfc:definitionSource>
1561
+ <gfc:FC_DefinitionSource>
1562
+ <gfc:source>
1563
+ <gmd:CI_Citation>
1564
+ <gmd:title>
1565
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1566
+ </gmd:title>
1567
+ <gmd:date gco:nilReason="unknown"/>
1568
+ <gmd:citedResponsibleParty>
1569
+ <gmd:CI_ResponsibleParty>
1570
+ <gmd:organisationName>
1571
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1572
+ </gmd:organisationName>
1573
+ <gmd:role>
1574
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1575
+ </gmd:role>
1576
+ </gmd:CI_ResponsibleParty>
1577
+ </gmd:citedResponsibleParty>
1578
+ </gmd:CI_Citation>
1579
+ </gfc:source>
1580
+ </gfc:FC_DefinitionSource>
1581
+ </gfc:definitionSource>
1582
+ </gfc:FC_DefinitionReference>
1583
+ </gfc:definitionReference>
1584
+ <gfc:valueType>
1585
+ <gco:TypeName>
1586
+ <gco:aName>
1587
+ <gco:CharacterString>Double</gco:CharacterString>
1588
+ </gco:aName>
1589
+ </gco:TypeName>
1590
+ </gfc:valueType>
1591
+ </gfc:FC_FeatureAttribute>
1592
+ </gfc:carrierOfCharacteristics>
1593
+ <gfc:carrierOfCharacteristics>
1594
+ <gfc:FC_FeatureAttribute>
1595
+ <gfc:memberName>
1596
+ <gco:LocalName>MRG_1_2</gco:LocalName>
1597
+ </gfc:memberName>
1598
+ <gfc:definition>
1599
+ <gco:CharacterString>Margin between winning party 1 and 2</gco:CharacterString>
1600
+ </gfc:definition>
1601
+ <gfc:cardinality gco:nilReason="unknown"/>
1602
+ <gfc:definitionReference>
1603
+ <gfc:FC_DefinitionReference>
1604
+ <gfc:definitionSource>
1605
+ <gfc:FC_DefinitionSource>
1606
+ <gfc:source>
1607
+ <gmd:CI_Citation>
1608
+ <gmd:title>
1609
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1610
+ </gmd:title>
1611
+ <gmd:date gco:nilReason="unknown"/>
1612
+ <gmd:citedResponsibleParty>
1613
+ <gmd:CI_ResponsibleParty>
1614
+ <gmd:organisationName>
1615
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1616
+ </gmd:organisationName>
1617
+ <gmd:role>
1618
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1619
+ </gmd:role>
1620
+ </gmd:CI_ResponsibleParty>
1621
+ </gmd:citedResponsibleParty>
1622
+ </gmd:CI_Citation>
1623
+ </gfc:source>
1624
+ </gfc:FC_DefinitionSource>
1625
+ </gfc:definitionSource>
1626
+ </gfc:FC_DefinitionReference>
1627
+ </gfc:definitionReference>
1628
+ <gfc:valueType>
1629
+ <gco:TypeName>
1630
+ <gco:aName>
1631
+ <gco:CharacterString>Double</gco:CharacterString>
1632
+ </gco:aName>
1633
+ </gco:TypeName>
1634
+ </gfc:valueType>
1635
+ </gfc:FC_FeatureAttribute>
1636
+ </gfc:carrierOfCharacteristics>
1637
+ <gfc:carrierOfCharacteristics>
1638
+ <gfc:FC_FeatureAttribute>
1639
+ <gfc:memberName>
1640
+ <gco:LocalName>WIN_CND_08</gco:LocalName>
1641
+ </gfc:memberName>
1642
+ <gfc:definition>
1643
+ <gco:CharacterString>Winner Candidate during the election year</gco:CharacterString>
1644
+ </gfc:definition>
1645
+ <gfc:cardinality gco:nilReason="unknown"/>
1646
+ <gfc:definitionReference>
1647
+ <gfc:FC_DefinitionReference>
1648
+ <gfc:definitionSource>
1649
+ <gfc:FC_DefinitionSource>
1650
+ <gfc:source>
1651
+ <gmd:CI_Citation>
1652
+ <gmd:title>
1653
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1654
+ </gmd:title>
1655
+ <gmd:date gco:nilReason="unknown"/>
1656
+ <gmd:citedResponsibleParty>
1657
+ <gmd:CI_ResponsibleParty>
1658
+ <gmd:organisationName>
1659
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1660
+ </gmd:organisationName>
1661
+ <gmd:role>
1662
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1663
+ </gmd:role>
1664
+ </gmd:CI_ResponsibleParty>
1665
+ </gmd:citedResponsibleParty>
1666
+ </gmd:CI_Citation>
1667
+ </gfc:source>
1668
+ </gfc:FC_DefinitionSource>
1669
+ </gfc:definitionSource>
1670
+ </gfc:FC_DefinitionReference>
1671
+ </gfc:definitionReference>
1672
+ <gfc:valueType>
1673
+ <gco:TypeName>
1674
+ <gco:aName>
1675
+ <gco:CharacterString>String</gco:CharacterString>
1676
+ </gco:aName>
1677
+ </gco:TypeName>
1678
+ </gfc:valueType>
1679
+ <gfc:listedValue>
1680
+ <gfc:FC_ListedValue>
1681
+ <gfc:label>
1682
+ <gco:CharacterString>Winner Candidate</gco:CharacterString>
1683
+ </gfc:label>
1684
+ <gfc:definition>
1685
+ <gco:CharacterString>Winner Candidate during the election year</gco:CharacterString>
1686
+ </gfc:definition>
1687
+ <gfc:definitionReference>
1688
+ <gfc:FC_DefinitionReference>
1689
+ <gfc:definitionSource>
1690
+ <gfc:FC_DefinitionSource>
1691
+ <gfc:source>
1692
+ <gmd:CI_Citation>
1693
+ <gmd:title>
1694
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1695
+ </gmd:title>
1696
+ <gmd:date gco:nilReason="unknown"/>
1697
+ <gmd:citedResponsibleParty>
1698
+ <gmd:CI_ResponsibleParty>
1699
+ <gmd:organisationName>
1700
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1701
+ </gmd:organisationName>
1702
+ <gmd:role>
1703
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1704
+ </gmd:role>
1705
+ </gmd:CI_ResponsibleParty>
1706
+ </gmd:citedResponsibleParty>
1707
+ </gmd:CI_Citation>
1708
+ </gfc:source>
1709
+ </gfc:FC_DefinitionSource>
1710
+ </gfc:definitionSource>
1711
+ </gfc:FC_DefinitionReference>
1712
+ </gfc:definitionReference>
1713
+ </gfc:FC_ListedValue>
1714
+ </gfc:listedValue>
1715
+ </gfc:FC_FeatureAttribute>
1716
+ </gfc:carrierOfCharacteristics>
1717
+ <gfc:carrierOfCharacteristics>
1718
+ <gfc:FC_FeatureAttribute>
1719
+ <gfc:memberName>
1720
+ <gco:LocalName>SND_PRT_08</gco:LocalName>
1721
+ </gfc:memberName>
1722
+ <gfc:definition>
1723
+ <gco:CharacterString>Second party during the election year</gco:CharacterString>
1724
+ </gfc:definition>
1725
+ <gfc:cardinality gco:nilReason="unknown"/>
1726
+ <gfc:definitionReference>
1727
+ <gfc:FC_DefinitionReference>
1728
+ <gfc:definitionSource>
1729
+ <gfc:FC_DefinitionSource>
1730
+ <gfc:source>
1731
+ <gmd:CI_Citation>
1732
+ <gmd:title>
1733
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1734
+ </gmd:title>
1735
+ <gmd:date gco:nilReason="unknown"/>
1736
+ <gmd:citedResponsibleParty>
1737
+ <gmd:CI_ResponsibleParty>
1738
+ <gmd:organisationName>
1739
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1740
+ </gmd:organisationName>
1741
+ <gmd:role>
1742
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1743
+ </gmd:role>
1744
+ </gmd:CI_ResponsibleParty>
1745
+ </gmd:citedResponsibleParty>
1746
+ </gmd:CI_Citation>
1747
+ </gfc:source>
1748
+ </gfc:FC_DefinitionSource>
1749
+ </gfc:definitionSource>
1750
+ </gfc:FC_DefinitionReference>
1751
+ </gfc:definitionReference>
1752
+ <gfc:valueType>
1753
+ <gco:TypeName>
1754
+ <gco:aName>
1755
+ <gco:CharacterString>String</gco:CharacterString>
1756
+ </gco:aName>
1757
+ </gco:TypeName>
1758
+ </gfc:valueType>
1759
+ <gfc:listedValue>
1760
+ <gfc:FC_ListedValue>
1761
+ <gfc:label>
1762
+ <gco:CharacterString>Second party</gco:CharacterString>
1763
+ </gfc:label>
1764
+ <gfc:definition>
1765
+ <gco:CharacterString>Second party during the election year</gco:CharacterString>
1766
+ </gfc:definition>
1767
+ <gfc:definitionReference>
1768
+ <gfc:FC_DefinitionReference>
1769
+ <gfc:definitionSource>
1770
+ <gfc:FC_DefinitionSource>
1771
+ <gfc:source>
1772
+ <gmd:CI_Citation>
1773
+ <gmd:title>
1774
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1775
+ </gmd:title>
1776
+ <gmd:date gco:nilReason="unknown"/>
1777
+ <gmd:citedResponsibleParty>
1778
+ <gmd:CI_ResponsibleParty>
1779
+ <gmd:organisationName>
1780
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1781
+ </gmd:organisationName>
1782
+ <gmd:role>
1783
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1784
+ </gmd:role>
1785
+ </gmd:CI_ResponsibleParty>
1786
+ </gmd:citedResponsibleParty>
1787
+ </gmd:CI_Citation>
1788
+ </gfc:source>
1789
+ </gfc:FC_DefinitionSource>
1790
+ </gfc:definitionSource>
1791
+ </gfc:FC_DefinitionReference>
1792
+ </gfc:definitionReference>
1793
+ </gfc:FC_ListedValue>
1794
+ </gfc:listedValue>
1795
+ </gfc:FC_FeatureAttribute>
1796
+ </gfc:carrierOfCharacteristics>
1797
+ <gfc:carrierOfCharacteristics>
1798
+ <gfc:FC_FeatureAttribute>
1799
+ <gfc:memberName>
1800
+ <gco:LocalName>SND_CND_08</gco:LocalName>
1801
+ </gfc:memberName>
1802
+ <gfc:definition>
1803
+ <gco:CharacterString>Second Candidate during the election year</gco:CharacterString>
1804
+ </gfc:definition>
1805
+ <gfc:cardinality gco:nilReason="unknown"/>
1806
+ <gfc:definitionReference>
1807
+ <gfc:FC_DefinitionReference>
1808
+ <gfc:definitionSource>
1809
+ <gfc:FC_DefinitionSource>
1810
+ <gfc:source>
1811
+ <gmd:CI_Citation>
1812
+ <gmd:title>
1813
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1814
+ </gmd:title>
1815
+ <gmd:date gco:nilReason="unknown"/>
1816
+ <gmd:citedResponsibleParty>
1817
+ <gmd:CI_ResponsibleParty>
1818
+ <gmd:organisationName>
1819
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1820
+ </gmd:organisationName>
1821
+ <gmd:role>
1822
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1823
+ </gmd:role>
1824
+ </gmd:CI_ResponsibleParty>
1825
+ </gmd:citedResponsibleParty>
1826
+ </gmd:CI_Citation>
1827
+ </gfc:source>
1828
+ </gfc:FC_DefinitionSource>
1829
+ </gfc:definitionSource>
1830
+ </gfc:FC_DefinitionReference>
1831
+ </gfc:definitionReference>
1832
+ <gfc:valueType>
1833
+ <gco:TypeName>
1834
+ <gco:aName>
1835
+ <gco:CharacterString>String</gco:CharacterString>
1836
+ </gco:aName>
1837
+ </gco:TypeName>
1838
+ </gfc:valueType>
1839
+ <gfc:listedValue>
1840
+ <gfc:FC_ListedValue>
1841
+ <gfc:label>
1842
+ <gco:CharacterString>Second Candidate</gco:CharacterString>
1843
+ </gfc:label>
1844
+ <gfc:definition>
1845
+ <gco:CharacterString>Second Candidate during the election year</gco:CharacterString>
1846
+ </gfc:definition>
1847
+ <gfc:definitionReference>
1848
+ <gfc:FC_DefinitionReference>
1849
+ <gfc:definitionSource>
1850
+ <gfc:FC_DefinitionSource>
1851
+ <gfc:source>
1852
+ <gmd:CI_Citation>
1853
+ <gmd:title>
1854
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1855
+ </gmd:title>
1856
+ <gmd:date gco:nilReason="unknown"/>
1857
+ <gmd:citedResponsibleParty>
1858
+ <gmd:CI_ResponsibleParty>
1859
+ <gmd:organisationName>
1860
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1861
+ </gmd:organisationName>
1862
+ <gmd:role>
1863
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1864
+ </gmd:role>
1865
+ </gmd:CI_ResponsibleParty>
1866
+ </gmd:citedResponsibleParty>
1867
+ </gmd:CI_Citation>
1868
+ </gfc:source>
1869
+ </gfc:FC_DefinitionSource>
1870
+ </gfc:definitionSource>
1871
+ </gfc:FC_DefinitionReference>
1872
+ </gfc:definitionReference>
1873
+ </gfc:FC_ListedValue>
1874
+ </gfc:listedValue>
1875
+ </gfc:FC_FeatureAttribute>
1876
+ </gfc:carrierOfCharacteristics>
1877
+ <gfc:carrierOfCharacteristics>
1878
+ <gfc:FC_FeatureAttribute>
1879
+ <gfc:memberName>
1880
+ <gco:LocalName>W_PT_VT_08</gco:LocalName>
1881
+ </gfc:memberName>
1882
+ <gfc:definition>
1883
+ <gco:CharacterString>Winner party votes polled during the year</gco:CharacterString>
1884
+ </gfc:definition>
1885
+ <gfc:cardinality gco:nilReason="unknown"/>
1886
+ <gfc:definitionReference>
1887
+ <gfc:FC_DefinitionReference>
1888
+ <gfc:definitionSource>
1889
+ <gfc:FC_DefinitionSource>
1890
+ <gfc:source>
1891
+ <gmd:CI_Citation>
1892
+ <gmd:title>
1893
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1894
+ </gmd:title>
1895
+ <gmd:date gco:nilReason="unknown"/>
1896
+ <gmd:citedResponsibleParty>
1897
+ <gmd:CI_ResponsibleParty>
1898
+ <gmd:organisationName>
1899
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1900
+ </gmd:organisationName>
1901
+ <gmd:role>
1902
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1903
+ </gmd:role>
1904
+ </gmd:CI_ResponsibleParty>
1905
+ </gmd:citedResponsibleParty>
1906
+ </gmd:CI_Citation>
1907
+ </gfc:source>
1908
+ </gfc:FC_DefinitionSource>
1909
+ </gfc:definitionSource>
1910
+ </gfc:FC_DefinitionReference>
1911
+ </gfc:definitionReference>
1912
+ <gfc:valueType>
1913
+ <gco:TypeName>
1914
+ <gco:aName>
1915
+ <gco:CharacterString>Double</gco:CharacterString>
1916
+ </gco:aName>
1917
+ </gco:TypeName>
1918
+ </gfc:valueType>
1919
+ </gfc:FC_FeatureAttribute>
1920
+ </gfc:carrierOfCharacteristics>
1921
+ <gfc:carrierOfCharacteristics>
1922
+ <gfc:FC_FeatureAttribute>
1923
+ <gfc:memberName>
1924
+ <gco:LocalName>WIN_PRT_08</gco:LocalName>
1925
+ </gfc:memberName>
1926
+ <gfc:definition>
1927
+ <gco:CharacterString>Winner party during the election year</gco:CharacterString>
1928
+ </gfc:definition>
1929
+ <gfc:cardinality gco:nilReason="unknown"/>
1930
+ <gfc:definitionReference>
1931
+ <gfc:FC_DefinitionReference>
1932
+ <gfc:definitionSource>
1933
+ <gfc:FC_DefinitionSource>
1934
+ <gfc:source>
1935
+ <gmd:CI_Citation>
1936
+ <gmd:title>
1937
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1938
+ </gmd:title>
1939
+ <gmd:date gco:nilReason="unknown"/>
1940
+ <gmd:citedResponsibleParty>
1941
+ <gmd:CI_ResponsibleParty>
1942
+ <gmd:organisationName>
1943
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1944
+ </gmd:organisationName>
1945
+ <gmd:role>
1946
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1947
+ </gmd:role>
1948
+ </gmd:CI_ResponsibleParty>
1949
+ </gmd:citedResponsibleParty>
1950
+ </gmd:CI_Citation>
1951
+ </gfc:source>
1952
+ </gfc:FC_DefinitionSource>
1953
+ </gfc:definitionSource>
1954
+ </gfc:FC_DefinitionReference>
1955
+ </gfc:definitionReference>
1956
+ <gfc:valueType>
1957
+ <gco:TypeName>
1958
+ <gco:aName>
1959
+ <gco:CharacterString>String</gco:CharacterString>
1960
+ </gco:aName>
1961
+ </gco:TypeName>
1962
+ </gfc:valueType>
1963
+ <gfc:listedValue>
1964
+ <gfc:FC_ListedValue>
1965
+ <gfc:label>
1966
+ <gco:CharacterString>Winner party</gco:CharacterString>
1967
+ </gfc:label>
1968
+ <gfc:definition>
1969
+ <gco:CharacterString>Winner party during the election year</gco:CharacterString>
1970
+ </gfc:definition>
1971
+ <gfc:definitionReference>
1972
+ <gfc:FC_DefinitionReference>
1973
+ <gfc:definitionSource>
1974
+ <gfc:FC_DefinitionSource>
1975
+ <gfc:source>
1976
+ <gmd:CI_Citation>
1977
+ <gmd:title>
1978
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1979
+ </gmd:title>
1980
+ <gmd:date gco:nilReason="unknown"/>
1981
+ <gmd:citedResponsibleParty>
1982
+ <gmd:CI_ResponsibleParty>
1983
+ <gmd:organisationName>
1984
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1985
+ </gmd:organisationName>
1986
+ <gmd:role>
1987
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1988
+ </gmd:role>
1989
+ </gmd:CI_ResponsibleParty>
1990
+ </gmd:citedResponsibleParty>
1991
+ </gmd:CI_Citation>
1992
+ </gfc:source>
1993
+ </gfc:FC_DefinitionSource>
1994
+ </gfc:definitionSource>
1995
+ </gfc:FC_DefinitionReference>
1996
+ </gfc:definitionReference>
1997
+ </gfc:FC_ListedValue>
1998
+ </gfc:listedValue>
1999
+ </gfc:FC_FeatureAttribute>
2000
+ </gfc:carrierOfCharacteristics>
2001
+ <gfc:carrierOfCharacteristics>
2002
+ <gfc:FC_FeatureAttribute>
2003
+ <gfc:memberName>
2004
+ <gco:LocalName>P_V_PL_08</gco:LocalName>
2005
+ </gfc:memberName>
2006
+ <gfc:definition>
2007
+ <gco:CharacterString>Percentage of vote polled during the election year</gco:CharacterString>
2008
+ </gfc:definition>
2009
+ <gfc:cardinality gco:nilReason="unknown"/>
2010
+ <gfc:definitionReference>
2011
+ <gfc:FC_DefinitionReference>
2012
+ <gfc:definitionSource>
2013
+ <gfc:FC_DefinitionSource>
2014
+ <gfc:source>
2015
+ <gmd:CI_Citation>
2016
+ <gmd:title>
2017
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2018
+ </gmd:title>
2019
+ <gmd:date gco:nilReason="unknown"/>
2020
+ <gmd:citedResponsibleParty>
2021
+ <gmd:CI_ResponsibleParty>
2022
+ <gmd:organisationName>
2023
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2024
+ </gmd:organisationName>
2025
+ <gmd:role>
2026
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2027
+ </gmd:role>
2028
+ </gmd:CI_ResponsibleParty>
2029
+ </gmd:citedResponsibleParty>
2030
+ </gmd:CI_Citation>
2031
+ </gfc:source>
2032
+ </gfc:FC_DefinitionSource>
2033
+ </gfc:definitionSource>
2034
+ </gfc:FC_DefinitionReference>
2035
+ </gfc:definitionReference>
2036
+ <gfc:valueType>
2037
+ <gco:TypeName>
2038
+ <gco:aName>
2039
+ <gco:CharacterString>Double</gco:CharacterString>
2040
+ </gco:aName>
2041
+ </gco:TypeName>
2042
+ </gfc:valueType>
2043
+ </gfc:FC_FeatureAttribute>
2044
+ </gfc:carrierOfCharacteristics>
2045
+ <gfc:carrierOfCharacteristics>
2046
+ <gfc:FC_FeatureAttribute>
2047
+ <gfc:memberName>
2048
+ <gco:LocalName>T_ELECT_08</gco:LocalName>
2049
+ </gfc:memberName>
2050
+ <gfc:definition>
2051
+ <gco:CharacterString>Total electorates during the election year</gco:CharacterString>
2052
+ </gfc:definition>
2053
+ <gfc:cardinality gco:nilReason="unknown"/>
2054
+ <gfc:definitionReference>
2055
+ <gfc:FC_DefinitionReference>
2056
+ <gfc:definitionSource>
2057
+ <gfc:FC_DefinitionSource>
2058
+ <gfc:source>
2059
+ <gmd:CI_Citation>
2060
+ <gmd:title>
2061
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2062
+ </gmd:title>
2063
+ <gmd:date gco:nilReason="unknown"/>
2064
+ <gmd:citedResponsibleParty>
2065
+ <gmd:CI_ResponsibleParty>
2066
+ <gmd:organisationName>
2067
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2068
+ </gmd:organisationName>
2069
+ <gmd:role>
2070
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2071
+ </gmd:role>
2072
+ </gmd:CI_ResponsibleParty>
2073
+ </gmd:citedResponsibleParty>
2074
+ </gmd:CI_Citation>
2075
+ </gfc:source>
2076
+ </gfc:FC_DefinitionSource>
2077
+ </gfc:definitionSource>
2078
+ </gfc:FC_DefinitionReference>
2079
+ </gfc:definitionReference>
2080
+ <gfc:valueType>
2081
+ <gco:TypeName>
2082
+ <gco:aName>
2083
+ <gco:CharacterString>Double</gco:CharacterString>
2084
+ </gco:aName>
2085
+ </gco:TypeName>
2086
+ </gfc:valueType>
2087
+ </gfc:FC_FeatureAttribute>
2088
+ </gfc:carrierOfCharacteristics>
2089
+ <gfc:carrierOfCharacteristics>
2090
+ <gfc:FC_FeatureAttribute>
2091
+ <gfc:memberName>
2092
+ <gco:LocalName>M_ELEC_08</gco:LocalName>
2093
+ </gfc:memberName>
2094
+ <gfc:definition>
2095
+ <gco:CharacterString>Male electorates during the election year</gco:CharacterString>
2096
+ </gfc:definition>
2097
+ <gfc:cardinality gco:nilReason="unknown"/>
2098
+ <gfc:definitionReference>
2099
+ <gfc:FC_DefinitionReference>
2100
+ <gfc:definitionSource>
2101
+ <gfc:FC_DefinitionSource>
2102
+ <gfc:source>
2103
+ <gmd:CI_Citation>
2104
+ <gmd:title>
2105
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2106
+ </gmd:title>
2107
+ <gmd:date gco:nilReason="unknown"/>
2108
+ <gmd:citedResponsibleParty>
2109
+ <gmd:CI_ResponsibleParty>
2110
+ <gmd:organisationName>
2111
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2112
+ </gmd:organisationName>
2113
+ <gmd:role>
2114
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2115
+ </gmd:role>
2116
+ </gmd:CI_ResponsibleParty>
2117
+ </gmd:citedResponsibleParty>
2118
+ </gmd:CI_Citation>
2119
+ </gfc:source>
2120
+ </gfc:FC_DefinitionSource>
2121
+ </gfc:definitionSource>
2122
+ </gfc:FC_DefinitionReference>
2123
+ </gfc:definitionReference>
2124
+ <gfc:valueType>
2125
+ <gco:TypeName>
2126
+ <gco:aName>
2127
+ <gco:CharacterString>Double</gco:CharacterString>
2128
+ </gco:aName>
2129
+ </gco:TypeName>
2130
+ </gfc:valueType>
2131
+ </gfc:FC_FeatureAttribute>
2132
+ </gfc:carrierOfCharacteristics>
2133
+ <gfc:carrierOfCharacteristics>
2134
+ <gfc:FC_FeatureAttribute>
2135
+ <gfc:memberName>
2136
+ <gco:LocalName>F_ELEC_08</gco:LocalName>
2137
+ </gfc:memberName>
2138
+ <gfc:definition>
2139
+ <gco:CharacterString>Female electorates during the election year</gco:CharacterString>
2140
+ </gfc:definition>
2141
+ <gfc:cardinality gco:nilReason="unknown"/>
2142
+ <gfc:definitionReference>
2143
+ <gfc:FC_DefinitionReference>
2144
+ <gfc:definitionSource>
2145
+ <gfc:FC_DefinitionSource>
2146
+ <gfc:source>
2147
+ <gmd:CI_Citation>
2148
+ <gmd:title>
2149
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2150
+ </gmd:title>
2151
+ <gmd:date gco:nilReason="unknown"/>
2152
+ <gmd:citedResponsibleParty>
2153
+ <gmd:CI_ResponsibleParty>
2154
+ <gmd:organisationName>
2155
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2156
+ </gmd:organisationName>
2157
+ <gmd:role>
2158
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2159
+ </gmd:role>
2160
+ </gmd:CI_ResponsibleParty>
2161
+ </gmd:citedResponsibleParty>
2162
+ </gmd:CI_Citation>
2163
+ </gfc:source>
2164
+ </gfc:FC_DefinitionSource>
2165
+ </gfc:definitionSource>
2166
+ </gfc:FC_DefinitionReference>
2167
+ </gfc:definitionReference>
2168
+ <gfc:valueType>
2169
+ <gco:TypeName>
2170
+ <gco:aName>
2171
+ <gco:CharacterString>Double</gco:CharacterString>
2172
+ </gco:aName>
2173
+ </gco:TypeName>
2174
+ </gfc:valueType>
2175
+ </gfc:FC_FeatureAttribute>
2176
+ </gfc:carrierOfCharacteristics>
2177
+ <gfc:carrierOfCharacteristics>
2178
+ <gfc:FC_FeatureAttribute>
2179
+ <gfc:memberName>
2180
+ <gco:LocalName>AC_NO</gco:LocalName>
2181
+ </gfc:memberName>
2182
+ <gfc:definition>
2183
+ <gco:CharacterString>Assembly constituency number</gco:CharacterString>
2184
+ </gfc:definition>
2185
+ <gfc:cardinality gco:nilReason="unknown"/>
2186
+ <gfc:definitionReference>
2187
+ <gfc:FC_DefinitionReference>
2188
+ <gfc:definitionSource>
2189
+ <gfc:FC_DefinitionSource>
2190
+ <gfc:source>
2191
+ <gmd:CI_Citation>
2192
+ <gmd:title>
2193
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2194
+ </gmd:title>
2195
+ <gmd:date gco:nilReason="unknown"/>
2196
+ <gmd:citedResponsibleParty>
2197
+ <gmd:CI_ResponsibleParty>
2198
+ <gmd:organisationName>
2199
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2200
+ </gmd:organisationName>
2201
+ <gmd:role>
2202
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2203
+ </gmd:role>
2204
+ </gmd:CI_ResponsibleParty>
2205
+ </gmd:citedResponsibleParty>
2206
+ </gmd:CI_Citation>
2207
+ </gfc:source>
2208
+ </gfc:FC_DefinitionSource>
2209
+ </gfc:definitionSource>
2210
+ </gfc:FC_DefinitionReference>
2211
+ </gfc:definitionReference>
2212
+ <gfc:valueType>
2213
+ <gco:TypeName>
2214
+ <gco:aName>
2215
+ <gco:CharacterString>Double</gco:CharacterString>
2216
+ </gco:aName>
2217
+ </gco:TypeName>
2218
+ </gfc:valueType>
2219
+ </gfc:FC_FeatureAttribute>
2220
+ </gfc:carrierOfCharacteristics>
2221
+ <gfc:carrierOfCharacteristics>
2222
+ <gfc:FC_FeatureAttribute>
2223
+ <gfc:memberName>
2224
+ <gco:LocalName>F_VOT_08</gco:LocalName>
2225
+ </gfc:memberName>
2226
+ <gfc:definition>
2227
+ <gco:CharacterString>Female voter during the election year</gco:CharacterString>
2228
+ </gfc:definition>
2229
+ <gfc:cardinality gco:nilReason="unknown"/>
2230
+ <gfc:definitionReference>
2231
+ <gfc:FC_DefinitionReference>
2232
+ <gfc:definitionSource>
2233
+ <gfc:FC_DefinitionSource>
2234
+ <gfc:source>
2235
+ <gmd:CI_Citation>
2236
+ <gmd:title>
2237
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2238
+ </gmd:title>
2239
+ <gmd:date gco:nilReason="unknown"/>
2240
+ <gmd:citedResponsibleParty>
2241
+ <gmd:CI_ResponsibleParty>
2242
+ <gmd:organisationName>
2243
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2244
+ </gmd:organisationName>
2245
+ <gmd:role>
2246
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2247
+ </gmd:role>
2248
+ </gmd:CI_ResponsibleParty>
2249
+ </gmd:citedResponsibleParty>
2250
+ </gmd:CI_Citation>
2251
+ </gfc:source>
2252
+ </gfc:FC_DefinitionSource>
2253
+ </gfc:definitionSource>
2254
+ </gfc:FC_DefinitionReference>
2255
+ </gfc:definitionReference>
2256
+ <gfc:valueType>
2257
+ <gco:TypeName>
2258
+ <gco:aName>
2259
+ <gco:CharacterString>Double</gco:CharacterString>
2260
+ </gco:aName>
2261
+ </gco:TypeName>
2262
+ </gfc:valueType>
2263
+ </gfc:FC_FeatureAttribute>
2264
+ </gfc:carrierOfCharacteristics>
2265
+ <gfc:carrierOfCharacteristics>
2266
+ <gfc:FC_FeatureAttribute>
2267
+ <gfc:memberName>
2268
+ <gco:LocalName>N_P_STN_08</gco:LocalName>
2269
+ </gfc:memberName>
2270
+ <gfc:definition>
2271
+ <gco:CharacterString>Number of polling stations during the election year</gco:CharacterString>
2272
+ </gfc:definition>
2273
+ <gfc:cardinality gco:nilReason="unknown"/>
2274
+ <gfc:definitionReference>
2275
+ <gfc:FC_DefinitionReference>
2276
+ <gfc:definitionSource>
2277
+ <gfc:FC_DefinitionSource>
2278
+ <gfc:source>
2279
+ <gmd:CI_Citation>
2280
+ <gmd:title>
2281
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2282
+ </gmd:title>
2283
+ <gmd:date gco:nilReason="unknown"/>
2284
+ <gmd:citedResponsibleParty>
2285
+ <gmd:CI_ResponsibleParty>
2286
+ <gmd:organisationName>
2287
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2288
+ </gmd:organisationName>
2289
+ <gmd:role>
2290
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2291
+ </gmd:role>
2292
+ </gmd:CI_ResponsibleParty>
2293
+ </gmd:citedResponsibleParty>
2294
+ </gmd:CI_Citation>
2295
+ </gfc:source>
2296
+ </gfc:FC_DefinitionSource>
2297
+ </gfc:definitionSource>
2298
+ </gfc:FC_DefinitionReference>
2299
+ </gfc:definitionReference>
2300
+ <gfc:valueType>
2301
+ <gco:TypeName>
2302
+ <gco:aName>
2303
+ <gco:CharacterString>Double</gco:CharacterString>
2304
+ </gco:aName>
2305
+ </gco:TypeName>
2306
+ </gfc:valueType>
2307
+ </gfc:FC_FeatureAttribute>
2308
+ </gfc:carrierOfCharacteristics>
2309
+ <gfc:carrierOfCharacteristics>
2310
+ <gfc:FC_FeatureAttribute>
2311
+ <gfc:memberName>
2312
+ <gco:LocalName>T_VOTER_08</gco:LocalName>
2313
+ </gfc:memberName>
2314
+ <gfc:definition>
2315
+ <gco:CharacterString>Total voter during the election year</gco:CharacterString>
2316
+ </gfc:definition>
2317
+ <gfc:cardinality gco:nilReason="unknown"/>
2318
+ <gfc:definitionReference>
2319
+ <gfc:FC_DefinitionReference>
2320
+ <gfc:definitionSource>
2321
+ <gfc:FC_DefinitionSource>
2322
+ <gfc:source>
2323
+ <gmd:CI_Citation>
2324
+ <gmd:title>
2325
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2326
+ </gmd:title>
2327
+ <gmd:date gco:nilReason="unknown"/>
2328
+ <gmd:citedResponsibleParty>
2329
+ <gmd:CI_ResponsibleParty>
2330
+ <gmd:organisationName>
2331
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2332
+ </gmd:organisationName>
2333
+ <gmd:role>
2334
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2335
+ </gmd:role>
2336
+ </gmd:CI_ResponsibleParty>
2337
+ </gmd:citedResponsibleParty>
2338
+ </gmd:CI_Citation>
2339
+ </gfc:source>
2340
+ </gfc:FC_DefinitionSource>
2341
+ </gfc:definitionSource>
2342
+ </gfc:FC_DefinitionReference>
2343
+ </gfc:definitionReference>
2344
+ <gfc:valueType>
2345
+ <gco:TypeName>
2346
+ <gco:aName>
2347
+ <gco:CharacterString>Double</gco:CharacterString>
2348
+ </gco:aName>
2349
+ </gco:TypeName>
2350
+ </gfc:valueType>
2351
+ </gfc:FC_FeatureAttribute>
2352
+ </gfc:carrierOfCharacteristics>
2353
+ <gfc:carrierOfCharacteristics>
2354
+ <gfc:FC_FeatureAttribute>
2355
+ <gfc:memberName>
2356
+ <gco:LocalName>AC_NAME</gco:LocalName>
2357
+ </gfc:memberName>
2358
+ <gfc:definition>
2359
+ <gco:CharacterString>Assembly constituency name</gco:CharacterString>
2360
+ </gfc:definition>
2361
+ <gfc:cardinality gco:nilReason="unknown"/>
2362
+ <gfc:definitionReference>
2363
+ <gfc:FC_DefinitionReference>
2364
+ <gfc:definitionSource>
2365
+ <gfc:FC_DefinitionSource>
2366
+ <gfc:source>
2367
+ <gmd:CI_Citation>
2368
+ <gmd:title>
2369
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2370
+ </gmd:title>
2371
+ <gmd:date gco:nilReason="unknown"/>
2372
+ <gmd:citedResponsibleParty>
2373
+ <gmd:CI_ResponsibleParty>
2374
+ <gmd:organisationName>
2375
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2376
+ </gmd:organisationName>
2377
+ <gmd:role>
2378
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2379
+ </gmd:role>
2380
+ </gmd:CI_ResponsibleParty>
2381
+ </gmd:citedResponsibleParty>
2382
+ </gmd:CI_Citation>
2383
+ </gfc:source>
2384
+ </gfc:FC_DefinitionSource>
2385
+ </gfc:definitionSource>
2386
+ </gfc:FC_DefinitionReference>
2387
+ </gfc:definitionReference>
2388
+ <gfc:valueType>
2389
+ <gco:TypeName>
2390
+ <gco:aName>
2391
+ <gco:CharacterString>String</gco:CharacterString>
2392
+ </gco:aName>
2393
+ </gco:TypeName>
2394
+ </gfc:valueType>
2395
+ <gfc:listedValue>
2396
+ <gfc:FC_ListedValue>
2397
+ <gfc:label>
2398
+ <gco:CharacterString>Assembly constituency</gco:CharacterString>
2399
+ </gfc:label>
2400
+ <gfc:definition>
2401
+ <gco:CharacterString>Assembly constituency name</gco:CharacterString>
2402
+ </gfc:definition>
2403
+ <gfc:definitionReference>
2404
+ <gfc:FC_DefinitionReference>
2405
+ <gfc:definitionSource>
2406
+ <gfc:FC_DefinitionSource>
2407
+ <gfc:source>
2408
+ <gmd:CI_Citation>
2409
+ <gmd:title>
2410
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2411
+ </gmd:title>
2412
+ <gmd:date gco:nilReason="unknown"/>
2413
+ <gmd:citedResponsibleParty>
2414
+ <gmd:CI_ResponsibleParty>
2415
+ <gmd:organisationName>
2416
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2417
+ </gmd:organisationName>
2418
+ <gmd:role>
2419
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2420
+ </gmd:role>
2421
+ </gmd:CI_ResponsibleParty>
2422
+ </gmd:citedResponsibleParty>
2423
+ </gmd:CI_Citation>
2424
+ </gfc:source>
2425
+ </gfc:FC_DefinitionSource>
2426
+ </gfc:definitionSource>
2427
+ </gfc:FC_DefinitionReference>
2428
+ </gfc:definitionReference>
2429
+ </gfc:FC_ListedValue>
2430
+ </gfc:listedValue>
2431
+ </gfc:FC_FeatureAttribute>
2432
+ </gfc:carrierOfCharacteristics>
2433
+ </gfc:FC_FeatureType>
2434
+ </gfc:featureType>
2435
+ </gfc:FC_FeatureCatalogue>
2436
+ </rdf:Description>
2437
+ </rdf:RDF>