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,2042 @@
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/mk488yn6694">
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>DB41DC3C-41D1-4E42-8B33-602FBBC7651B</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>189</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>Pre Delimitation Assembly Map of Gujarat, India 2007</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
+ <contactInfo>
148
+ <CI_Contact>
149
+ <phone>
150
+ <CI_Telephone>
151
+ <voice>
152
+ <gco:CharacterString>91 11 41688592</gco:CharacterString>
153
+ </voice>
154
+ </CI_Telephone>
155
+ </phone>
156
+ <address>
157
+ <CI_Address>
158
+ <deliveryPoint>
159
+ <gco:CharacterString>124-A Katwaria Sarai</gco:CharacterString>
160
+ </deliveryPoint>
161
+ <city>
162
+ <gco:CharacterString>New Delhi</gco:CharacterString>
163
+ </city>
164
+ <postalCode>
165
+ <gco:CharacterString>110 016</gco:CharacterString>
166
+ </postalCode>
167
+ <country>
168
+ <gco:CharacterString>IN</gco:CharacterString>
169
+ </country>
170
+ <electronicMailAddress>
171
+ <gco:CharacterString>manosi@mlinfomap.com</gco:CharacterString>
172
+ </electronicMailAddress>
173
+ </CI_Address>
174
+ </address>
175
+ </CI_Contact>
176
+ </contactInfo>
177
+ <role>
178
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="publisher" codeSpace="ISOTC211/19115">publisher</CI_RoleCode>
179
+ </role>
180
+ </CI_ResponsibleParty>
181
+ </citedResponsibleParty>
182
+ <presentationForm>
183
+ <CI_PresentationFormCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_PresentationFormCode" codeListValue="mapDigital" codeSpace="ISOTC211/19115">mapDigital</CI_PresentationFormCode>
184
+ </presentationForm>
185
+ </CI_Citation>
186
+ </citation>
187
+ <abstract>
188
+ <gco:CharacterString>This data layer shows pre-delimitation state Legislative Assembly constituency boundaries and data relating to the 2007 Assembly elections for the State of Gujarat, India. Map includes data for 182 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>
189
+ </abstract>
190
+ <purpose>
191
+ <gco:CharacterString>Assembly level analysis.</gco:CharacterString>
192
+ </purpose>
193
+ <credit>
194
+ <gco:CharacterString>ML Infomap. (2013) Pre Delimitation Assembly Map of Gujarat, India, 2007. ML Infomap.</gco:CharacterString>
195
+ </credit>
196
+ <status>
197
+ <MD_ProgressCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_ProgressCode" codeListValue="completed" codeSpace="ISOTC211/19115">completed</MD_ProgressCode>
198
+ </status>
199
+ <pointOfContact>
200
+ <CI_ResponsibleParty>
201
+ <individualName>
202
+ <gco:CharacterString>Lahiri,Manosi</gco:CharacterString>
203
+ </individualName>
204
+ <organisationName>
205
+ <gco:CharacterString>ML Infomap Pvt. Ltd.</gco:CharacterString>
206
+ </organisationName>
207
+ <contactInfo>
208
+ <CI_Contact>
209
+ <phone>
210
+ <CI_Telephone>
211
+ <voice>
212
+ <gco:CharacterString>91 11 41688592</gco:CharacterString>
213
+ </voice>
214
+ </CI_Telephone>
215
+ </phone>
216
+ <address>
217
+ <CI_Address>
218
+ <deliveryPoint>
219
+ <gco:CharacterString>124-A,Katwaria Sarai</gco:CharacterString>
220
+ </deliveryPoint>
221
+ <city>
222
+ <gco:CharacterString>New Delhi</gco:CharacterString>
223
+ </city>
224
+ <postalCode>
225
+ <gco:CharacterString>110016</gco:CharacterString>
226
+ </postalCode>
227
+ <country>
228
+ <gco:CharacterString>IN</gco:CharacterString>
229
+ </country>
230
+ <electronicMailAddress>
231
+ <gco:CharacterString>manosi@mlinfomap.com</gco:CharacterString>
232
+ </electronicMailAddress>
233
+ </CI_Address>
234
+ </address>
235
+ </CI_Contact>
236
+ </contactInfo>
237
+ <role>
238
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="pointOfContact" codeSpace="ISOTC211/19115">pointOfContact</CI_RoleCode>
239
+ </role>
240
+ </CI_ResponsibleParty>
241
+ </pointOfContact>
242
+ <resourceMaintenance>
243
+ <MD_MaintenanceInformation>
244
+ <maintenanceAndUpdateFrequency>
245
+ <MD_MaintenanceFrequencyCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_MaintenanceFrequencyCode" codeListValue="asNeeded" codeSpace="ISOTC211/19115">asNeeded</MD_MaintenanceFrequencyCode>
246
+ </maintenanceAndUpdateFrequency>
247
+ </MD_MaintenanceInformation>
248
+ </resourceMaintenance>
249
+ <descriptiveKeywords>
250
+ <MD_Keywords>
251
+ <keyword>
252
+ <gco:CharacterString>Gujarat (geonames.org/1270770)</gco:CharacterString>
253
+ </keyword>
254
+ <keyword>
255
+ <gco:CharacterString>Bhavnagar (geonames.org/1276032)</gco:CharacterString>
256
+ </keyword>
257
+ <keyword>
258
+ <gco:CharacterString>Deesa (geonames.org/1272513)</gco:CharacterString>
259
+ </keyword>
260
+ <keyword>
261
+ <gco:CharacterString>Dwarka (geonames.org/1272140)</gco:CharacterString>
262
+ </keyword>
263
+ <keyword>
264
+ <gco:CharacterString>Fatehpura (geonames.org/1271904)</gco:CharacterString>
265
+ </keyword>
266
+ <keyword>
267
+ <gco:CharacterString>Godhra (geonames.org/7627227)</gco:CharacterString>
268
+ </keyword>
269
+ <keyword>
270
+ <gco:CharacterString>Jamnagar (geonames.org/1269318)</gco:CharacterString>
271
+ </keyword>
272
+ <keyword>
273
+ <gco:CharacterString>Junagarh (geonames.org/1268773)</gco:CharacterString>
274
+ </keyword>
275
+ <keyword>
276
+ <gco:CharacterString>Bhuj (geonames.org/1275812)</gco:CharacterString>
277
+ </keyword>
278
+ <keyword>
279
+ <gco:CharacterString>Rajkot (geonames.org/1258849)</gco:CharacterString>
280
+ </keyword>
281
+ <keyword>
282
+ <gco:CharacterString>Sabarmati (geonames.org/1257921)</gco:CharacterString>
283
+ </keyword>
284
+ <type>
285
+ <MD_KeywordTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_KeywordTypeCode" codeListValue="place" codeSpace="ISOTC211/19115">place</MD_KeywordTypeCode>
286
+ </type>
287
+ <thesaurusName>
288
+ <CI_Citation>
289
+ <title>
290
+ <gco:CharacterString>geonames</gco:CharacterString>
291
+ </title>
292
+ <date>
293
+ <CI_Date>
294
+ <date>
295
+ <gco:Date>2011-04-26</gco:Date>
296
+ </date>
297
+ <dateType>
298
+ <CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="revision" codeSpace="ISOTC211/19115">revision</CI_DateTypeCode>
299
+ </dateType>
300
+ </CI_Date>
301
+ </date>
302
+ <identifier>
303
+ <MD_Identifier>
304
+ <code>
305
+ <gco:CharacterString>http://geonames.org</gco:CharacterString>
306
+ </code>
307
+ </MD_Identifier>
308
+ </identifier>
309
+ </CI_Citation>
310
+ </thesaurusName>
311
+ </MD_Keywords>
312
+ </descriptiveKeywords>
313
+ <descriptiveKeywords>
314
+ <MD_Keywords>
315
+ <keyword>
316
+ <gco:CharacterString>2007</gco:CharacterString>
317
+ </keyword>
318
+ <type>
319
+ <MD_KeywordTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_KeywordTypeCode" codeListValue="temporal" codeSpace="ISOTC211/19115">temporal</MD_KeywordTypeCode>
320
+ </type>
321
+ </MD_Keywords>
322
+ </descriptiveKeywords>
323
+ <descriptiveKeywords>
324
+ <MD_Keywords>
325
+ <keyword>
326
+ <gco:CharacterString>Elections</gco:CharacterString>
327
+ </keyword>
328
+ <keyword>
329
+ <gco:CharacterString>Political Parties</gco:CharacterString>
330
+ </keyword>
331
+ <keyword>
332
+ <gco:CharacterString>Voting</gco:CharacterString>
333
+ </keyword>
334
+ <keyword>
335
+ <gco:CharacterString>Politics and government</gco:CharacterString>
336
+ </keyword>
337
+ <type>
338
+ <MD_KeywordTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_KeywordTypeCode" codeListValue="theme" codeSpace="ISOTC211/19115">theme</MD_KeywordTypeCode>
339
+ </type>
340
+ <thesaurusName>
341
+ <CI_Citation>
342
+ <title>
343
+ <gco:CharacterString>lcsh</gco:CharacterString>
344
+ </title>
345
+ <date>
346
+ <CI_Date>
347
+ <date>
348
+ <gco:Date>2011-04-26</gco:Date>
349
+ </date>
350
+ <dateType>
351
+ <CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="revision" codeSpace="ISOTC211/19115">revision</CI_DateTypeCode>
352
+ </dateType>
353
+ </CI_Date>
354
+ </date>
355
+ <identifier>
356
+ <MD_Identifier>
357
+ <code>
358
+ <gco:CharacterString>http://id.loc.gov/authorities.subjects.html</gco:CharacterString>
359
+ </code>
360
+ </MD_Identifier>
361
+ </identifier>
362
+ </CI_Citation>
363
+ </thesaurusName>
364
+ </MD_Keywords>
365
+ </descriptiveKeywords>
366
+ <descriptiveKeywords>
367
+ <MD_Keywords>
368
+ <keyword>
369
+ <gco:CharacterString>Downloadable Data</gco:CharacterString>
370
+ </keyword>
371
+ <thesaurusName uuidref="723f6998-058e-11dc-8314-0800200c9a66"/>
372
+ </MD_Keywords>
373
+ </descriptiveKeywords>
374
+ <resourceConstraints>
375
+ <MD_LegalConstraints>
376
+ <accessConstraints>
377
+ <MD_RestrictionCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_RestrictionCode" codeListValue="restricted" codeSpace="ISOTC211/19115">restricted</MD_RestrictionCode>
378
+ </accessConstraints>
379
+ <useConstraints>
380
+ <MD_RestrictionCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_RestrictionCode" codeListValue="restricted" codeSpace="ISOTC211/19115">restricted</MD_RestrictionCode>
381
+ </useConstraints>
382
+ <otherConstraints>
383
+ <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>
384
+ </otherConstraints>
385
+ </MD_LegalConstraints>
386
+ </resourceConstraints>
387
+ <aggregationInfo>
388
+ <MD_AggregateInformation>
389
+ <aggregateDataSetName>
390
+ <CI_Citation>
391
+ <title>
392
+ <gco:CharacterString>PollMap of India</gco:CharacterString>
393
+ </title>
394
+ <date>
395
+ <CI_Date>
396
+ <date>
397
+ <gco:Date>2013-03-13</gco:Date>
398
+ </date>
399
+ <dateType>
400
+ <CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication" codeSpace="ISOTC211/19115">publication</CI_DateTypeCode>
401
+ </dateType>
402
+ </CI_Date>
403
+ </date>
404
+ <citedResponsibleParty>
405
+ <CI_ResponsibleParty>
406
+ <organisationName>
407
+ <gco:CharacterString>ML InfoMap (Firm)</gco:CharacterString>
408
+ </organisationName>
409
+ <role>
410
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="ISOTC211/19115">originator</CI_RoleCode>
411
+ </role>
412
+ </CI_ResponsibleParty>
413
+ </citedResponsibleParty>
414
+ <citedResponsibleParty>
415
+ <CI_ResponsibleParty>
416
+ <organisationName>
417
+ <gco:CharacterString>ML InfoMap (Firm)</gco:CharacterString>
418
+ </organisationName>
419
+ <contactInfo>
420
+ <CI_Contact>
421
+ <phone>
422
+ <CI_Telephone>
423
+ <voice>
424
+ <gco:CharacterString>91 11 41688592</gco:CharacterString>
425
+ </voice>
426
+ </CI_Telephone>
427
+ </phone>
428
+ <address>
429
+ <CI_Address>
430
+ <deliveryPoint>
431
+ <gco:CharacterString>124-A Katwaria Sarai</gco:CharacterString>
432
+ </deliveryPoint>
433
+ <city>
434
+ <gco:CharacterString>New Delhi</gco:CharacterString>
435
+ </city>
436
+ <postalCode>
437
+ <gco:CharacterString>110 016</gco:CharacterString>
438
+ </postalCode>
439
+ <country>
440
+ <gco:CharacterString>IN</gco:CharacterString>
441
+ </country>
442
+ <electronicMailAddress>
443
+ <gco:CharacterString>manosi@mlinfomap.com</gco:CharacterString>
444
+ </electronicMailAddress>
445
+ </CI_Address>
446
+ </address>
447
+ </CI_Contact>
448
+ </contactInfo>
449
+ <role>
450
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="publisher" codeSpace="ISOTC211/19115">publisher</CI_RoleCode>
451
+ </role>
452
+ </CI_ResponsibleParty>
453
+ </citedResponsibleParty>
454
+ </CI_Citation>
455
+ </aggregateDataSetName>
456
+ <associationType>
457
+ <DS_AssociationTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#DS_AssociationTypeCode" codeListValue="largerWorkCitation" codeSpace="ISOTC211/19115">largerWorkCitation</DS_AssociationTypeCode>
458
+ </associationType>
459
+ </MD_AggregateInformation>
460
+ </aggregationInfo>
461
+ <spatialRepresentationType>
462
+ <MD_SpatialRepresentationTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_SpatialRepresentationTypeCode" codeListValue="vector" codeSpace="ISOTC211/19115">vector</MD_SpatialRepresentationTypeCode>
463
+ </spatialRepresentationType>
464
+ <spatialResolution>
465
+ <MD_Resolution>
466
+ <equivalentScale>
467
+ <MD_RepresentativeFraction>
468
+ <denominator>
469
+ <gco:Integer>200000</gco:Integer>
470
+ </denominator>
471
+ </MD_RepresentativeFraction>
472
+ </equivalentScale>
473
+ </MD_Resolution>
474
+ </spatialResolution>
475
+ <language>
476
+ <LanguageCode codeList="http://www.loc.gov/standards/iso639-2/php/code_list.php" codeListValue="eng" codeSpace="ISO639-2">eng</LanguageCode>
477
+ </language>
478
+ <characterSet>
479
+ <MD_CharacterSetCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_CharacterSetCode" codeListValue="utf8" codeSpace="ISOTC211/19115">utf8</MD_CharacterSetCode>
480
+ </characterSet>
481
+ <topicCategory>
482
+ <MD_TopicCategoryCode>boundaries</MD_TopicCategoryCode>
483
+ </topicCategory>
484
+ <topicCategory>
485
+ <MD_TopicCategoryCode>society</MD_TopicCategoryCode>
486
+ </topicCategory>
487
+ <environmentDescription>
488
+ <gco:CharacterString>Microsoft Windows 7 Version 6.1 (Build 7601) Service Pack 1; Esri ArcGIS 10.1.0.3035</gco:CharacterString>
489
+ </environmentDescription>
490
+ <extent>
491
+ <EX_Extent>
492
+ <description>
493
+ <gco:CharacterString>Gujarat Election Commission data release 2007</gco:CharacterString>
494
+ </description>
495
+ <temporalElement>
496
+ <EX_TemporalExtent>
497
+ <extent>
498
+ <gml:TimePeriod gml:id="idm40416">
499
+ <gml:beginPosition>2007-01-01T00:00:00</gml:beginPosition>
500
+ <gml:endPosition>2007-12-31T00:00:00</gml:endPosition>
501
+ </gml:TimePeriod>
502
+ </extent>
503
+ </EX_TemporalExtent>
504
+ </temporalElement>
505
+ </EX_Extent>
506
+ </extent>
507
+ <extent>
508
+ <EX_Extent>
509
+ <geographicElement>
510
+ <EX_GeographicBoundingBox>
511
+ <extentTypeCode>
512
+ <gco:Boolean>true</gco:Boolean>
513
+ </extentTypeCode>
514
+ <westBoundLongitude>
515
+ <gco:Decimal>68.110092</gco:Decimal>
516
+ </westBoundLongitude>
517
+ <eastBoundLongitude>
518
+ <gco:Decimal>74.477364</gco:Decimal>
519
+ </eastBoundLongitude>
520
+ <southBoundLatitude>
521
+ <gco:Decimal>20.048479</gco:Decimal>
522
+ </southBoundLatitude>
523
+ <northBoundLatitude>
524
+ <gco:Decimal>24.71266</gco:Decimal>
525
+ </northBoundLatitude>
526
+ </EX_GeographicBoundingBox>
527
+ </geographicElement>
528
+ </EX_Extent>
529
+ </extent>
530
+ <supplementalInformation>
531
+ <gco:CharacterString>Gujarat Assembly Election data 2007</gco:CharacterString>
532
+ </supplementalInformation>
533
+ </MD_DataIdentification>
534
+ </identificationInfo>
535
+ <contentInfo>
536
+ <MD_FeatureCatalogueDescription>
537
+ <complianceCode>
538
+ <gco:Boolean>false</gco:Boolean>
539
+ </complianceCode>
540
+ <language>
541
+ <LanguageCode codeList="http://www.loc.gov/standards/iso639-2/php/code_list.php" codeListValue="eng" codeSpace="ISO639-2">eng</LanguageCode>
542
+ </language>
543
+ <includedWithDataset>
544
+ <gco:Boolean>true</gco:Boolean>
545
+ </includedWithDataset>
546
+ <featureCatalogueCitation>
547
+ <CI_Citation>
548
+ <title>
549
+ <gco:CharacterString>Feature Catalog for Pre Delimitation Assembly Map of Gujarat, India 2007</gco:CharacterString>
550
+ </title>
551
+ <date>
552
+ <CI_Date>
553
+ <date>
554
+ <gco:Date>2013-03-13</gco:Date>
555
+ </date>
556
+ <dateType>
557
+ <CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication" codeSpace="ISOTC211/19115">publication</CI_DateTypeCode>
558
+ </dateType>
559
+ </CI_Date>
560
+ </date>
561
+ <identifier>
562
+ <MD_Identifier>
563
+ <code>
564
+ <gco:CharacterString>d59a376c-efee-4c92-b32b-5dbde6ba598d</gco:CharacterString>
565
+ </code>
566
+ </MD_Identifier>
567
+ </identifier>
568
+ <citedResponsibleParty>
569
+ <CI_ResponsibleParty>
570
+ <organisationName>
571
+ <gco:CharacterString>ML InfoMap (Firm)</gco:CharacterString>
572
+ </organisationName>
573
+ <role>
574
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="ISOTC211/19115">originator</CI_RoleCode>
575
+ </role>
576
+ </CI_ResponsibleParty>
577
+ </citedResponsibleParty>
578
+ </CI_Citation>
579
+ </featureCatalogueCitation>
580
+ </MD_FeatureCatalogueDescription>
581
+ </contentInfo>
582
+ <distributionInfo>
583
+ <MD_Distribution>
584
+ <distributionFormat>
585
+ <MD_Format>
586
+ <name>
587
+ <gco:CharacterString>Shapefile</gco:CharacterString>
588
+ </name>
589
+ <version gco:nilReason="missing"/>
590
+ </MD_Format>
591
+ </distributionFormat>
592
+ <distributor>
593
+ <MD_Distributor>
594
+ <distributorContact>
595
+ <CI_ResponsibleParty>
596
+ <organisationName>
597
+ <gco:CharacterString>Stanford Geospatial Center</gco:CharacterString>
598
+ </organisationName>
599
+ <contactInfo>
600
+ <CI_Contact>
601
+ <phone>
602
+ <CI_Telephone>
603
+ <voice>
604
+ <gco:CharacterString>650-723-2746</gco:CharacterString>
605
+ </voice>
606
+ </CI_Telephone>
607
+ </phone>
608
+ <address>
609
+ <CI_Address>
610
+ <deliveryPoint>
611
+ <gco:CharacterString>Branner Earth Sciences Library</gco:CharacterString>
612
+ </deliveryPoint>
613
+ <deliveryPoint>
614
+ <gco:CharacterString>Mitchell Bldg. 2nd floor</gco:CharacterString>
615
+ </deliveryPoint>
616
+ <deliveryPoint>
617
+ <gco:CharacterString>397 Panama Mall</gco:CharacterString>
618
+ </deliveryPoint>
619
+ <city>
620
+ <gco:CharacterString>Stanford</gco:CharacterString>
621
+ </city>
622
+ <administrativeArea>
623
+ <gco:CharacterString>California</gco:CharacterString>
624
+ </administrativeArea>
625
+ <postalCode>
626
+ <gco:CharacterString>94305</gco:CharacterString>
627
+ </postalCode>
628
+ <country>
629
+ <gco:CharacterString>US</gco:CharacterString>
630
+ </country>
631
+ <electronicMailAddress>
632
+ <gco:CharacterString>brannerlibrary@stanford.edu</gco:CharacterString>
633
+ </electronicMailAddress>
634
+ </CI_Address>
635
+ </address>
636
+ </CI_Contact>
637
+ </contactInfo>
638
+ <role>
639
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="distributor" codeSpace="ISOTC211/19115">distributor</CI_RoleCode>
640
+ </role>
641
+ </CI_ResponsibleParty>
642
+ </distributorContact>
643
+ </MD_Distributor>
644
+ </distributor>
645
+ <transferOptions>
646
+ <MD_DigitalTransferOptions>
647
+ <unitsOfDistribution>
648
+ <gco:CharacterString>MB</gco:CharacterString>
649
+ </unitsOfDistribution>
650
+ <transferSize>
651
+ <gco:Real>3.794</gco:Real>
652
+ </transferSize>
653
+ </MD_DigitalTransferOptions>
654
+ </transferOptions>
655
+ </MD_Distribution>
656
+ </distributionInfo>
657
+ <dataQualityInfo>
658
+ <DQ_DataQuality>
659
+ <scope>
660
+ <DQ_Scope>
661
+ <level>
662
+ <MD_ScopeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_ScopeCode" codeListValue="dataset" codeSpace="ISOTC211/19115">dataset</MD_ScopeCode>
663
+ </level>
664
+ </DQ_Scope>
665
+ </scope>
666
+ <report>
667
+ <DQ_ConceptualConsistency>
668
+ <evaluationMethodDescription>
669
+ <gco:CharacterString>Coastal boundary aligned with imagery, no gaps in polygon, no topological errors, aggregate and % figures verified</gco:CharacterString>
670
+ </evaluationMethodDescription>
671
+ <result gco:nilReason="missing"/>
672
+ </DQ_ConceptualConsistency>
673
+ </report>
674
+ <report>
675
+ <DQ_CompletenessOmission>
676
+ <evaluationMethodDescription>
677
+ <gco:CharacterString>Election Commission 2007 data release for attribute</gco:CharacterString>
678
+ </evaluationMethodDescription>
679
+ <result gco:nilReason="missing"/>
680
+ </DQ_CompletenessOmission>
681
+ </report>
682
+ <report>
683
+ <DQ_AbsoluteExternalPositionalAccuracy>
684
+ <evaluationMethodDescription>
685
+ <gco:CharacterString>30-50 metres</gco:CharacterString>
686
+ </evaluationMethodDescription>
687
+ <result gco:nilReason="missing"/>
688
+ </DQ_AbsoluteExternalPositionalAccuracy>
689
+ </report>
690
+ <lineage>
691
+ <LI_Lineage>
692
+ <processStep>
693
+ <LI_ProcessStep>
694
+ <description>
695
+ <gco:CharacterString>Election operations across Gujarat</gco:CharacterString>
696
+ </description>
697
+ <dateTime>
698
+ <gco:DateTime>2007-01-01T00:00:00</gco:DateTime>
699
+ </dateTime>
700
+ </LI_ProcessStep>
701
+ </processStep>
702
+ <processStep>
703
+ <LI_ProcessStep>
704
+ <description>
705
+ <gco:CharacterString>Metadata imported</gco:CharacterString>
706
+ </description>
707
+ <dateTime>
708
+ <gco:DateTime>2013-06-13T00:00:00</gco:DateTime>
709
+ </dateTime>
710
+ <processor>
711
+ <CI_ResponsibleParty>
712
+ <organisationName>
713
+ <gco:CharacterString>Stanford Geospatial Center</gco:CharacterString>
714
+ </organisationName>
715
+ <positionName>
716
+ <gco:CharacterString>Metadata Analyst</gco:CharacterString>
717
+ </positionName>
718
+ <contactInfo>
719
+ <CI_Contact>
720
+ <phone>
721
+ <CI_Telephone>
722
+ <voice>
723
+ <gco:CharacterString>650-723-2746</gco:CharacterString>
724
+ </voice>
725
+ </CI_Telephone>
726
+ </phone>
727
+ <address>
728
+ <CI_Address>
729
+ <deliveryPoint>
730
+ <gco:CharacterString>Branner Earth Sciences Library</gco:CharacterString>
731
+ </deliveryPoint>
732
+ <deliveryPoint>
733
+ <gco:CharacterString>Mitchell Building, 2nd Floor</gco:CharacterString>
734
+ </deliveryPoint>
735
+ <deliveryPoint>
736
+ <gco:CharacterString>397 Panama Mall</gco:CharacterString>
737
+ </deliveryPoint>
738
+ <city>
739
+ <gco:CharacterString>Stanford</gco:CharacterString>
740
+ </city>
741
+ <administrativeArea>
742
+ <gco:CharacterString>California</gco:CharacterString>
743
+ </administrativeArea>
744
+ <postalCode>
745
+ <gco:CharacterString>94305</gco:CharacterString>
746
+ </postalCode>
747
+ <country>
748
+ <gco:CharacterString>US</gco:CharacterString>
749
+ </country>
750
+ <electronicMailAddress>
751
+ <gco:CharacterString>brannerlibrary@stanford.edu</gco:CharacterString>
752
+ </electronicMailAddress>
753
+ </CI_Address>
754
+ </address>
755
+ </CI_Contact>
756
+ </contactInfo>
757
+ <role>
758
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="processor" codeSpace="ISOTC211/19115">processor</CI_RoleCode>
759
+ </role>
760
+ </CI_ResponsibleParty>
761
+ </processor>
762
+ <source>
763
+ <LI_Source>
764
+ <description>
765
+ <gco:CharacterString>FGDC metadata file</gco:CharacterString>
766
+ </description>
767
+ <sourceCitation>
768
+ <CI_Citation>
769
+ <title>
770
+ <gco:CharacterString>GUJARAT.xml</gco:CharacterString>
771
+ </title>
772
+ <date>
773
+ <CI_Date>
774
+ <date>
775
+ <gco:Date>2013-03-13</gco:Date>
776
+ </date>
777
+ <dateType>
778
+ <CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication" codeSpace="ISOTC211/19115">publication</CI_DateTypeCode>
779
+ </dateType>
780
+ </CI_Date>
781
+ </date>
782
+ <identifier>
783
+ <MD_Identifier>
784
+ <code>
785
+ <gco:CharacterString>GUJARAT.xml</gco:CharacterString>
786
+ </code>
787
+ </MD_Identifier>
788
+ </identifier>
789
+ </CI_Citation>
790
+ </sourceCitation>
791
+ </LI_Source>
792
+ </source>
793
+ </LI_ProcessStep>
794
+ </processStep>
795
+ <source>
796
+ <LI_Source>
797
+ <description>
798
+ <gco:CharacterString>Assembly data of Gujarat 2007</gco:CharacterString>
799
+ </description>
800
+ <sourceCitation>
801
+ <CI_Citation>
802
+ <title>
803
+ <gco:CharacterString>Assembly data of Gujarat 2007</gco:CharacterString>
804
+ </title>
805
+ <date>
806
+ <CI_Date>
807
+ <date>
808
+ <gco:Date>2007-01-01</gco:Date>
809
+ </date>
810
+ <dateType>
811
+ <CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication" codeSpace="ISOTC211/19115">publication</CI_DateTypeCode>
812
+ </dateType>
813
+ </CI_Date>
814
+ </date>
815
+ <citedResponsibleParty>
816
+ <CI_ResponsibleParty>
817
+ <organisationName>
818
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
819
+ </organisationName>
820
+ <role>
821
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="ISOTC211/19115">originator</CI_RoleCode>
822
+ </role>
823
+ </CI_ResponsibleParty>
824
+ </citedResponsibleParty>
825
+ <presentationForm>
826
+ <CI_PresentationFormCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_PresentationFormCode" codeListValue="mapDigital" codeSpace="ISOTC211/19115">mapDigital</CI_PresentationFormCode>
827
+ </presentationForm>
828
+ </CI_Citation>
829
+ </sourceCitation>
830
+ </LI_Source>
831
+ </source>
832
+ </LI_Lineage>
833
+ </lineage>
834
+ </DQ_DataQuality>
835
+ </dataQualityInfo>
836
+ </MD_Metadata>
837
+ </rdf:Description>
838
+ <rdf:Description rdf:about="http://purl-test.stanford.edu/mk488yn6694">
839
+ <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="d59a376c-efee-4c92-b32b-5dbde6ba598d">
840
+ <gmx:name>
841
+ <gco:CharacterString>Feature Catalog for Pre Delimitation Assembly Map of Gujarat, India 2007</gco:CharacterString>
842
+ </gmx:name>
843
+ <gmx:scope>
844
+ <gco:CharacterString>Elections; Political Parties; Voting; Politics and government</gco:CharacterString>
845
+ </gmx:scope>
846
+ <gmx:versionNumber gco:nilReason="unknown"/>
847
+ <gmx:versionDate>
848
+ <gco:Date>2013</gco:Date>
849
+ </gmx:versionDate>
850
+ <gmx:language>
851
+ <gco:CharacterString>eng; US</gco:CharacterString>
852
+ </gmx:language>
853
+ <gmx:characterSet>
854
+ <gmd:MD_CharacterSetCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_CharacterSetCode" codeListValue="utf8" codeSpace="ISOTC211/19115"/>
855
+ </gmx:characterSet>
856
+ <gfc:producer>
857
+ <gmd:CI_ResponsibleParty>
858
+ <gmd:organisationName>
859
+ <gco:CharacterString>ML InfoMap (Firm)</gco:CharacterString>
860
+ </gmd:organisationName>
861
+ <gmd:role>
862
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="006"/>
863
+ </gmd:role>
864
+ </gmd:CI_ResponsibleParty>
865
+ </gfc:producer>
866
+ <gfc:featureType>
867
+ <gfc:FC_FeatureType>
868
+ <gfc:typeName>
869
+ <gco:LocalName>GUJARAT</gco:LocalName>
870
+ </gfc:typeName>
871
+ <gfc:definition>
872
+ <gco:CharacterString>Political Unit</gco:CharacterString>
873
+ </gfc:definition>
874
+ <gfc:isAbstract>
875
+ <gco:Boolean>false</gco:Boolean>
876
+ </gfc:isAbstract>
877
+ <gfc:featureCatalogue uuidref="d59a376c-efee-4c92-b32b-5dbde6ba598d"/>
878
+ <gfc:carrierOfCharacteristics>
879
+ <gfc:FC_FeatureAttribute>
880
+ <gfc:memberName>
881
+ <gco:LocalName>FID</gco:LocalName>
882
+ </gfc:memberName>
883
+ <gfc:definition>
884
+ <gco:CharacterString>Internal feature number.</gco:CharacterString>
885
+ </gfc:definition>
886
+ <gfc:cardinality gco:nilReason="unknown"/>
887
+ <gfc:definitionReference>
888
+ <gfc:FC_DefinitionReference>
889
+ <gfc:definitionSource>
890
+ <gfc:FC_DefinitionSource>
891
+ <gfc:source>
892
+ <gmd:CI_Citation>
893
+ <gmd:title>
894
+ <gco:CharacterString>Esri</gco:CharacterString>
895
+ </gmd:title>
896
+ <gmd:date gco:nilReason="unknown"/>
897
+ <gmd:citedResponsibleParty>
898
+ <gmd:CI_ResponsibleParty>
899
+ <gmd:organisationName>
900
+ <gco:CharacterString>Esri</gco:CharacterString>
901
+ </gmd:organisationName>
902
+ <gmd:role>
903
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
904
+ </gmd:role>
905
+ </gmd:CI_ResponsibleParty>
906
+ </gmd:citedResponsibleParty>
907
+ </gmd:CI_Citation>
908
+ </gfc:source>
909
+ </gfc:FC_DefinitionSource>
910
+ </gfc:definitionSource>
911
+ </gfc:FC_DefinitionReference>
912
+ </gfc:definitionReference>
913
+ <gfc:valueType>
914
+ <gco:TypeName>
915
+ <gco:aName>
916
+ <gco:CharacterString>OID</gco:CharacterString>
917
+ </gco:aName>
918
+ </gco:TypeName>
919
+ </gfc:valueType>
920
+ </gfc:FC_FeatureAttribute>
921
+ </gfc:carrierOfCharacteristics>
922
+ <gfc:carrierOfCharacteristics>
923
+ <gfc:FC_FeatureAttribute>
924
+ <gfc:memberName>
925
+ <gco:LocalName>Shape</gco:LocalName>
926
+ </gfc:memberName>
927
+ <gfc:definition>
928
+ <gco:CharacterString>Feature geometry.</gco:CharacterString>
929
+ </gfc:definition>
930
+ <gfc:cardinality gco:nilReason="unknown"/>
931
+ <gfc:definitionReference>
932
+ <gfc:FC_DefinitionReference>
933
+ <gfc:definitionSource>
934
+ <gfc:FC_DefinitionSource>
935
+ <gfc:source>
936
+ <gmd:CI_Citation>
937
+ <gmd:title>
938
+ <gco:CharacterString>Esri</gco:CharacterString>
939
+ </gmd:title>
940
+ <gmd:date gco:nilReason="unknown"/>
941
+ <gmd:citedResponsibleParty>
942
+ <gmd:CI_ResponsibleParty>
943
+ <gmd:organisationName>
944
+ <gco:CharacterString>Esri</gco:CharacterString>
945
+ </gmd:organisationName>
946
+ <gmd:role>
947
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
948
+ </gmd:role>
949
+ </gmd:CI_ResponsibleParty>
950
+ </gmd:citedResponsibleParty>
951
+ </gmd:CI_Citation>
952
+ </gfc:source>
953
+ </gfc:FC_DefinitionSource>
954
+ </gfc:definitionSource>
955
+ </gfc:FC_DefinitionReference>
956
+ </gfc:definitionReference>
957
+ <gfc:valueType>
958
+ <gco:TypeName>
959
+ <gco:aName>
960
+ <gco:CharacterString>Geometry</gco:CharacterString>
961
+ </gco:aName>
962
+ </gco:TypeName>
963
+ </gfc:valueType>
964
+ </gfc:FC_FeatureAttribute>
965
+ </gfc:carrierOfCharacteristics>
966
+ <gfc:carrierOfCharacteristics>
967
+ <gfc:FC_FeatureAttribute>
968
+ <gfc:memberName>
969
+ <gco:LocalName>AC_NAME</gco:LocalName>
970
+ </gfc:memberName>
971
+ <gfc:definition>
972
+ <gco:CharacterString>Assembly constituency name</gco:CharacterString>
973
+ </gfc:definition>
974
+ <gfc:cardinality gco:nilReason="unknown"/>
975
+ <gfc:definitionReference>
976
+ <gfc:FC_DefinitionReference>
977
+ <gfc:definitionSource>
978
+ <gfc:FC_DefinitionSource>
979
+ <gfc:source>
980
+ <gmd:CI_Citation>
981
+ <gmd:title>
982
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
983
+ </gmd:title>
984
+ <gmd:date gco:nilReason="unknown"/>
985
+ <gmd:citedResponsibleParty>
986
+ <gmd:CI_ResponsibleParty>
987
+ <gmd:organisationName>
988
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
989
+ </gmd:organisationName>
990
+ <gmd:role>
991
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
992
+ </gmd:role>
993
+ </gmd:CI_ResponsibleParty>
994
+ </gmd:citedResponsibleParty>
995
+ </gmd:CI_Citation>
996
+ </gfc:source>
997
+ </gfc:FC_DefinitionSource>
998
+ </gfc:definitionSource>
999
+ </gfc:FC_DefinitionReference>
1000
+ </gfc:definitionReference>
1001
+ <gfc:valueType>
1002
+ <gco:TypeName>
1003
+ <gco:aName>
1004
+ <gco:CharacterString>String</gco:CharacterString>
1005
+ </gco:aName>
1006
+ </gco:TypeName>
1007
+ </gfc:valueType>
1008
+ <gfc:listedValue>
1009
+ <gfc:FC_ListedValue>
1010
+ <gfc:label>
1011
+ <gco:CharacterString>Assembly constituency</gco:CharacterString>
1012
+ </gfc:label>
1013
+ <gfc:definition>
1014
+ <gco:CharacterString>Assembly constituency name</gco:CharacterString>
1015
+ </gfc:definition>
1016
+ <gfc:definitionReference>
1017
+ <gfc:FC_DefinitionReference>
1018
+ <gfc:definitionSource>
1019
+ <gfc:FC_DefinitionSource>
1020
+ <gfc:source>
1021
+ <gmd:CI_Citation>
1022
+ <gmd:title>
1023
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1024
+ </gmd:title>
1025
+ <gmd:date gco:nilReason="unknown"/>
1026
+ <gmd:citedResponsibleParty>
1027
+ <gmd:CI_ResponsibleParty>
1028
+ <gmd:organisationName>
1029
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1030
+ </gmd:organisationName>
1031
+ <gmd:role>
1032
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1033
+ </gmd:role>
1034
+ </gmd:CI_ResponsibleParty>
1035
+ </gmd:citedResponsibleParty>
1036
+ </gmd:CI_Citation>
1037
+ </gfc:source>
1038
+ </gfc:FC_DefinitionSource>
1039
+ </gfc:definitionSource>
1040
+ </gfc:FC_DefinitionReference>
1041
+ </gfc:definitionReference>
1042
+ </gfc:FC_ListedValue>
1043
+ </gfc:listedValue>
1044
+ </gfc:FC_FeatureAttribute>
1045
+ </gfc:carrierOfCharacteristics>
1046
+ <gfc:carrierOfCharacteristics>
1047
+ <gfc:FC_FeatureAttribute>
1048
+ <gfc:memberName>
1049
+ <gco:LocalName>SND_PRT_07</gco:LocalName>
1050
+ </gfc:memberName>
1051
+ <gfc:definition>
1052
+ <gco:CharacterString>Second party during the election year</gco:CharacterString>
1053
+ </gfc:definition>
1054
+ <gfc:cardinality gco:nilReason="unknown"/>
1055
+ <gfc:definitionReference>
1056
+ <gfc:FC_DefinitionReference>
1057
+ <gfc:definitionSource>
1058
+ <gfc:FC_DefinitionSource>
1059
+ <gfc:source>
1060
+ <gmd:CI_Citation>
1061
+ <gmd:title>
1062
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1063
+ </gmd:title>
1064
+ <gmd:date gco:nilReason="unknown"/>
1065
+ <gmd:citedResponsibleParty>
1066
+ <gmd:CI_ResponsibleParty>
1067
+ <gmd:organisationName>
1068
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1069
+ </gmd:organisationName>
1070
+ <gmd:role>
1071
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1072
+ </gmd:role>
1073
+ </gmd:CI_ResponsibleParty>
1074
+ </gmd:citedResponsibleParty>
1075
+ </gmd:CI_Citation>
1076
+ </gfc:source>
1077
+ </gfc:FC_DefinitionSource>
1078
+ </gfc:definitionSource>
1079
+ </gfc:FC_DefinitionReference>
1080
+ </gfc:definitionReference>
1081
+ <gfc:valueType>
1082
+ <gco:TypeName>
1083
+ <gco:aName>
1084
+ <gco:CharacterString>String</gco:CharacterString>
1085
+ </gco:aName>
1086
+ </gco:TypeName>
1087
+ </gfc:valueType>
1088
+ <gfc:listedValue>
1089
+ <gfc:FC_ListedValue>
1090
+ <gfc:label>
1091
+ <gco:CharacterString>Second party</gco:CharacterString>
1092
+ </gfc:label>
1093
+ <gfc:definition>
1094
+ <gco:CharacterString>Second party during the election year</gco:CharacterString>
1095
+ </gfc:definition>
1096
+ <gfc:definitionReference>
1097
+ <gfc:FC_DefinitionReference>
1098
+ <gfc:definitionSource>
1099
+ <gfc:FC_DefinitionSource>
1100
+ <gfc:source>
1101
+ <gmd:CI_Citation>
1102
+ <gmd:title>
1103
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1104
+ </gmd:title>
1105
+ <gmd:date gco:nilReason="unknown"/>
1106
+ <gmd:citedResponsibleParty>
1107
+ <gmd:CI_ResponsibleParty>
1108
+ <gmd:organisationName>
1109
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1110
+ </gmd:organisationName>
1111
+ <gmd:role>
1112
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1113
+ </gmd:role>
1114
+ </gmd:CI_ResponsibleParty>
1115
+ </gmd:citedResponsibleParty>
1116
+ </gmd:CI_Citation>
1117
+ </gfc:source>
1118
+ </gfc:FC_DefinitionSource>
1119
+ </gfc:definitionSource>
1120
+ </gfc:FC_DefinitionReference>
1121
+ </gfc:definitionReference>
1122
+ </gfc:FC_ListedValue>
1123
+ </gfc:listedValue>
1124
+ </gfc:FC_FeatureAttribute>
1125
+ </gfc:carrierOfCharacteristics>
1126
+ <gfc:carrierOfCharacteristics>
1127
+ <gfc:FC_FeatureAttribute>
1128
+ <gfc:memberName>
1129
+ <gco:LocalName>SND_CND_07</gco:LocalName>
1130
+ </gfc:memberName>
1131
+ <gfc:definition>
1132
+ <gco:CharacterString>Second Candidate during the election year</gco:CharacterString>
1133
+ </gfc:definition>
1134
+ <gfc:cardinality gco:nilReason="unknown"/>
1135
+ <gfc:definitionReference>
1136
+ <gfc:FC_DefinitionReference>
1137
+ <gfc:definitionSource>
1138
+ <gfc:FC_DefinitionSource>
1139
+ <gfc:source>
1140
+ <gmd:CI_Citation>
1141
+ <gmd:title>
1142
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1143
+ </gmd:title>
1144
+ <gmd:date gco:nilReason="unknown"/>
1145
+ <gmd:citedResponsibleParty>
1146
+ <gmd:CI_ResponsibleParty>
1147
+ <gmd:organisationName>
1148
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1149
+ </gmd:organisationName>
1150
+ <gmd:role>
1151
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1152
+ </gmd:role>
1153
+ </gmd:CI_ResponsibleParty>
1154
+ </gmd:citedResponsibleParty>
1155
+ </gmd:CI_Citation>
1156
+ </gfc:source>
1157
+ </gfc:FC_DefinitionSource>
1158
+ </gfc:definitionSource>
1159
+ </gfc:FC_DefinitionReference>
1160
+ </gfc:definitionReference>
1161
+ <gfc:valueType>
1162
+ <gco:TypeName>
1163
+ <gco:aName>
1164
+ <gco:CharacterString>String</gco:CharacterString>
1165
+ </gco:aName>
1166
+ </gco:TypeName>
1167
+ </gfc:valueType>
1168
+ <gfc:listedValue>
1169
+ <gfc:FC_ListedValue>
1170
+ <gfc:label>
1171
+ <gco:CharacterString>Second Candidate</gco:CharacterString>
1172
+ </gfc:label>
1173
+ <gfc:definition>
1174
+ <gco:CharacterString>Second Candidate during the election year</gco:CharacterString>
1175
+ </gfc:definition>
1176
+ <gfc:definitionReference>
1177
+ <gfc:FC_DefinitionReference>
1178
+ <gfc:definitionSource>
1179
+ <gfc:FC_DefinitionSource>
1180
+ <gfc:source>
1181
+ <gmd:CI_Citation>
1182
+ <gmd:title>
1183
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1184
+ </gmd:title>
1185
+ <gmd:date gco:nilReason="unknown"/>
1186
+ <gmd:citedResponsibleParty>
1187
+ <gmd:CI_ResponsibleParty>
1188
+ <gmd:organisationName>
1189
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1190
+ </gmd:organisationName>
1191
+ <gmd:role>
1192
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1193
+ </gmd:role>
1194
+ </gmd:CI_ResponsibleParty>
1195
+ </gmd:citedResponsibleParty>
1196
+ </gmd:CI_Citation>
1197
+ </gfc:source>
1198
+ </gfc:FC_DefinitionSource>
1199
+ </gfc:definitionSource>
1200
+ </gfc:FC_DefinitionReference>
1201
+ </gfc:definitionReference>
1202
+ </gfc:FC_ListedValue>
1203
+ </gfc:listedValue>
1204
+ </gfc:FC_FeatureAttribute>
1205
+ </gfc:carrierOfCharacteristics>
1206
+ <gfc:carrierOfCharacteristics>
1207
+ <gfc:FC_FeatureAttribute>
1208
+ <gfc:memberName>
1209
+ <gco:LocalName>WN_V_PL_07</gco:LocalName>
1210
+ </gfc:memberName>
1211
+ <gfc:definition>
1212
+ <gco:CharacterString>Winner party votes polled during the election year</gco:CharacterString>
1213
+ </gfc:definition>
1214
+ <gfc:cardinality gco:nilReason="unknown"/>
1215
+ <gfc:definitionReference>
1216
+ <gfc:FC_DefinitionReference>
1217
+ <gfc:definitionSource>
1218
+ <gfc:FC_DefinitionSource>
1219
+ <gfc:source>
1220
+ <gmd:CI_Citation>
1221
+ <gmd:title>
1222
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1223
+ </gmd:title>
1224
+ <gmd:date gco:nilReason="unknown"/>
1225
+ <gmd:citedResponsibleParty>
1226
+ <gmd:CI_ResponsibleParty>
1227
+ <gmd:organisationName>
1228
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1229
+ </gmd:organisationName>
1230
+ <gmd:role>
1231
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1232
+ </gmd:role>
1233
+ </gmd:CI_ResponsibleParty>
1234
+ </gmd:citedResponsibleParty>
1235
+ </gmd:CI_Citation>
1236
+ </gfc:source>
1237
+ </gfc:FC_DefinitionSource>
1238
+ </gfc:definitionSource>
1239
+ </gfc:FC_DefinitionReference>
1240
+ </gfc:definitionReference>
1241
+ <gfc:valueType>
1242
+ <gco:TypeName>
1243
+ <gco:aName>
1244
+ <gco:CharacterString>Double</gco:CharacterString>
1245
+ </gco:aName>
1246
+ </gco:TypeName>
1247
+ </gfc:valueType>
1248
+ </gfc:FC_FeatureAttribute>
1249
+ </gfc:carrierOfCharacteristics>
1250
+ <gfc:carrierOfCharacteristics>
1251
+ <gfc:FC_FeatureAttribute>
1252
+ <gfc:memberName>
1253
+ <gco:LocalName>WN_PRTY_07</gco:LocalName>
1254
+ </gfc:memberName>
1255
+ <gfc:definition>
1256
+ <gco:CharacterString>Winner party during the election year</gco:CharacterString>
1257
+ </gfc:definition>
1258
+ <gfc:cardinality gco:nilReason="unknown"/>
1259
+ <gfc:definitionReference>
1260
+ <gfc:FC_DefinitionReference>
1261
+ <gfc:definitionSource>
1262
+ <gfc:FC_DefinitionSource>
1263
+ <gfc:source>
1264
+ <gmd:CI_Citation>
1265
+ <gmd:title>
1266
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1267
+ </gmd:title>
1268
+ <gmd:date gco:nilReason="unknown"/>
1269
+ <gmd:citedResponsibleParty>
1270
+ <gmd:CI_ResponsibleParty>
1271
+ <gmd:organisationName>
1272
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1273
+ </gmd:organisationName>
1274
+ <gmd:role>
1275
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1276
+ </gmd:role>
1277
+ </gmd:CI_ResponsibleParty>
1278
+ </gmd:citedResponsibleParty>
1279
+ </gmd:CI_Citation>
1280
+ </gfc:source>
1281
+ </gfc:FC_DefinitionSource>
1282
+ </gfc:definitionSource>
1283
+ </gfc:FC_DefinitionReference>
1284
+ </gfc:definitionReference>
1285
+ <gfc:valueType>
1286
+ <gco:TypeName>
1287
+ <gco:aName>
1288
+ <gco:CharacterString>String</gco:CharacterString>
1289
+ </gco:aName>
1290
+ </gco:TypeName>
1291
+ </gfc:valueType>
1292
+ <gfc:listedValue>
1293
+ <gfc:FC_ListedValue>
1294
+ <gfc:label>
1295
+ <gco:CharacterString>Winner party</gco:CharacterString>
1296
+ </gfc:label>
1297
+ <gfc:definition>
1298
+ <gco:CharacterString>Winner party during the election year</gco:CharacterString>
1299
+ </gfc:definition>
1300
+ <gfc:definitionReference>
1301
+ <gfc:FC_DefinitionReference>
1302
+ <gfc:definitionSource>
1303
+ <gfc:FC_DefinitionSource>
1304
+ <gfc:source>
1305
+ <gmd:CI_Citation>
1306
+ <gmd:title>
1307
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1308
+ </gmd:title>
1309
+ <gmd:date gco:nilReason="unknown"/>
1310
+ <gmd:citedResponsibleParty>
1311
+ <gmd:CI_ResponsibleParty>
1312
+ <gmd:organisationName>
1313
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1314
+ </gmd:organisationName>
1315
+ <gmd:role>
1316
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1317
+ </gmd:role>
1318
+ </gmd:CI_ResponsibleParty>
1319
+ </gmd:citedResponsibleParty>
1320
+ </gmd:CI_Citation>
1321
+ </gfc:source>
1322
+ </gfc:FC_DefinitionSource>
1323
+ </gfc:definitionSource>
1324
+ </gfc:FC_DefinitionReference>
1325
+ </gfc:definitionReference>
1326
+ </gfc:FC_ListedValue>
1327
+ </gfc:listedValue>
1328
+ </gfc:FC_FeatureAttribute>
1329
+ </gfc:carrierOfCharacteristics>
1330
+ <gfc:carrierOfCharacteristics>
1331
+ <gfc:FC_FeatureAttribute>
1332
+ <gfc:memberName>
1333
+ <gco:LocalName>TRD_P_V_07</gco:LocalName>
1334
+ </gfc:memberName>
1335
+ <gfc:definition>
1336
+ <gco:CharacterString>Third party votes polled during the election year</gco:CharacterString>
1337
+ </gfc:definition>
1338
+ <gfc:cardinality gco:nilReason="unknown"/>
1339
+ <gfc:definitionReference>
1340
+ <gfc:FC_DefinitionReference>
1341
+ <gfc:definitionSource>
1342
+ <gfc:FC_DefinitionSource>
1343
+ <gfc:source>
1344
+ <gmd:CI_Citation>
1345
+ <gmd:title>
1346
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1347
+ </gmd:title>
1348
+ <gmd:date gco:nilReason="unknown"/>
1349
+ <gmd:citedResponsibleParty>
1350
+ <gmd:CI_ResponsibleParty>
1351
+ <gmd:organisationName>
1352
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1353
+ </gmd:organisationName>
1354
+ <gmd:role>
1355
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1356
+ </gmd:role>
1357
+ </gmd:CI_ResponsibleParty>
1358
+ </gmd:citedResponsibleParty>
1359
+ </gmd:CI_Citation>
1360
+ </gfc:source>
1361
+ </gfc:FC_DefinitionSource>
1362
+ </gfc:definitionSource>
1363
+ </gfc:FC_DefinitionReference>
1364
+ </gfc:definitionReference>
1365
+ <gfc:valueType>
1366
+ <gco:TypeName>
1367
+ <gco:aName>
1368
+ <gco:CharacterString>Double</gco:CharacterString>
1369
+ </gco:aName>
1370
+ </gco:TypeName>
1371
+ </gfc:valueType>
1372
+ </gfc:FC_FeatureAttribute>
1373
+ </gfc:carrierOfCharacteristics>
1374
+ <gfc:carrierOfCharacteristics>
1375
+ <gfc:FC_FeatureAttribute>
1376
+ <gfc:memberName>
1377
+ <gco:LocalName>TRD_PRT_07</gco:LocalName>
1378
+ </gfc:memberName>
1379
+ <gfc:definition>
1380
+ <gco:CharacterString>Third party during the election year</gco:CharacterString>
1381
+ </gfc:definition>
1382
+ <gfc:cardinality gco:nilReason="unknown"/>
1383
+ <gfc:definitionReference>
1384
+ <gfc:FC_DefinitionReference>
1385
+ <gfc:definitionSource>
1386
+ <gfc:FC_DefinitionSource>
1387
+ <gfc:source>
1388
+ <gmd:CI_Citation>
1389
+ <gmd:title>
1390
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1391
+ </gmd:title>
1392
+ <gmd:date gco:nilReason="unknown"/>
1393
+ <gmd:citedResponsibleParty>
1394
+ <gmd:CI_ResponsibleParty>
1395
+ <gmd:organisationName>
1396
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1397
+ </gmd:organisationName>
1398
+ <gmd:role>
1399
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1400
+ </gmd:role>
1401
+ </gmd:CI_ResponsibleParty>
1402
+ </gmd:citedResponsibleParty>
1403
+ </gmd:CI_Citation>
1404
+ </gfc:source>
1405
+ </gfc:FC_DefinitionSource>
1406
+ </gfc:definitionSource>
1407
+ </gfc:FC_DefinitionReference>
1408
+ </gfc:definitionReference>
1409
+ <gfc:valueType>
1410
+ <gco:TypeName>
1411
+ <gco:aName>
1412
+ <gco:CharacterString>String</gco:CharacterString>
1413
+ </gco:aName>
1414
+ </gco:TypeName>
1415
+ </gfc:valueType>
1416
+ <gfc:listedValue>
1417
+ <gfc:FC_ListedValue>
1418
+ <gfc:label>
1419
+ <gco:CharacterString>Third party</gco:CharacterString>
1420
+ </gfc:label>
1421
+ <gfc:definition>
1422
+ <gco:CharacterString>Third party during the election year</gco:CharacterString>
1423
+ </gfc:definition>
1424
+ <gfc:definitionReference>
1425
+ <gfc:FC_DefinitionReference>
1426
+ <gfc:definitionSource>
1427
+ <gfc:FC_DefinitionSource>
1428
+ <gfc:source>
1429
+ <gmd:CI_Citation>
1430
+ <gmd:title>
1431
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1432
+ </gmd:title>
1433
+ <gmd:date gco:nilReason="unknown"/>
1434
+ <gmd:citedResponsibleParty>
1435
+ <gmd:CI_ResponsibleParty>
1436
+ <gmd:organisationName>
1437
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1438
+ </gmd:organisationName>
1439
+ <gmd:role>
1440
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1441
+ </gmd:role>
1442
+ </gmd:CI_ResponsibleParty>
1443
+ </gmd:citedResponsibleParty>
1444
+ </gmd:CI_Citation>
1445
+ </gfc:source>
1446
+ </gfc:FC_DefinitionSource>
1447
+ </gfc:definitionSource>
1448
+ </gfc:FC_DefinitionReference>
1449
+ </gfc:definitionReference>
1450
+ </gfc:FC_ListedValue>
1451
+ </gfc:listedValue>
1452
+ </gfc:FC_FeatureAttribute>
1453
+ </gfc:carrierOfCharacteristics>
1454
+ <gfc:carrierOfCharacteristics>
1455
+ <gfc:FC_FeatureAttribute>
1456
+ <gfc:memberName>
1457
+ <gco:LocalName>TRD_CND_07</gco:LocalName>
1458
+ </gfc:memberName>
1459
+ <gfc:definition>
1460
+ <gco:CharacterString>Third Candidate during the election year</gco:CharacterString>
1461
+ </gfc:definition>
1462
+ <gfc:cardinality gco:nilReason="unknown"/>
1463
+ <gfc:definitionReference>
1464
+ <gfc:FC_DefinitionReference>
1465
+ <gfc:definitionSource>
1466
+ <gfc:FC_DefinitionSource>
1467
+ <gfc:source>
1468
+ <gmd:CI_Citation>
1469
+ <gmd:title>
1470
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1471
+ </gmd:title>
1472
+ <gmd:date gco:nilReason="unknown"/>
1473
+ <gmd:citedResponsibleParty>
1474
+ <gmd:CI_ResponsibleParty>
1475
+ <gmd:organisationName>
1476
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1477
+ </gmd:organisationName>
1478
+ <gmd:role>
1479
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1480
+ </gmd:role>
1481
+ </gmd:CI_ResponsibleParty>
1482
+ </gmd:citedResponsibleParty>
1483
+ </gmd:CI_Citation>
1484
+ </gfc:source>
1485
+ </gfc:FC_DefinitionSource>
1486
+ </gfc:definitionSource>
1487
+ </gfc:FC_DefinitionReference>
1488
+ </gfc:definitionReference>
1489
+ <gfc:valueType>
1490
+ <gco:TypeName>
1491
+ <gco:aName>
1492
+ <gco:CharacterString>String</gco:CharacterString>
1493
+ </gco:aName>
1494
+ </gco:TypeName>
1495
+ </gfc:valueType>
1496
+ <gfc:listedValue>
1497
+ <gfc:FC_ListedValue>
1498
+ <gfc:label>
1499
+ <gco:CharacterString>Third Candidate</gco:CharacterString>
1500
+ </gfc:label>
1501
+ <gfc:definition>
1502
+ <gco:CharacterString>Third Candidate during the election year</gco:CharacterString>
1503
+ </gfc:definition>
1504
+ <gfc:definitionReference>
1505
+ <gfc:FC_DefinitionReference>
1506
+ <gfc:definitionSource>
1507
+ <gfc:FC_DefinitionSource>
1508
+ <gfc:source>
1509
+ <gmd:CI_Citation>
1510
+ <gmd:title>
1511
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1512
+ </gmd:title>
1513
+ <gmd:date gco:nilReason="unknown"/>
1514
+ <gmd:citedResponsibleParty>
1515
+ <gmd:CI_ResponsibleParty>
1516
+ <gmd:organisationName>
1517
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1518
+ </gmd:organisationName>
1519
+ <gmd:role>
1520
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1521
+ </gmd:role>
1522
+ </gmd:CI_ResponsibleParty>
1523
+ </gmd:citedResponsibleParty>
1524
+ </gmd:CI_Citation>
1525
+ </gfc:source>
1526
+ </gfc:FC_DefinitionSource>
1527
+ </gfc:definitionSource>
1528
+ </gfc:FC_DefinitionReference>
1529
+ </gfc:definitionReference>
1530
+ </gfc:FC_ListedValue>
1531
+ </gfc:listedValue>
1532
+ </gfc:FC_FeatureAttribute>
1533
+ </gfc:carrierOfCharacteristics>
1534
+ <gfc:carrierOfCharacteristics>
1535
+ <gfc:FC_FeatureAttribute>
1536
+ <gfc:memberName>
1537
+ <gco:LocalName>SND_P_V_07</gco:LocalName>
1538
+ </gfc:memberName>
1539
+ <gfc:definition>
1540
+ <gco:CharacterString>Second party votes polled during the election year</gco:CharacterString>
1541
+ </gfc:definition>
1542
+ <gfc:cardinality gco:nilReason="unknown"/>
1543
+ <gfc:definitionReference>
1544
+ <gfc:FC_DefinitionReference>
1545
+ <gfc:definitionSource>
1546
+ <gfc:FC_DefinitionSource>
1547
+ <gfc:source>
1548
+ <gmd:CI_Citation>
1549
+ <gmd:title>
1550
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1551
+ </gmd:title>
1552
+ <gmd:date gco:nilReason="unknown"/>
1553
+ <gmd:citedResponsibleParty>
1554
+ <gmd:CI_ResponsibleParty>
1555
+ <gmd:organisationName>
1556
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1557
+ </gmd:organisationName>
1558
+ <gmd:role>
1559
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1560
+ </gmd:role>
1561
+ </gmd:CI_ResponsibleParty>
1562
+ </gmd:citedResponsibleParty>
1563
+ </gmd:CI_Citation>
1564
+ </gfc:source>
1565
+ </gfc:FC_DefinitionSource>
1566
+ </gfc:definitionSource>
1567
+ </gfc:FC_DefinitionReference>
1568
+ </gfc:definitionReference>
1569
+ <gfc:valueType>
1570
+ <gco:TypeName>
1571
+ <gco:aName>
1572
+ <gco:CharacterString>Double</gco:CharacterString>
1573
+ </gco:aName>
1574
+ </gco:TypeName>
1575
+ </gfc:valueType>
1576
+ </gfc:FC_FeatureAttribute>
1577
+ </gfc:carrierOfCharacteristics>
1578
+ <gfc:carrierOfCharacteristics>
1579
+ <gfc:FC_FeatureAttribute>
1580
+ <gfc:memberName>
1581
+ <gco:LocalName>CATEGORY</gco:LocalName>
1582
+ </gfc:memberName>
1583
+ <gfc:definition>
1584
+ <gco:CharacterString>Seat Reservation</gco:CharacterString>
1585
+ </gfc:definition>
1586
+ <gfc:cardinality gco:nilReason="unknown"/>
1587
+ <gfc:definitionReference>
1588
+ <gfc:FC_DefinitionReference>
1589
+ <gfc:definitionSource>
1590
+ <gfc:FC_DefinitionSource>
1591
+ <gfc:source>
1592
+ <gmd:CI_Citation>
1593
+ <gmd:title>
1594
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1595
+ </gmd:title>
1596
+ <gmd:date gco:nilReason="unknown"/>
1597
+ <gmd:citedResponsibleParty>
1598
+ <gmd:CI_ResponsibleParty>
1599
+ <gmd:organisationName>
1600
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1601
+ </gmd:organisationName>
1602
+ <gmd:role>
1603
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1604
+ </gmd:role>
1605
+ </gmd:CI_ResponsibleParty>
1606
+ </gmd:citedResponsibleParty>
1607
+ </gmd:CI_Citation>
1608
+ </gfc:source>
1609
+ </gfc:FC_DefinitionSource>
1610
+ </gfc:definitionSource>
1611
+ </gfc:FC_DefinitionReference>
1612
+ </gfc:definitionReference>
1613
+ <gfc:valueType>
1614
+ <gco:TypeName>
1615
+ <gco:aName>
1616
+ <gco:CharacterString>String</gco:CharacterString>
1617
+ </gco:aName>
1618
+ </gco:TypeName>
1619
+ </gfc:valueType>
1620
+ <gfc:listedValue>
1621
+ <gfc:FC_ListedValue>
1622
+ <gfc:label>
1623
+ <gco:CharacterString>SC/ST or General</gco:CharacterString>
1624
+ </gfc:label>
1625
+ <gfc:definition>
1626
+ <gco:CharacterString>Seat Reservation: whether belong to Scheduled Caste, Scheduled Tribe or General category</gco:CharacterString>
1627
+ </gfc:definition>
1628
+ <gfc:definitionReference>
1629
+ <gfc:FC_DefinitionReference>
1630
+ <gfc:definitionSource>
1631
+ <gfc:FC_DefinitionSource>
1632
+ <gfc:source>
1633
+ <gmd:CI_Citation>
1634
+ <gmd:title>
1635
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1636
+ </gmd:title>
1637
+ <gmd:date gco:nilReason="unknown"/>
1638
+ <gmd:citedResponsibleParty>
1639
+ <gmd:CI_ResponsibleParty>
1640
+ <gmd:organisationName>
1641
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1642
+ </gmd:organisationName>
1643
+ <gmd:role>
1644
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1645
+ </gmd:role>
1646
+ </gmd:CI_ResponsibleParty>
1647
+ </gmd:citedResponsibleParty>
1648
+ </gmd:CI_Citation>
1649
+ </gfc:source>
1650
+ </gfc:FC_DefinitionSource>
1651
+ </gfc:definitionSource>
1652
+ </gfc:FC_DefinitionReference>
1653
+ </gfc:definitionReference>
1654
+ </gfc:FC_ListedValue>
1655
+ </gfc:listedValue>
1656
+ </gfc:FC_FeatureAttribute>
1657
+ </gfc:carrierOfCharacteristics>
1658
+ <gfc:carrierOfCharacteristics>
1659
+ <gfc:FC_FeatureAttribute>
1660
+ <gfc:memberName>
1661
+ <gco:LocalName>WN_CND_07</gco:LocalName>
1662
+ </gfc:memberName>
1663
+ <gfc:definition>
1664
+ <gco:CharacterString>Winner Candidate during the election year</gco:CharacterString>
1665
+ </gfc:definition>
1666
+ <gfc:cardinality gco:nilReason="unknown"/>
1667
+ <gfc:definitionReference>
1668
+ <gfc:FC_DefinitionReference>
1669
+ <gfc:definitionSource>
1670
+ <gfc:FC_DefinitionSource>
1671
+ <gfc:source>
1672
+ <gmd:CI_Citation>
1673
+ <gmd:title>
1674
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1675
+ </gmd:title>
1676
+ <gmd:date gco:nilReason="unknown"/>
1677
+ <gmd:citedResponsibleParty>
1678
+ <gmd:CI_ResponsibleParty>
1679
+ <gmd:organisationName>
1680
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1681
+ </gmd:organisationName>
1682
+ <gmd:role>
1683
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1684
+ </gmd:role>
1685
+ </gmd:CI_ResponsibleParty>
1686
+ </gmd:citedResponsibleParty>
1687
+ </gmd:CI_Citation>
1688
+ </gfc:source>
1689
+ </gfc:FC_DefinitionSource>
1690
+ </gfc:definitionSource>
1691
+ </gfc:FC_DefinitionReference>
1692
+ </gfc:definitionReference>
1693
+ <gfc:valueType>
1694
+ <gco:TypeName>
1695
+ <gco:aName>
1696
+ <gco:CharacterString>String</gco:CharacterString>
1697
+ </gco:aName>
1698
+ </gco:TypeName>
1699
+ </gfc:valueType>
1700
+ <gfc:listedValue>
1701
+ <gfc:FC_ListedValue>
1702
+ <gfc:label>
1703
+ <gco:CharacterString>Winner Candidate</gco:CharacterString>
1704
+ </gfc:label>
1705
+ <gfc:definition>
1706
+ <gco:CharacterString>Winner Candidate during the election year</gco:CharacterString>
1707
+ </gfc:definition>
1708
+ <gfc:definitionReference>
1709
+ <gfc:FC_DefinitionReference>
1710
+ <gfc:definitionSource>
1711
+ <gfc:FC_DefinitionSource>
1712
+ <gfc:source>
1713
+ <gmd:CI_Citation>
1714
+ <gmd:title>
1715
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1716
+ </gmd:title>
1717
+ <gmd:date gco:nilReason="unknown"/>
1718
+ <gmd:citedResponsibleParty>
1719
+ <gmd:CI_ResponsibleParty>
1720
+ <gmd:organisationName>
1721
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1722
+ </gmd:organisationName>
1723
+ <gmd:role>
1724
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1725
+ </gmd:role>
1726
+ </gmd:CI_ResponsibleParty>
1727
+ </gmd:citedResponsibleParty>
1728
+ </gmd:CI_Citation>
1729
+ </gfc:source>
1730
+ </gfc:FC_DefinitionSource>
1731
+ </gfc:definitionSource>
1732
+ </gfc:FC_DefinitionReference>
1733
+ </gfc:definitionReference>
1734
+ </gfc:FC_ListedValue>
1735
+ </gfc:listedValue>
1736
+ </gfc:FC_FeatureAttribute>
1737
+ </gfc:carrierOfCharacteristics>
1738
+ <gfc:carrierOfCharacteristics>
1739
+ <gfc:FC_FeatureAttribute>
1740
+ <gfc:memberName>
1741
+ <gco:LocalName>P_V_PLD_07</gco:LocalName>
1742
+ </gfc:memberName>
1743
+ <gfc:definition>
1744
+ <gco:CharacterString>Percentage of vote polled during the election year</gco:CharacterString>
1745
+ </gfc:definition>
1746
+ <gfc:cardinality gco:nilReason="unknown"/>
1747
+ <gfc:definitionReference>
1748
+ <gfc:FC_DefinitionReference>
1749
+ <gfc:definitionSource>
1750
+ <gfc:FC_DefinitionSource>
1751
+ <gfc:source>
1752
+ <gmd:CI_Citation>
1753
+ <gmd:title>
1754
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1755
+ </gmd:title>
1756
+ <gmd:date gco:nilReason="unknown"/>
1757
+ <gmd:citedResponsibleParty>
1758
+ <gmd:CI_ResponsibleParty>
1759
+ <gmd:organisationName>
1760
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1761
+ </gmd:organisationName>
1762
+ <gmd:role>
1763
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1764
+ </gmd:role>
1765
+ </gmd:CI_ResponsibleParty>
1766
+ </gmd:citedResponsibleParty>
1767
+ </gmd:CI_Citation>
1768
+ </gfc:source>
1769
+ </gfc:FC_DefinitionSource>
1770
+ </gfc:definitionSource>
1771
+ </gfc:FC_DefinitionReference>
1772
+ </gfc:definitionReference>
1773
+ <gfc:valueType>
1774
+ <gco:TypeName>
1775
+ <gco:aName>
1776
+ <gco:CharacterString>Double</gco:CharacterString>
1777
+ </gco:aName>
1778
+ </gco:TypeName>
1779
+ </gfc:valueType>
1780
+ </gfc:FC_FeatureAttribute>
1781
+ </gfc:carrierOfCharacteristics>
1782
+ <gfc:carrierOfCharacteristics>
1783
+ <gfc:FC_FeatureAttribute>
1784
+ <gfc:memberName>
1785
+ <gco:LocalName>T_VT_PL_07</gco:LocalName>
1786
+ </gfc:memberName>
1787
+ <gfc:definition>
1788
+ <gco:CharacterString>Total votes polled during the election year</gco:CharacterString>
1789
+ </gfc:definition>
1790
+ <gfc:cardinality gco:nilReason="unknown"/>
1791
+ <gfc:definitionReference>
1792
+ <gfc:FC_DefinitionReference>
1793
+ <gfc:definitionSource>
1794
+ <gfc:FC_DefinitionSource>
1795
+ <gfc:source>
1796
+ <gmd:CI_Citation>
1797
+ <gmd:title>
1798
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1799
+ </gmd:title>
1800
+ <gmd:date gco:nilReason="unknown"/>
1801
+ <gmd:citedResponsibleParty>
1802
+ <gmd:CI_ResponsibleParty>
1803
+ <gmd:organisationName>
1804
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1805
+ </gmd:organisationName>
1806
+ <gmd:role>
1807
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1808
+ </gmd:role>
1809
+ </gmd:CI_ResponsibleParty>
1810
+ </gmd:citedResponsibleParty>
1811
+ </gmd:CI_Citation>
1812
+ </gfc:source>
1813
+ </gfc:FC_DefinitionSource>
1814
+ </gfc:definitionSource>
1815
+ </gfc:FC_DefinitionReference>
1816
+ </gfc:definitionReference>
1817
+ <gfc:valueType>
1818
+ <gco:TypeName>
1819
+ <gco:aName>
1820
+ <gco:CharacterString>Double</gco:CharacterString>
1821
+ </gco:aName>
1822
+ </gco:TypeName>
1823
+ </gfc:valueType>
1824
+ </gfc:FC_FeatureAttribute>
1825
+ </gfc:carrierOfCharacteristics>
1826
+ <gfc:carrierOfCharacteristics>
1827
+ <gfc:FC_FeatureAttribute>
1828
+ <gfc:memberName>
1829
+ <gco:LocalName>T_ELCT_07</gco:LocalName>
1830
+ </gfc:memberName>
1831
+ <gfc:definition>
1832
+ <gco:CharacterString>Total electorates during the election year</gco:CharacterString>
1833
+ </gfc:definition>
1834
+ <gfc:cardinality gco:nilReason="unknown"/>
1835
+ <gfc:definitionReference>
1836
+ <gfc:FC_DefinitionReference>
1837
+ <gfc:definitionSource>
1838
+ <gfc:FC_DefinitionSource>
1839
+ <gfc:source>
1840
+ <gmd:CI_Citation>
1841
+ <gmd:title>
1842
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1843
+ </gmd:title>
1844
+ <gmd:date gco:nilReason="unknown"/>
1845
+ <gmd:citedResponsibleParty>
1846
+ <gmd:CI_ResponsibleParty>
1847
+ <gmd:organisationName>
1848
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1849
+ </gmd:organisationName>
1850
+ <gmd:role>
1851
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1852
+ </gmd:role>
1853
+ </gmd:CI_ResponsibleParty>
1854
+ </gmd:citedResponsibleParty>
1855
+ </gmd:CI_Citation>
1856
+ </gfc:source>
1857
+ </gfc:FC_DefinitionSource>
1858
+ </gfc:definitionSource>
1859
+ </gfc:FC_DefinitionReference>
1860
+ </gfc:definitionReference>
1861
+ <gfc:valueType>
1862
+ <gco:TypeName>
1863
+ <gco:aName>
1864
+ <gco:CharacterString>Double</gco:CharacterString>
1865
+ </gco:aName>
1866
+ </gco:TypeName>
1867
+ </gfc:valueType>
1868
+ </gfc:FC_FeatureAttribute>
1869
+ </gfc:carrierOfCharacteristics>
1870
+ <gfc:carrierOfCharacteristics>
1871
+ <gfc:FC_FeatureAttribute>
1872
+ <gfc:memberName>
1873
+ <gco:LocalName>AC_NO</gco:LocalName>
1874
+ </gfc:memberName>
1875
+ <gfc:definition>
1876
+ <gco:CharacterString>Assembly constituency number</gco:CharacterString>
1877
+ </gfc:definition>
1878
+ <gfc:cardinality gco:nilReason="unknown"/>
1879
+ <gfc:definitionReference>
1880
+ <gfc:FC_DefinitionReference>
1881
+ <gfc:definitionSource>
1882
+ <gfc:FC_DefinitionSource>
1883
+ <gfc:source>
1884
+ <gmd:CI_Citation>
1885
+ <gmd:title>
1886
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1887
+ </gmd:title>
1888
+ <gmd:date gco:nilReason="unknown"/>
1889
+ <gmd:citedResponsibleParty>
1890
+ <gmd:CI_ResponsibleParty>
1891
+ <gmd:organisationName>
1892
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1893
+ </gmd:organisationName>
1894
+ <gmd:role>
1895
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1896
+ </gmd:role>
1897
+ </gmd:CI_ResponsibleParty>
1898
+ </gmd:citedResponsibleParty>
1899
+ </gmd:CI_Citation>
1900
+ </gfc:source>
1901
+ </gfc:FC_DefinitionSource>
1902
+ </gfc:definitionSource>
1903
+ </gfc:FC_DefinitionReference>
1904
+ </gfc:definitionReference>
1905
+ <gfc:valueType>
1906
+ <gco:TypeName>
1907
+ <gco:aName>
1908
+ <gco:CharacterString>Double</gco:CharacterString>
1909
+ </gco:aName>
1910
+ </gco:TypeName>
1911
+ </gfc:valueType>
1912
+ </gfc:FC_FeatureAttribute>
1913
+ </gfc:carrierOfCharacteristics>
1914
+ <gfc:carrierOfCharacteristics>
1915
+ <gfc:FC_FeatureAttribute>
1916
+ <gfc:memberName>
1917
+ <gco:LocalName>STATE_ID</gco:LocalName>
1918
+ </gfc:memberName>
1919
+ <gfc:definition>
1920
+ <gco:CharacterString>Unique Identification Number</gco:CharacterString>
1921
+ </gfc:definition>
1922
+ <gfc:cardinality gco:nilReason="unknown"/>
1923
+ <gfc:definitionReference>
1924
+ <gfc:FC_DefinitionReference>
1925
+ <gfc:definitionSource>
1926
+ <gfc:FC_DefinitionSource>
1927
+ <gfc:source>
1928
+ <gmd:CI_Citation>
1929
+ <gmd:title>
1930
+ <gco:CharacterString>ML Infomap</gco:CharacterString>
1931
+ </gmd:title>
1932
+ <gmd:date gco:nilReason="unknown"/>
1933
+ <gmd:citedResponsibleParty>
1934
+ <gmd:CI_ResponsibleParty>
1935
+ <gmd:organisationName>
1936
+ <gco:CharacterString>ML Infomap</gco:CharacterString>
1937
+ </gmd:organisationName>
1938
+ <gmd:role>
1939
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1940
+ </gmd:role>
1941
+ </gmd:CI_ResponsibleParty>
1942
+ </gmd:citedResponsibleParty>
1943
+ </gmd:CI_Citation>
1944
+ </gfc:source>
1945
+ </gfc:FC_DefinitionSource>
1946
+ </gfc:definitionSource>
1947
+ </gfc:FC_DefinitionReference>
1948
+ </gfc:definitionReference>
1949
+ <gfc:valueType>
1950
+ <gco:TypeName>
1951
+ <gco:aName>
1952
+ <gco:CharacterString>Double</gco:CharacterString>
1953
+ </gco:aName>
1954
+ </gco:TypeName>
1955
+ </gfc:valueType>
1956
+ </gfc:FC_FeatureAttribute>
1957
+ </gfc:carrierOfCharacteristics>
1958
+ <gfc:carrierOfCharacteristics>
1959
+ <gfc:FC_FeatureAttribute>
1960
+ <gfc:memberName>
1961
+ <gco:LocalName>STATE_UT</gco:LocalName>
1962
+ </gfc:memberName>
1963
+ <gfc:definition>
1964
+ <gco:CharacterString>Name of the State/Union Territory</gco:CharacterString>
1965
+ </gfc:definition>
1966
+ <gfc:cardinality gco:nilReason="unknown"/>
1967
+ <gfc:definitionReference>
1968
+ <gfc:FC_DefinitionReference>
1969
+ <gfc:definitionSource>
1970
+ <gfc:FC_DefinitionSource>
1971
+ <gfc:source>
1972
+ <gmd:CI_Citation>
1973
+ <gmd:title>
1974
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1975
+ </gmd:title>
1976
+ <gmd:date gco:nilReason="unknown"/>
1977
+ <gmd:citedResponsibleParty>
1978
+ <gmd:CI_ResponsibleParty>
1979
+ <gmd:organisationName>
1980
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1981
+ </gmd:organisationName>
1982
+ <gmd:role>
1983
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1984
+ </gmd:role>
1985
+ </gmd:CI_ResponsibleParty>
1986
+ </gmd:citedResponsibleParty>
1987
+ </gmd:CI_Citation>
1988
+ </gfc:source>
1989
+ </gfc:FC_DefinitionSource>
1990
+ </gfc:definitionSource>
1991
+ </gfc:FC_DefinitionReference>
1992
+ </gfc:definitionReference>
1993
+ <gfc:valueType>
1994
+ <gco:TypeName>
1995
+ <gco:aName>
1996
+ <gco:CharacterString>String</gco:CharacterString>
1997
+ </gco:aName>
1998
+ </gco:TypeName>
1999
+ </gfc:valueType>
2000
+ <gfc:listedValue>
2001
+ <gfc:FC_ListedValue>
2002
+ <gfc:label>
2003
+ <gco:CharacterString>State/Union Territory</gco:CharacterString>
2004
+ </gfc:label>
2005
+ <gfc:definition>
2006
+ <gco:CharacterString>Name of the State/Union Territory</gco:CharacterString>
2007
+ </gfc:definition>
2008
+ <gfc:definitionReference>
2009
+ <gfc:FC_DefinitionReference>
2010
+ <gfc:definitionSource>
2011
+ <gfc:FC_DefinitionSource>
2012
+ <gfc:source>
2013
+ <gmd:CI_Citation>
2014
+ <gmd:title>
2015
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2016
+ </gmd:title>
2017
+ <gmd:date gco:nilReason="unknown"/>
2018
+ <gmd:citedResponsibleParty>
2019
+ <gmd:CI_ResponsibleParty>
2020
+ <gmd:organisationName>
2021
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2022
+ </gmd:organisationName>
2023
+ <gmd:role>
2024
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2025
+ </gmd:role>
2026
+ </gmd:CI_ResponsibleParty>
2027
+ </gmd:citedResponsibleParty>
2028
+ </gmd:CI_Citation>
2029
+ </gfc:source>
2030
+ </gfc:FC_DefinitionSource>
2031
+ </gfc:definitionSource>
2032
+ </gfc:FC_DefinitionReference>
2033
+ </gfc:definitionReference>
2034
+ </gfc:FC_ListedValue>
2035
+ </gfc:listedValue>
2036
+ </gfc:FC_FeatureAttribute>
2037
+ </gfc:carrierOfCharacteristics>
2038
+ </gfc:FC_FeatureType>
2039
+ </gfc:featureType>
2040
+ </gfc:FC_FeatureCatalogue>
2041
+ </rdf:Description>
2042
+ </rdf:RDF>