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,2561 @@
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/hw892mn4587">
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>67F3A41B-3358-45E8-A4B3-9CE332B53B14</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>140</gco:Integer>
93
+ </geometricObjectCount>
94
+ </MD_GeometricObjects>
95
+ </geometricObjects>
96
+ </MD_VectorSpatialRepresentation>
97
+ </spatialRepresentationInfo>
98
+ <referenceSystemInfo>
99
+ <MD_ReferenceSystem>
100
+ <referenceSystemIdentifier>
101
+ <RS_Identifier>
102
+ <code>
103
+ <gco:CharacterString>4326</gco:CharacterString>
104
+ </code>
105
+ <codeSpace>
106
+ <gco:CharacterString>EPSG</gco:CharacterString>
107
+ </codeSpace>
108
+ <version>
109
+ <gco:CharacterString>7.9.4</gco:CharacterString>
110
+ </version>
111
+ </RS_Identifier>
112
+ </referenceSystemIdentifier>
113
+ </MD_ReferenceSystem>
114
+ </referenceSystemInfo>
115
+ <identificationInfo>
116
+ <MD_DataIdentification>
117
+ <citation>
118
+ <CI_Citation>
119
+ <title>
120
+ <gco:CharacterString>Post Delimitation Assembly Map of Kerala, India, 2011</gco:CharacterString>
121
+ </title>
122
+ <date>
123
+ <CI_Date>
124
+ <date>
125
+ <gco:Date>2013-03-13</gco:Date>
126
+ </date>
127
+ <dateType>
128
+ <CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication" codeSpace="ISOTC211/19115">publication</CI_DateTypeCode>
129
+ </dateType>
130
+ </CI_Date>
131
+ </date>
132
+ <citedResponsibleParty>
133
+ <CI_ResponsibleParty>
134
+ <organisationName>
135
+ <gco:CharacterString>ML Infomap (Firm)</gco:CharacterString>
136
+ </organisationName>
137
+ <role>
138
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="ISOTC211/19115">originator</CI_RoleCode>
139
+ </role>
140
+ </CI_ResponsibleParty>
141
+ </citedResponsibleParty>
142
+ <citedResponsibleParty>
143
+ <CI_ResponsibleParty>
144
+ <organisationName>
145
+ <gco:CharacterString>ML Infomap (Firm)</gco:CharacterString>
146
+ </organisationName>
147
+ <role>
148
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="publisher" codeSpace="ISOTC211/19115">publisher</CI_RoleCode>
149
+ </role>
150
+ </CI_ResponsibleParty>
151
+ </citedResponsibleParty>
152
+ <presentationForm>
153
+ <CI_PresentationFormCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_PresentationFormCode" codeListValue="mapDigital" codeSpace="ISOTC211/19115">mapDigital</CI_PresentationFormCode>
154
+ </presentationForm>
155
+ </CI_Citation>
156
+ </citation>
157
+ <abstract>
158
+ <gco:CharacterString>This data layer shows post-delimitation state Legislative Assembly constituency boundaries and data relating to the 2011 Assembly elections for the State of Kerala, India. Includes attribute data on election parties, candidates, voters, and results. Map includes data for 140 constituencies. This layer is part of the Poll Map of India which includes parliamentary constituency boundaries for India, Assembly constituency boundaries for all states, and data relating to the past national elections for each State of India.</gco:CharacterString>
159
+ </abstract>
160
+ <purpose>
161
+ <gco:CharacterString>Assembly level analysis</gco:CharacterString>
162
+ </purpose>
163
+ <credit>
164
+ <gco:CharacterString>ML Infomap. (2013) Post Delimitation Assembly Map of Kerala, India, 2011. ML Infomap.</gco:CharacterString>
165
+ </credit>
166
+ <status>
167
+ <MD_ProgressCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_ProgressCode" codeListValue="completed" codeSpace="ISOTC211/19115">completed</MD_ProgressCode>
168
+ </status>
169
+ <pointOfContact>
170
+ <CI_ResponsibleParty>
171
+ <individualName>
172
+ <gco:CharacterString>Lahiri,Manosi</gco:CharacterString>
173
+ </individualName>
174
+ <organisationName>
175
+ <gco:CharacterString>ML Infomap Pvt. Ltd.</gco:CharacterString>
176
+ </organisationName>
177
+ <contactInfo>
178
+ <CI_Contact>
179
+ <phone>
180
+ <CI_Telephone>
181
+ <voice>
182
+ <gco:CharacterString>91 11 41688592</gco:CharacterString>
183
+ </voice>
184
+ </CI_Telephone>
185
+ </phone>
186
+ <address>
187
+ <CI_Address>
188
+ <deliveryPoint>
189
+ <gco:CharacterString>124-A,Katwaria Sarai</gco:CharacterString>
190
+ </deliveryPoint>
191
+ <city>
192
+ <gco:CharacterString>New Delhi</gco:CharacterString>
193
+ </city>
194
+ <postalCode>
195
+ <gco:CharacterString>110016</gco:CharacterString>
196
+ </postalCode>
197
+ <country>
198
+ <gco:CharacterString>IN</gco:CharacterString>
199
+ </country>
200
+ <electronicMailAddress>
201
+ <gco:CharacterString>manosi@mlinfomap.com</gco:CharacterString>
202
+ </electronicMailAddress>
203
+ </CI_Address>
204
+ </address>
205
+ </CI_Contact>
206
+ </contactInfo>
207
+ <role>
208
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="pointOfContact" codeSpace="ISOTC211/19115">pointOfContact</CI_RoleCode>
209
+ </role>
210
+ </CI_ResponsibleParty>
211
+ </pointOfContact>
212
+ <resourceMaintenance>
213
+ <MD_MaintenanceInformation>
214
+ <maintenanceAndUpdateFrequency>
215
+ <MD_MaintenanceFrequencyCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_MaintenanceFrequencyCode" codeListValue="asNeeded" codeSpace="ISOTC211/19115">asNeeded</MD_MaintenanceFrequencyCode>
216
+ </maintenanceAndUpdateFrequency>
217
+ </MD_MaintenanceInformation>
218
+ </resourceMaintenance>
219
+ <descriptiveKeywords>
220
+ <MD_Keywords>
221
+ <keyword>
222
+ <gco:CharacterString>Kerala (geonames.org/1267254)</gco:CharacterString>
223
+ </keyword>
224
+ <keyword>
225
+ <gco:CharacterString>Chittur (geonames.org/1274032)</gco:CharacterString>
226
+ </keyword>
227
+ <keyword>
228
+ <gco:CharacterString>Eranakulam (geonames.org/1272019)</gco:CharacterString>
229
+ </keyword>
230
+ <keyword>
231
+ <gco:CharacterString>Kannur (geonames.org/1274988)</gco:CharacterString>
232
+ </keyword>
233
+ <keyword>
234
+ <gco:CharacterString>Kochi (geonames.org/1273874/)</gco:CharacterString>
235
+ </keyword>
236
+ <keyword>
237
+ <gco:CharacterString>Nilambur (geonames.org/1261398)</gco:CharacterString>
238
+ </keyword>
239
+ <keyword>
240
+ <gco:CharacterString>Ponnani (geonames.org/1259411)</gco:CharacterString>
241
+ </keyword>
242
+ <keyword>
243
+ <gco:CharacterString>Tanur (geonames.org/1254952/)</gco:CharacterString>
244
+ </keyword>
245
+ <keyword>
246
+ <gco:CharacterString>Thiruvananthapuram (geonames.org/7909823)</gco:CharacterString>
247
+ </keyword>
248
+ <keyword>
249
+ <gco:CharacterString>Tirur (geonames.org/1254346)</gco:CharacterString>
250
+ </keyword>
251
+ <type>
252
+ <MD_KeywordTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_KeywordTypeCode" codeListValue="place" codeSpace="ISOTC211/19115">place</MD_KeywordTypeCode>
253
+ </type>
254
+ <thesaurusName>
255
+ <CI_Citation>
256
+ <title>
257
+ <gco:CharacterString>geonames</gco:CharacterString>
258
+ </title>
259
+ <date>
260
+ <CI_Date>
261
+ <date>
262
+ <gco:Date>2012-10-29</gco:Date>
263
+ </date>
264
+ <dateType>
265
+ <CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="revision" codeSpace="ISOTC211/19115">revision</CI_DateTypeCode>
266
+ </dateType>
267
+ </CI_Date>
268
+ </date>
269
+ <edition>
270
+ <gco:CharacterString>3.1</gco:CharacterString>
271
+ </edition>
272
+ <identifier>
273
+ <MD_Identifier>
274
+ <code>
275
+ <gco:CharacterString>http://geonames.org</gco:CharacterString>
276
+ </code>
277
+ </MD_Identifier>
278
+ </identifier>
279
+ </CI_Citation>
280
+ </thesaurusName>
281
+ </MD_Keywords>
282
+ </descriptiveKeywords>
283
+ <descriptiveKeywords>
284
+ <MD_Keywords>
285
+ <keyword>
286
+ <gco:CharacterString>Aroor</gco:CharacterString>
287
+ </keyword>
288
+ <keyword>
289
+ <gco:CharacterString>Manalur</gco:CharacterString>
290
+ </keyword>
291
+ <keyword>
292
+ <gco:CharacterString>Vamanapuram</gco:CharacterString>
293
+ </keyword>
294
+ <type>
295
+ <MD_KeywordTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_KeywordTypeCode" codeListValue="place" codeSpace="ISOTC211/19115">place</MD_KeywordTypeCode>
296
+ </type>
297
+ </MD_Keywords>
298
+ </descriptiveKeywords>
299
+ <descriptiveKeywords>
300
+ <MD_Keywords>
301
+ <keyword>
302
+ <gco:CharacterString>2011</gco:CharacterString>
303
+ </keyword>
304
+ <type>
305
+ <MD_KeywordTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_KeywordTypeCode" codeListValue="temporal" codeSpace="ISOTC211/19115">temporal</MD_KeywordTypeCode>
306
+ </type>
307
+ </MD_Keywords>
308
+ </descriptiveKeywords>
309
+ <descriptiveKeywords>
310
+ <MD_Keywords>
311
+ <keyword>
312
+ <gco:CharacterString>Elections</gco:CharacterString>
313
+ </keyword>
314
+ <keyword>
315
+ <gco:CharacterString>Political Parties</gco:CharacterString>
316
+ </keyword>
317
+ <keyword>
318
+ <gco:CharacterString>Voting</gco:CharacterString>
319
+ </keyword>
320
+ <keyword>
321
+ <gco:CharacterString>Politics and government</gco:CharacterString>
322
+ </keyword>
323
+ <type>
324
+ <MD_KeywordTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_KeywordTypeCode" codeListValue="theme" codeSpace="ISOTC211/19115">theme</MD_KeywordTypeCode>
325
+ </type>
326
+ <thesaurusName>
327
+ <CI_Citation>
328
+ <title>
329
+ <gco:CharacterString>lcsh</gco:CharacterString>
330
+ </title>
331
+ <date>
332
+ <CI_Date>
333
+ <date>
334
+ <gco:Date>2011-04-26</gco:Date>
335
+ </date>
336
+ <dateType>
337
+ <CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="revision" codeSpace="ISOTC211/19115">revision</CI_DateTypeCode>
338
+ </dateType>
339
+ </CI_Date>
340
+ </date>
341
+ <identifier>
342
+ <MD_Identifier>
343
+ <code>
344
+ <gco:CharacterString>http://id.loc.gov/authorities.subjects.html</gco:CharacterString>
345
+ </code>
346
+ </MD_Identifier>
347
+ </identifier>
348
+ </CI_Citation>
349
+ </thesaurusName>
350
+ </MD_Keywords>
351
+ </descriptiveKeywords>
352
+ <descriptiveKeywords>
353
+ <MD_Keywords>
354
+ <keyword>
355
+ <gco:CharacterString>Downloadable Data</gco:CharacterString>
356
+ </keyword>
357
+ <thesaurusName uuidref="723f6998-058e-11dc-8314-0800200c9a66"/>
358
+ </MD_Keywords>
359
+ </descriptiveKeywords>
360
+ <resourceConstraints>
361
+ <MD_LegalConstraints>
362
+ <accessConstraints>
363
+ <MD_RestrictionCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_RestrictionCode" codeListValue="restricted" codeSpace="ISOTC211/19115">restricted</MD_RestrictionCode>
364
+ </accessConstraints>
365
+ <useConstraints>
366
+ <MD_RestrictionCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_RestrictionCode" codeListValue="restricted" codeSpace="ISOTC211/19115">restricted</MD_RestrictionCode>
367
+ </useConstraints>
368
+ <otherConstraints>
369
+ <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>
370
+ </otherConstraints>
371
+ </MD_LegalConstraints>
372
+ </resourceConstraints>
373
+ <aggregationInfo>
374
+ <MD_AggregateInformation>
375
+ <aggregateDataSetName>
376
+ <CI_Citation>
377
+ <title>
378
+ <gco:CharacterString>PollMap of India</gco:CharacterString>
379
+ </title>
380
+ <alternateTitle>
381
+ <gco:CharacterString>Poll Map of India</gco:CharacterString>
382
+ </alternateTitle>
383
+ <date>
384
+ <CI_Date>
385
+ <date>
386
+ <gco:Date>2013-03-13</gco:Date>
387
+ </date>
388
+ <dateType>
389
+ <CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication" codeSpace="ISOTC211/19115">publication</CI_DateTypeCode>
390
+ </dateType>
391
+ </CI_Date>
392
+ </date>
393
+ <citedResponsibleParty>
394
+ <CI_ResponsibleParty>
395
+ <organisationName>
396
+ <gco:CharacterString>ML Infomap (Firm)</gco:CharacterString>
397
+ </organisationName>
398
+ <role>
399
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="ISOTC211/19115">originator</CI_RoleCode>
400
+ </role>
401
+ </CI_ResponsibleParty>
402
+ </citedResponsibleParty>
403
+ <citedResponsibleParty>
404
+ <CI_ResponsibleParty>
405
+ <organisationName>
406
+ <gco:CharacterString>ML Infomap (Firm)</gco:CharacterString>
407
+ </organisationName>
408
+ <role>
409
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="publisher" codeSpace="ISOTC211/19115">publisher</CI_RoleCode>
410
+ </role>
411
+ </CI_ResponsibleParty>
412
+ </citedResponsibleParty>
413
+ </CI_Citation>
414
+ </aggregateDataSetName>
415
+ <associationType>
416
+ <DS_AssociationTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#DS_AssociationTypeCode" codeListValue="largerWorkCitation" codeSpace="ISOTC211/19115">largerWorkCitation</DS_AssociationTypeCode>
417
+ </associationType>
418
+ </MD_AggregateInformation>
419
+ </aggregationInfo>
420
+ <spatialRepresentationType>
421
+ <MD_SpatialRepresentationTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_SpatialRepresentationTypeCode" codeListValue="vector" codeSpace="ISOTC211/19115">vector</MD_SpatialRepresentationTypeCode>
422
+ </spatialRepresentationType>
423
+ <spatialResolution>
424
+ <MD_Resolution>
425
+ <equivalentScale>
426
+ <MD_RepresentativeFraction>
427
+ <denominator>
428
+ <gco:Integer>200000</gco:Integer>
429
+ </denominator>
430
+ </MD_RepresentativeFraction>
431
+ </equivalentScale>
432
+ </MD_Resolution>
433
+ </spatialResolution>
434
+ <language>
435
+ <LanguageCode codeList="http://www.loc.gov/standards/iso639-2/php/code_list.php" codeListValue="eng" codeSpace="ISO639-2">eng</LanguageCode>
436
+ </language>
437
+ <characterSet>
438
+ <MD_CharacterSetCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_CharacterSetCode" codeListValue="utf8" codeSpace="ISOTC211/19115">utf8</MD_CharacterSetCode>
439
+ </characterSet>
440
+ <topicCategory>
441
+ <MD_TopicCategoryCode>boundaries</MD_TopicCategoryCode>
442
+ </topicCategory>
443
+ <topicCategory>
444
+ <MD_TopicCategoryCode>society</MD_TopicCategoryCode>
445
+ </topicCategory>
446
+ <environmentDescription>
447
+ <gco:CharacterString>Microsoft Windows 7 Version 6.1 (Build 7601) Service Pack 1; Esri ArcGIS 10.1.0.3035</gco:CharacterString>
448
+ </environmentDescription>
449
+ <extent>
450
+ <EX_Extent>
451
+ <description>
452
+ <gco:CharacterString>Kerala Election Commission data release 2011</gco:CharacterString>
453
+ </description>
454
+ <temporalElement>
455
+ <EX_TemporalExtent>
456
+ <extent>
457
+ <gml:TimePeriod gml:id="idm5689984">
458
+ <gml:beginPosition>2011-01-01T00:00:00</gml:beginPosition>
459
+ <gml:endPosition>2011-12-31T00:00:00</gml:endPosition>
460
+ </gml:TimePeriod>
461
+ </extent>
462
+ </EX_TemporalExtent>
463
+ </temporalElement>
464
+ </EX_Extent>
465
+ </extent>
466
+ <extent>
467
+ <EX_Extent>
468
+ <geographicElement>
469
+ <EX_GeographicBoundingBox>
470
+ <extentTypeCode>
471
+ <gco:Boolean>true</gco:Boolean>
472
+ </extentTypeCode>
473
+ <westBoundLongitude>
474
+ <gco:Decimal>74.864845</gco:Decimal>
475
+ </westBoundLongitude>
476
+ <eastBoundLongitude>
477
+ <gco:Decimal>77.413612</gco:Decimal>
478
+ </eastBoundLongitude>
479
+ <southBoundLatitude>
480
+ <gco:Decimal>8.293623999999999</gco:Decimal>
481
+ </southBoundLatitude>
482
+ <northBoundLatitude>
483
+ <gco:Decimal>12.791205</gco:Decimal>
484
+ </northBoundLatitude>
485
+ </EX_GeographicBoundingBox>
486
+ </geographicElement>
487
+ </EX_Extent>
488
+ </extent>
489
+ <supplementalInformation>
490
+ <gco:CharacterString>Kerala Assembly Election data 2011</gco:CharacterString>
491
+ </supplementalInformation>
492
+ </MD_DataIdentification>
493
+ </identificationInfo>
494
+ <contentInfo>
495
+ <MD_FeatureCatalogueDescription>
496
+ <complianceCode>
497
+ <gco:Boolean>false</gco:Boolean>
498
+ </complianceCode>
499
+ <language>
500
+ <LanguageCode codeList="http://www.loc.gov/standards/iso639-2/php/code_list.php" codeListValue="eng" codeSpace="ISO639-2">eng</LanguageCode>
501
+ </language>
502
+ <includedWithDataset>
503
+ <gco:Boolean>true</gco:Boolean>
504
+ </includedWithDataset>
505
+ <featureCatalogueCitation>
506
+ <CI_Citation>
507
+ <title>
508
+ <gco:CharacterString>Feature Catalog for Post Delimitation Assembly Map of Kerala, India, 2011</gco:CharacterString>
509
+ </title>
510
+ <date>
511
+ <CI_Date>
512
+ <date>
513
+ <gco:Date>2013-03-13</gco:Date>
514
+ </date>
515
+ <dateType>
516
+ <CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication" codeSpace="ISOTC211/19115">publication</CI_DateTypeCode>
517
+ </dateType>
518
+ </CI_Date>
519
+ </date>
520
+ <identifier>
521
+ <MD_Identifier>
522
+ <code>
523
+ <gco:CharacterString>1f3b3a84-ae8a-4e40-a864-ce238c1758de</gco:CharacterString>
524
+ </code>
525
+ </MD_Identifier>
526
+ </identifier>
527
+ <citedResponsibleParty>
528
+ <CI_ResponsibleParty>
529
+ <organisationName>
530
+ <gco:CharacterString>ML Infomap (Firm)</gco:CharacterString>
531
+ </organisationName>
532
+ <role>
533
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="ISOTC211/19115">originator</CI_RoleCode>
534
+ </role>
535
+ </CI_ResponsibleParty>
536
+ </citedResponsibleParty>
537
+ </CI_Citation>
538
+ </featureCatalogueCitation>
539
+ </MD_FeatureCatalogueDescription>
540
+ </contentInfo>
541
+ <distributionInfo>
542
+ <MD_Distribution>
543
+ <distributionFormat>
544
+ <MD_Format>
545
+ <name>
546
+ <gco:CharacterString>Shapefile</gco:CharacterString>
547
+ </name>
548
+ <version gco:nilReason="missing"/>
549
+ </MD_Format>
550
+ </distributionFormat>
551
+ <distributor>
552
+ <MD_Distributor>
553
+ <distributorContact>
554
+ <CI_ResponsibleParty>
555
+ <organisationName>
556
+ <gco:CharacterString>Stanford Geospatial Center</gco:CharacterString>
557
+ </organisationName>
558
+ <contactInfo>
559
+ <CI_Contact>
560
+ <phone>
561
+ <CI_Telephone>
562
+ <voice>
563
+ <gco:CharacterString>650-723-2746</gco:CharacterString>
564
+ </voice>
565
+ </CI_Telephone>
566
+ </phone>
567
+ <address>
568
+ <CI_Address>
569
+ <deliveryPoint>
570
+ <gco:CharacterString>Branner Earth Sciences Library</gco:CharacterString>
571
+ </deliveryPoint>
572
+ <deliveryPoint>
573
+ <gco:CharacterString>Mitchell Bldg. 2nd floor</gco:CharacterString>
574
+ </deliveryPoint>
575
+ <deliveryPoint>
576
+ <gco:CharacterString>397 Panama Mall</gco:CharacterString>
577
+ </deliveryPoint>
578
+ <city>
579
+ <gco:CharacterString>Stanford</gco:CharacterString>
580
+ </city>
581
+ <administrativeArea>
582
+ <gco:CharacterString>California</gco:CharacterString>
583
+ </administrativeArea>
584
+ <postalCode>
585
+ <gco:CharacterString>94305</gco:CharacterString>
586
+ </postalCode>
587
+ <country>
588
+ <gco:CharacterString>US</gco:CharacterString>
589
+ </country>
590
+ <electronicMailAddress>
591
+ <gco:CharacterString>brannerlibrary@stanford.edu</gco:CharacterString>
592
+ </electronicMailAddress>
593
+ </CI_Address>
594
+ </address>
595
+ </CI_Contact>
596
+ </contactInfo>
597
+ <role>
598
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="distributor" codeSpace="ISOTC211/19115">distributor</CI_RoleCode>
599
+ </role>
600
+ </CI_ResponsibleParty>
601
+ </distributorContact>
602
+ </MD_Distributor>
603
+ </distributor>
604
+ <transferOptions>
605
+ <MD_DigitalTransferOptions>
606
+ <unitsOfDistribution>
607
+ <gco:CharacterString>MB</gco:CharacterString>
608
+ </unitsOfDistribution>
609
+ <transferSize>
610
+ <gco:Real>1.309</gco:Real>
611
+ </transferSize>
612
+ </MD_DigitalTransferOptions>
613
+ </transferOptions>
614
+ </MD_Distribution>
615
+ </distributionInfo>
616
+ <dataQualityInfo>
617
+ <DQ_DataQuality>
618
+ <scope>
619
+ <DQ_Scope>
620
+ <level>
621
+ <MD_ScopeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_ScopeCode" codeListValue="dataset" codeSpace="ISOTC211/19115">dataset</MD_ScopeCode>
622
+ </level>
623
+ </DQ_Scope>
624
+ </scope>
625
+ <report>
626
+ <DQ_ConceptualConsistency>
627
+ <evaluationMethodDescription>
628
+ <gco:CharacterString>Coastal boundary aligned with imagery, no gaps in polygon, no topological errors, aggregate and % figures verified</gco:CharacterString>
629
+ </evaluationMethodDescription>
630
+ <result gco:nilReason="missing"/>
631
+ </DQ_ConceptualConsistency>
632
+ </report>
633
+ <report>
634
+ <DQ_CompletenessOmission>
635
+ <evaluationMethodDescription>
636
+ <gco:CharacterString>Election Commission 2011 data release for attribute</gco:CharacterString>
637
+ </evaluationMethodDescription>
638
+ <result gco:nilReason="missing"/>
639
+ </DQ_CompletenessOmission>
640
+ </report>
641
+ <report>
642
+ <DQ_AbsoluteExternalPositionalAccuracy>
643
+ <evaluationMethodDescription>
644
+ <gco:CharacterString>30-50 metres</gco:CharacterString>
645
+ </evaluationMethodDescription>
646
+ <result gco:nilReason="missing"/>
647
+ </DQ_AbsoluteExternalPositionalAccuracy>
648
+ </report>
649
+ <lineage>
650
+ <LI_Lineage>
651
+ <processStep>
652
+ <LI_ProcessStep>
653
+ <description>
654
+ <gco:CharacterString>Election operations across Kerala</gco:CharacterString>
655
+ </description>
656
+ <dateTime>
657
+ <gco:DateTime>2011-01-01T00:00:00</gco:DateTime>
658
+ </dateTime>
659
+ </LI_ProcessStep>
660
+ </processStep>
661
+ <processStep>
662
+ <LI_ProcessStep>
663
+ <description>
664
+ <gco:CharacterString>Metadata imported.</gco:CharacterString>
665
+ </description>
666
+ <dateTime>
667
+ <gco:DateTime>2013-06-12T00:00:00</gco:DateTime>
668
+ </dateTime>
669
+ <processor>
670
+ <CI_ResponsibleParty>
671
+ <organisationName>
672
+ <gco:CharacterString>Stanford Geospatial Center</gco:CharacterString>
673
+ </organisationName>
674
+ <positionName>
675
+ <gco:CharacterString>Metadata Analyst</gco:CharacterString>
676
+ </positionName>
677
+ <contactInfo>
678
+ <CI_Contact>
679
+ <phone>
680
+ <CI_Telephone>
681
+ <voice>
682
+ <gco:CharacterString>650-723-2746</gco:CharacterString>
683
+ </voice>
684
+ </CI_Telephone>
685
+ </phone>
686
+ <address>
687
+ <CI_Address>
688
+ <deliveryPoint>
689
+ <gco:CharacterString>Branner Earth Sciences Library</gco:CharacterString>
690
+ </deliveryPoint>
691
+ <deliveryPoint>
692
+ <gco:CharacterString>Mitchell Building, 2nd Floor</gco:CharacterString>
693
+ </deliveryPoint>
694
+ <deliveryPoint>
695
+ <gco:CharacterString>397 Panama Mall</gco:CharacterString>
696
+ </deliveryPoint>
697
+ <city>
698
+ <gco:CharacterString>Stanford</gco:CharacterString>
699
+ </city>
700
+ <administrativeArea>
701
+ <gco:CharacterString>California</gco:CharacterString>
702
+ </administrativeArea>
703
+ <postalCode>
704
+ <gco:CharacterString>94305</gco:CharacterString>
705
+ </postalCode>
706
+ <country>
707
+ <gco:CharacterString>US</gco:CharacterString>
708
+ </country>
709
+ <electronicMailAddress>
710
+ <gco:CharacterString>brannerlibrary@stanford.edu</gco:CharacterString>
711
+ </electronicMailAddress>
712
+ </CI_Address>
713
+ </address>
714
+ </CI_Contact>
715
+ </contactInfo>
716
+ <role>
717
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="processor" codeSpace="ISOTC211/19115">processor</CI_RoleCode>
718
+ </role>
719
+ </CI_ResponsibleParty>
720
+ </processor>
721
+ <source>
722
+ <LI_Source>
723
+ <description>
724
+ <gco:CharacterString>FGDC metadata file.</gco:CharacterString>
725
+ </description>
726
+ <sourceCitation>
727
+ <CI_Citation>
728
+ <title>
729
+ <gco:CharacterString>KERALA.xml</gco:CharacterString>
730
+ </title>
731
+ <date>
732
+ <CI_Date>
733
+ <date>
734
+ <gco:Date>2013-03-13</gco:Date>
735
+ </date>
736
+ <dateType>
737
+ <CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication" codeSpace="ISOTC211/19115">publication</CI_DateTypeCode>
738
+ </dateType>
739
+ </CI_Date>
740
+ </date>
741
+ <identifier>
742
+ <MD_Identifier>
743
+ <code>
744
+ <gco:CharacterString>KERALA.xml</gco:CharacterString>
745
+ </code>
746
+ </MD_Identifier>
747
+ </identifier>
748
+ </CI_Citation>
749
+ </sourceCitation>
750
+ </LI_Source>
751
+ </source>
752
+ </LI_ProcessStep>
753
+ </processStep>
754
+ <source>
755
+ <LI_Source>
756
+ <description>
757
+ <gco:CharacterString>Assembly data of Kerala 2011</gco:CharacterString>
758
+ </description>
759
+ <sourceCitation>
760
+ <CI_Citation>
761
+ <title>
762
+ <gco:CharacterString>Assembly data of Kerala 2011</gco:CharacterString>
763
+ </title>
764
+ <date>
765
+ <CI_Date>
766
+ <date>
767
+ <gco:Date>2011-01-01</gco:Date>
768
+ </date>
769
+ <dateType>
770
+ <CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication" codeSpace="ISOTC211/19115">publication</CI_DateTypeCode>
771
+ </dateType>
772
+ </CI_Date>
773
+ </date>
774
+ <citedResponsibleParty>
775
+ <CI_ResponsibleParty>
776
+ <organisationName>
777
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
778
+ </organisationName>
779
+ <role>
780
+ <CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="ISOTC211/19115">originator</CI_RoleCode>
781
+ </role>
782
+ </CI_ResponsibleParty>
783
+ </citedResponsibleParty>
784
+ <presentationForm>
785
+ <CI_PresentationFormCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_PresentationFormCode" codeListValue="mapDigital" codeSpace="ISOTC211/19115">mapDigital</CI_PresentationFormCode>
786
+ </presentationForm>
787
+ </CI_Citation>
788
+ </sourceCitation>
789
+ </LI_Source>
790
+ </source>
791
+ </LI_Lineage>
792
+ </lineage>
793
+ </DQ_DataQuality>
794
+ </dataQualityInfo>
795
+ </MD_Metadata>
796
+ </rdf:Description>
797
+ <rdf:Description rdf:about="http://purl-test.stanford.edu/hw892mn4587">
798
+ <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="1f3b3a84-ae8a-4e40-a864-ce238c1758de">
799
+ <gmx:name>
800
+ <gco:CharacterString>Feature Catalog for Post Delimitation Assembly Map of Kerala, India, 2011</gco:CharacterString>
801
+ </gmx:name>
802
+ <gmx:scope>
803
+ <gco:CharacterString>Elections; Political Parties; Voting; Politics and government</gco:CharacterString>
804
+ </gmx:scope>
805
+ <gmx:versionNumber gco:nilReason="unknown"/>
806
+ <gmx:versionDate>
807
+ <gco:Date>2013</gco:Date>
808
+ </gmx:versionDate>
809
+ <gmx:language>
810
+ <gco:CharacterString>eng; US</gco:CharacterString>
811
+ </gmx:language>
812
+ <gmx:characterSet>
813
+ <gmd:MD_CharacterSetCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_CharacterSetCode" codeListValue="utf8" codeSpace="ISOTC211/19115"/>
814
+ </gmx:characterSet>
815
+ <gfc:producer>
816
+ <gmd:CI_ResponsibleParty>
817
+ <gmd:organisationName>
818
+ <gco:CharacterString>ML Infomap (Firm)</gco:CharacterString>
819
+ </gmd:organisationName>
820
+ <gmd:role>
821
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator" codeSpace="006"/>
822
+ </gmd:role>
823
+ </gmd:CI_ResponsibleParty>
824
+ </gfc:producer>
825
+ <gfc:featureType>
826
+ <gfc:FC_FeatureType>
827
+ <gfc:typeName>
828
+ <gco:LocalName>KERALA</gco:LocalName>
829
+ </gfc:typeName>
830
+ <gfc:definition>
831
+ <gco:CharacterString>Political Unit</gco:CharacterString>
832
+ </gfc:definition>
833
+ <gfc:isAbstract>
834
+ <gco:Boolean>false</gco:Boolean>
835
+ </gfc:isAbstract>
836
+ <gfc:featureCatalogue uuidref="1f3b3a84-ae8a-4e40-a864-ce238c1758de"/>
837
+ <gfc:carrierOfCharacteristics>
838
+ <gfc:FC_FeatureAttribute>
839
+ <gfc:memberName>
840
+ <gco:LocalName>FID</gco:LocalName>
841
+ </gfc:memberName>
842
+ <gfc:definition>
843
+ <gco:CharacterString>Internal feature number.</gco:CharacterString>
844
+ </gfc:definition>
845
+ <gfc:cardinality gco:nilReason="unknown"/>
846
+ <gfc:definitionReference>
847
+ <gfc:FC_DefinitionReference>
848
+ <gfc:definitionSource>
849
+ <gfc:FC_DefinitionSource>
850
+ <gfc:source>
851
+ <gmd:CI_Citation>
852
+ <gmd:title>
853
+ <gco:CharacterString>Esri</gco:CharacterString>
854
+ </gmd:title>
855
+ <gmd:date gco:nilReason="unknown"/>
856
+ <gmd:citedResponsibleParty>
857
+ <gmd:CI_ResponsibleParty>
858
+ <gmd:organisationName>
859
+ <gco:CharacterString>Esri</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="resourceProvider" codeSpace="001"/>
863
+ </gmd:role>
864
+ </gmd:CI_ResponsibleParty>
865
+ </gmd:citedResponsibleParty>
866
+ </gmd:CI_Citation>
867
+ </gfc:source>
868
+ </gfc:FC_DefinitionSource>
869
+ </gfc:definitionSource>
870
+ </gfc:FC_DefinitionReference>
871
+ </gfc:definitionReference>
872
+ <gfc:valueType>
873
+ <gco:TypeName>
874
+ <gco:aName>
875
+ <gco:CharacterString>OID</gco:CharacterString>
876
+ </gco:aName>
877
+ </gco:TypeName>
878
+ </gfc:valueType>
879
+ </gfc:FC_FeatureAttribute>
880
+ </gfc:carrierOfCharacteristics>
881
+ <gfc:carrierOfCharacteristics>
882
+ <gfc:FC_FeatureAttribute>
883
+ <gfc:memberName>
884
+ <gco:LocalName>Shape</gco:LocalName>
885
+ </gfc:memberName>
886
+ <gfc:definition>
887
+ <gco:CharacterString>Feature geometry.</gco:CharacterString>
888
+ </gfc:definition>
889
+ <gfc:cardinality gco:nilReason="unknown"/>
890
+ <gfc:definitionReference>
891
+ <gfc:FC_DefinitionReference>
892
+ <gfc:definitionSource>
893
+ <gfc:FC_DefinitionSource>
894
+ <gfc:source>
895
+ <gmd:CI_Citation>
896
+ <gmd:title>
897
+ <gco:CharacterString>Esri</gco:CharacterString>
898
+ </gmd:title>
899
+ <gmd:date gco:nilReason="unknown"/>
900
+ <gmd:citedResponsibleParty>
901
+ <gmd:CI_ResponsibleParty>
902
+ <gmd:organisationName>
903
+ <gco:CharacterString>Esri</gco:CharacterString>
904
+ </gmd:organisationName>
905
+ <gmd:role>
906
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
907
+ </gmd:role>
908
+ </gmd:CI_ResponsibleParty>
909
+ </gmd:citedResponsibleParty>
910
+ </gmd:CI_Citation>
911
+ </gfc:source>
912
+ </gfc:FC_DefinitionSource>
913
+ </gfc:definitionSource>
914
+ </gfc:FC_DefinitionReference>
915
+ </gfc:definitionReference>
916
+ <gfc:valueType>
917
+ <gco:TypeName>
918
+ <gco:aName>
919
+ <gco:CharacterString>Geometry</gco:CharacterString>
920
+ </gco:aName>
921
+ </gco:TypeName>
922
+ </gfc:valueType>
923
+ </gfc:FC_FeatureAttribute>
924
+ </gfc:carrierOfCharacteristics>
925
+ <gfc:carrierOfCharacteristics>
926
+ <gfc:FC_FeatureAttribute>
927
+ <gfc:memberName>
928
+ <gco:LocalName>AREA</gco:LocalName>
929
+ </gfc:memberName>
930
+ <gfc:cardinality gco:nilReason="unknown"/>
931
+ <gfc:valueType>
932
+ <gco:TypeName>
933
+ <gco:aName>
934
+ <gco:CharacterString>Double</gco:CharacterString>
935
+ </gco:aName>
936
+ </gco:TypeName>
937
+ </gfc:valueType>
938
+ </gfc:FC_FeatureAttribute>
939
+ </gfc:carrierOfCharacteristics>
940
+ <gfc:carrierOfCharacteristics>
941
+ <gfc:FC_FeatureAttribute>
942
+ <gfc:memberName>
943
+ <gco:LocalName>PERIMETER</gco:LocalName>
944
+ </gfc:memberName>
945
+ <gfc:cardinality gco:nilReason="unknown"/>
946
+ <gfc:valueType>
947
+ <gco:TypeName>
948
+ <gco:aName>
949
+ <gco:CharacterString>Double</gco:CharacterString>
950
+ </gco:aName>
951
+ </gco:TypeName>
952
+ </gfc:valueType>
953
+ </gfc:FC_FeatureAttribute>
954
+ </gfc:carrierOfCharacteristics>
955
+ <gfc:carrierOfCharacteristics>
956
+ <gfc:FC_FeatureAttribute>
957
+ <gfc:memberName>
958
+ <gco:LocalName>KERALA_</gco:LocalName>
959
+ </gfc:memberName>
960
+ <gfc:cardinality gco:nilReason="unknown"/>
961
+ <gfc:valueType>
962
+ <gco:TypeName>
963
+ <gco:aName>
964
+ <gco:CharacterString>Double</gco:CharacterString>
965
+ </gco:aName>
966
+ </gco:TypeName>
967
+ </gfc:valueType>
968
+ </gfc:FC_FeatureAttribute>
969
+ </gfc:carrierOfCharacteristics>
970
+ <gfc:carrierOfCharacteristics>
971
+ <gfc:FC_FeatureAttribute>
972
+ <gfc:memberName>
973
+ <gco:LocalName>KERALA_ID</gco:LocalName>
974
+ </gfc:memberName>
975
+ <gfc:definition>
976
+ <gco:CharacterString>State Identification Number</gco:CharacterString>
977
+ </gfc:definition>
978
+ <gfc:cardinality gco:nilReason="unknown"/>
979
+ <gfc:definitionReference>
980
+ <gfc:FC_DefinitionReference>
981
+ <gfc:definitionSource>
982
+ <gfc:FC_DefinitionSource>
983
+ <gfc:source>
984
+ <gmd:CI_Citation>
985
+ <gmd:title>
986
+ <gco:CharacterString>ML Infomap</gco:CharacterString>
987
+ </gmd:title>
988
+ <gmd:date gco:nilReason="unknown"/>
989
+ <gmd:citedResponsibleParty>
990
+ <gmd:CI_ResponsibleParty>
991
+ <gmd:organisationName>
992
+ <gco:CharacterString>ML Infomap</gco:CharacterString>
993
+ </gmd:organisationName>
994
+ <gmd:role>
995
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
996
+ </gmd:role>
997
+ </gmd:CI_ResponsibleParty>
998
+ </gmd:citedResponsibleParty>
999
+ </gmd:CI_Citation>
1000
+ </gfc:source>
1001
+ </gfc:FC_DefinitionSource>
1002
+ </gfc:definitionSource>
1003
+ </gfc:FC_DefinitionReference>
1004
+ </gfc:definitionReference>
1005
+ <gfc:valueType>
1006
+ <gco:TypeName>
1007
+ <gco:aName>
1008
+ <gco:CharacterString>Double</gco:CharacterString>
1009
+ </gco:aName>
1010
+ </gco:TypeName>
1011
+ </gfc:valueType>
1012
+ </gfc:FC_FeatureAttribute>
1013
+ </gfc:carrierOfCharacteristics>
1014
+ <gfc:carrierOfCharacteristics>
1015
+ <gfc:FC_FeatureAttribute>
1016
+ <gfc:memberName>
1017
+ <gco:LocalName>ITEM003</gco:LocalName>
1018
+ </gfc:memberName>
1019
+ <gfc:cardinality gco:nilReason="unknown"/>
1020
+ <gfc:valueType>
1021
+ <gco:TypeName>
1022
+ <gco:aName>
1023
+ <gco:CharacterString>Double</gco:CharacterString>
1024
+ </gco:aName>
1025
+ </gco:TypeName>
1026
+ </gfc:valueType>
1027
+ </gfc:FC_FeatureAttribute>
1028
+ </gfc:carrierOfCharacteristics>
1029
+ <gfc:carrierOfCharacteristics>
1030
+ <gfc:FC_FeatureAttribute>
1031
+ <gfc:memberName>
1032
+ <gco:LocalName>ITEM002</gco:LocalName>
1033
+ </gfc:memberName>
1034
+ <gfc:cardinality gco:nilReason="unknown"/>
1035
+ <gfc:valueType>
1036
+ <gco:TypeName>
1037
+ <gco:aName>
1038
+ <gco:CharacterString>Double</gco:CharacterString>
1039
+ </gco:aName>
1040
+ </gco:TypeName>
1041
+ </gfc:valueType>
1042
+ </gfc:FC_FeatureAttribute>
1043
+ </gfc:carrierOfCharacteristics>
1044
+ <gfc:carrierOfCharacteristics>
1045
+ <gfc:FC_FeatureAttribute>
1046
+ <gfc:memberName>
1047
+ <gco:LocalName>ITEM001</gco:LocalName>
1048
+ </gfc:memberName>
1049
+ <gfc:cardinality gco:nilReason="unknown"/>
1050
+ <gfc:valueType>
1051
+ <gco:TypeName>
1052
+ <gco:aName>
1053
+ <gco:CharacterString>Double</gco:CharacterString>
1054
+ </gco:aName>
1055
+ </gco:TypeName>
1056
+ </gfc:valueType>
1057
+ </gfc:FC_FeatureAttribute>
1058
+ </gfc:carrierOfCharacteristics>
1059
+ <gfc:carrierOfCharacteristics>
1060
+ <gfc:FC_FeatureAttribute>
1061
+ <gfc:memberName>
1062
+ <gco:LocalName>T_V_P_11</gco:LocalName>
1063
+ </gfc:memberName>
1064
+ <gfc:definition>
1065
+ <gco:CharacterString>Total votes polled during the election year</gco:CharacterString>
1066
+ </gfc:definition>
1067
+ <gfc:cardinality gco:nilReason="unknown"/>
1068
+ <gfc:definitionReference>
1069
+ <gfc:FC_DefinitionReference>
1070
+ <gfc:definitionSource>
1071
+ <gfc:FC_DefinitionSource>
1072
+ <gfc:source>
1073
+ <gmd:CI_Citation>
1074
+ <gmd:title>
1075
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1076
+ </gmd:title>
1077
+ <gmd:date gco:nilReason="unknown"/>
1078
+ <gmd:citedResponsibleParty>
1079
+ <gmd:CI_ResponsibleParty>
1080
+ <gmd:organisationName>
1081
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1082
+ </gmd:organisationName>
1083
+ <gmd:role>
1084
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1085
+ </gmd:role>
1086
+ </gmd:CI_ResponsibleParty>
1087
+ </gmd:citedResponsibleParty>
1088
+ </gmd:CI_Citation>
1089
+ </gfc:source>
1090
+ </gfc:FC_DefinitionSource>
1091
+ </gfc:definitionSource>
1092
+ </gfc:FC_DefinitionReference>
1093
+ </gfc:definitionReference>
1094
+ <gfc:valueType>
1095
+ <gco:TypeName>
1096
+ <gco:aName>
1097
+ <gco:CharacterString>Double</gco:CharacterString>
1098
+ </gco:aName>
1099
+ </gco:TypeName>
1100
+ </gfc:valueType>
1101
+ </gfc:FC_FeatureAttribute>
1102
+ </gfc:carrierOfCharacteristics>
1103
+ <gfc:carrierOfCharacteristics>
1104
+ <gfc:FC_FeatureAttribute>
1105
+ <gfc:memberName>
1106
+ <gco:LocalName>M_VOT_11</gco:LocalName>
1107
+ </gfc:memberName>
1108
+ <gfc:definition>
1109
+ <gco:CharacterString>Male voter during the election year</gco:CharacterString>
1110
+ </gfc:definition>
1111
+ <gfc:cardinality gco:nilReason="unknown"/>
1112
+ <gfc:definitionReference>
1113
+ <gfc:FC_DefinitionReference>
1114
+ <gfc:definitionSource>
1115
+ <gfc:FC_DefinitionSource>
1116
+ <gfc:source>
1117
+ <gmd:CI_Citation>
1118
+ <gmd:title>
1119
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1120
+ </gmd:title>
1121
+ <gmd:date gco:nilReason="unknown"/>
1122
+ <gmd:citedResponsibleParty>
1123
+ <gmd:CI_ResponsibleParty>
1124
+ <gmd:organisationName>
1125
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1126
+ </gmd:organisationName>
1127
+ <gmd:role>
1128
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1129
+ </gmd:role>
1130
+ </gmd:CI_ResponsibleParty>
1131
+ </gmd:citedResponsibleParty>
1132
+ </gmd:CI_Citation>
1133
+ </gfc:source>
1134
+ </gfc:FC_DefinitionSource>
1135
+ </gfc:definitionSource>
1136
+ </gfc:FC_DefinitionReference>
1137
+ </gfc:definitionReference>
1138
+ <gfc:valueType>
1139
+ <gco:TypeName>
1140
+ <gco:aName>
1141
+ <gco:CharacterString>Double</gco:CharacterString>
1142
+ </gco:aName>
1143
+ </gco:TypeName>
1144
+ </gfc:valueType>
1145
+ </gfc:FC_FeatureAttribute>
1146
+ </gfc:carrierOfCharacteristics>
1147
+ <gfc:carrierOfCharacteristics>
1148
+ <gfc:FC_FeatureAttribute>
1149
+ <gfc:memberName>
1150
+ <gco:LocalName>CATEGORY</gco:LocalName>
1151
+ </gfc:memberName>
1152
+ <gfc:definition>
1153
+ <gco:CharacterString>Seat Reservation</gco:CharacterString>
1154
+ </gfc:definition>
1155
+ <gfc:cardinality gco:nilReason="unknown"/>
1156
+ <gfc:definitionReference>
1157
+ <gfc:FC_DefinitionReference>
1158
+ <gfc:definitionSource>
1159
+ <gfc:FC_DefinitionSource>
1160
+ <gfc:source>
1161
+ <gmd:CI_Citation>
1162
+ <gmd:title>
1163
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1164
+ </gmd:title>
1165
+ <gmd:date gco:nilReason="unknown"/>
1166
+ <gmd:citedResponsibleParty>
1167
+ <gmd:CI_ResponsibleParty>
1168
+ <gmd:organisationName>
1169
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1170
+ </gmd:organisationName>
1171
+ <gmd:role>
1172
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1173
+ </gmd:role>
1174
+ </gmd:CI_ResponsibleParty>
1175
+ </gmd:citedResponsibleParty>
1176
+ </gmd:CI_Citation>
1177
+ </gfc:source>
1178
+ </gfc:FC_DefinitionSource>
1179
+ </gfc:definitionSource>
1180
+ </gfc:FC_DefinitionReference>
1181
+ </gfc:definitionReference>
1182
+ <gfc:valueType>
1183
+ <gco:TypeName>
1184
+ <gco:aName>
1185
+ <gco:CharacterString>String</gco:CharacterString>
1186
+ </gco:aName>
1187
+ </gco:TypeName>
1188
+ </gfc:valueType>
1189
+ <gfc:listedValue>
1190
+ <gfc:FC_ListedValue>
1191
+ <gfc:label>
1192
+ <gco:CharacterString>SC/ST or General</gco:CharacterString>
1193
+ </gfc:label>
1194
+ <gfc:definition>
1195
+ <gco:CharacterString>Seat Reservation: whether belong to Scheduled Caste, Scheduled Tribe or General category</gco:CharacterString>
1196
+ </gfc:definition>
1197
+ <gfc:definitionReference>
1198
+ <gfc:FC_DefinitionReference>
1199
+ <gfc:definitionSource>
1200
+ <gfc:FC_DefinitionSource>
1201
+ <gfc:source>
1202
+ <gmd:CI_Citation>
1203
+ <gmd:title>
1204
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1205
+ </gmd:title>
1206
+ <gmd:date gco:nilReason="unknown"/>
1207
+ <gmd:citedResponsibleParty>
1208
+ <gmd:CI_ResponsibleParty>
1209
+ <gmd:organisationName>
1210
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1211
+ </gmd:organisationName>
1212
+ <gmd:role>
1213
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1214
+ </gmd:role>
1215
+ </gmd:CI_ResponsibleParty>
1216
+ </gmd:citedResponsibleParty>
1217
+ </gmd:CI_Citation>
1218
+ </gfc:source>
1219
+ </gfc:FC_DefinitionSource>
1220
+ </gfc:definitionSource>
1221
+ </gfc:FC_DefinitionReference>
1222
+ </gfc:definitionReference>
1223
+ </gfc:FC_ListedValue>
1224
+ </gfc:listedValue>
1225
+ </gfc:FC_FeatureAttribute>
1226
+ </gfc:carrierOfCharacteristics>
1227
+ <gfc:carrierOfCharacteristics>
1228
+ <gfc:FC_FeatureAttribute>
1229
+ <gfc:memberName>
1230
+ <gco:LocalName>STATE_UT</gco:LocalName>
1231
+ </gfc:memberName>
1232
+ <gfc:definition>
1233
+ <gco:CharacterString>Name of the State/Union Territory</gco:CharacterString>
1234
+ </gfc:definition>
1235
+ <gfc:cardinality gco:nilReason="unknown"/>
1236
+ <gfc:definitionReference>
1237
+ <gfc:FC_DefinitionReference>
1238
+ <gfc:definitionSource>
1239
+ <gfc:FC_DefinitionSource>
1240
+ <gfc:source>
1241
+ <gmd:CI_Citation>
1242
+ <gmd:title>
1243
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1244
+ </gmd:title>
1245
+ <gmd:date gco:nilReason="unknown"/>
1246
+ <gmd:citedResponsibleParty>
1247
+ <gmd:CI_ResponsibleParty>
1248
+ <gmd:organisationName>
1249
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1250
+ </gmd:organisationName>
1251
+ <gmd:role>
1252
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1253
+ </gmd:role>
1254
+ </gmd:CI_ResponsibleParty>
1255
+ </gmd:citedResponsibleParty>
1256
+ </gmd:CI_Citation>
1257
+ </gfc:source>
1258
+ </gfc:FC_DefinitionSource>
1259
+ </gfc:definitionSource>
1260
+ </gfc:FC_DefinitionReference>
1261
+ </gfc:definitionReference>
1262
+ <gfc:valueType>
1263
+ <gco:TypeName>
1264
+ <gco:aName>
1265
+ <gco:CharacterString>String</gco:CharacterString>
1266
+ </gco:aName>
1267
+ </gco:TypeName>
1268
+ </gfc:valueType>
1269
+ <gfc:listedValue>
1270
+ <gfc:FC_ListedValue>
1271
+ <gfc:label>
1272
+ <gco:CharacterString>State/Union Territory</gco:CharacterString>
1273
+ </gfc:label>
1274
+ <gfc:definition>
1275
+ <gco:CharacterString>Name of the State/Union Territory</gco:CharacterString>
1276
+ </gfc:definition>
1277
+ <gfc:definitionReference>
1278
+ <gfc:FC_DefinitionReference>
1279
+ <gfc:definitionSource>
1280
+ <gfc:FC_DefinitionSource>
1281
+ <gfc:source>
1282
+ <gmd:CI_Citation>
1283
+ <gmd:title>
1284
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1285
+ </gmd:title>
1286
+ <gmd:date gco:nilReason="unknown"/>
1287
+ <gmd:citedResponsibleParty>
1288
+ <gmd:CI_ResponsibleParty>
1289
+ <gmd:organisationName>
1290
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1291
+ </gmd:organisationName>
1292
+ <gmd:role>
1293
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1294
+ </gmd:role>
1295
+ </gmd:CI_ResponsibleParty>
1296
+ </gmd:citedResponsibleParty>
1297
+ </gmd:CI_Citation>
1298
+ </gfc:source>
1299
+ </gfc:FC_DefinitionSource>
1300
+ </gfc:definitionSource>
1301
+ </gfc:FC_DefinitionReference>
1302
+ </gfc:definitionReference>
1303
+ </gfc:FC_ListedValue>
1304
+ </gfc:listedValue>
1305
+ </gfc:FC_FeatureAttribute>
1306
+ </gfc:carrierOfCharacteristics>
1307
+ <gfc:carrierOfCharacteristics>
1308
+ <gfc:FC_FeatureAttribute>
1309
+ <gfc:memberName>
1310
+ <gco:LocalName>T_PT_VT_11</gco:LocalName>
1311
+ </gfc:memberName>
1312
+ <gfc:definition>
1313
+ <gco:CharacterString>Third party votes polled during the election year</gco:CharacterString>
1314
+ </gfc:definition>
1315
+ <gfc:cardinality gco:nilReason="unknown"/>
1316
+ <gfc:definitionReference>
1317
+ <gfc:FC_DefinitionReference>
1318
+ <gfc:definitionSource>
1319
+ <gfc:FC_DefinitionSource>
1320
+ <gfc:source>
1321
+ <gmd:CI_Citation>
1322
+ <gmd:title>
1323
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1324
+ </gmd:title>
1325
+ <gmd:date gco:nilReason="unknown"/>
1326
+ <gmd:citedResponsibleParty>
1327
+ <gmd:CI_ResponsibleParty>
1328
+ <gmd:organisationName>
1329
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1330
+ </gmd:organisationName>
1331
+ <gmd:role>
1332
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1333
+ </gmd:role>
1334
+ </gmd:CI_ResponsibleParty>
1335
+ </gmd:citedResponsibleParty>
1336
+ </gmd:CI_Citation>
1337
+ </gfc:source>
1338
+ </gfc:FC_DefinitionSource>
1339
+ </gfc:definitionSource>
1340
+ </gfc:FC_DefinitionReference>
1341
+ </gfc:definitionReference>
1342
+ <gfc:valueType>
1343
+ <gco:TypeName>
1344
+ <gco:aName>
1345
+ <gco:CharacterString>Double</gco:CharacterString>
1346
+ </gco:aName>
1347
+ </gco:TypeName>
1348
+ </gfc:valueType>
1349
+ </gfc:FC_FeatureAttribute>
1350
+ </gfc:carrierOfCharacteristics>
1351
+ <gfc:carrierOfCharacteristics>
1352
+ <gfc:FC_FeatureAttribute>
1353
+ <gfc:memberName>
1354
+ <gco:LocalName>TRD_PRT_11</gco:LocalName>
1355
+ </gfc:memberName>
1356
+ <gfc:definition>
1357
+ <gco:CharacterString>Third party during the election year</gco:CharacterString>
1358
+ </gfc:definition>
1359
+ <gfc:cardinality gco:nilReason="unknown"/>
1360
+ <gfc:definitionReference>
1361
+ <gfc:FC_DefinitionReference>
1362
+ <gfc:definitionSource>
1363
+ <gfc:FC_DefinitionSource>
1364
+ <gfc:source>
1365
+ <gmd:CI_Citation>
1366
+ <gmd:title>
1367
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1368
+ </gmd:title>
1369
+ <gmd:date gco:nilReason="unknown"/>
1370
+ <gmd:citedResponsibleParty>
1371
+ <gmd:CI_ResponsibleParty>
1372
+ <gmd:organisationName>
1373
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1374
+ </gmd:organisationName>
1375
+ <gmd:role>
1376
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1377
+ </gmd:role>
1378
+ </gmd:CI_ResponsibleParty>
1379
+ </gmd:citedResponsibleParty>
1380
+ </gmd:CI_Citation>
1381
+ </gfc:source>
1382
+ </gfc:FC_DefinitionSource>
1383
+ </gfc:definitionSource>
1384
+ </gfc:FC_DefinitionReference>
1385
+ </gfc:definitionReference>
1386
+ <gfc:valueType>
1387
+ <gco:TypeName>
1388
+ <gco:aName>
1389
+ <gco:CharacterString>String</gco:CharacterString>
1390
+ </gco:aName>
1391
+ </gco:TypeName>
1392
+ </gfc:valueType>
1393
+ <gfc:listedValue>
1394
+ <gfc:FC_ListedValue>
1395
+ <gfc:label>
1396
+ <gco:CharacterString>Third party</gco:CharacterString>
1397
+ </gfc:label>
1398
+ <gfc:definition>
1399
+ <gco:CharacterString>Third party during the election year</gco:CharacterString>
1400
+ </gfc:definition>
1401
+ <gfc:definitionReference>
1402
+ <gfc:FC_DefinitionReference>
1403
+ <gfc:definitionSource>
1404
+ <gfc:FC_DefinitionSource>
1405
+ <gfc:source>
1406
+ <gmd:CI_Citation>
1407
+ <gmd:title>
1408
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1409
+ </gmd:title>
1410
+ <gmd:date gco:nilReason="unknown"/>
1411
+ <gmd:citedResponsibleParty>
1412
+ <gmd:CI_ResponsibleParty>
1413
+ <gmd:organisationName>
1414
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1415
+ </gmd:organisationName>
1416
+ <gmd:role>
1417
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1418
+ </gmd:role>
1419
+ </gmd:CI_ResponsibleParty>
1420
+ </gmd:citedResponsibleParty>
1421
+ </gmd:CI_Citation>
1422
+ </gfc:source>
1423
+ </gfc:FC_DefinitionSource>
1424
+ </gfc:definitionSource>
1425
+ </gfc:FC_DefinitionReference>
1426
+ </gfc:definitionReference>
1427
+ </gfc:FC_ListedValue>
1428
+ </gfc:listedValue>
1429
+ </gfc:FC_FeatureAttribute>
1430
+ </gfc:carrierOfCharacteristics>
1431
+ <gfc:carrierOfCharacteristics>
1432
+ <gfc:FC_FeatureAttribute>
1433
+ <gfc:memberName>
1434
+ <gco:LocalName>TRD_CND_11</gco:LocalName>
1435
+ </gfc:memberName>
1436
+ <gfc:definition>
1437
+ <gco:CharacterString>Third Candidate during the election year</gco:CharacterString>
1438
+ </gfc:definition>
1439
+ <gfc:cardinality gco:nilReason="unknown"/>
1440
+ <gfc:definitionReference>
1441
+ <gfc:FC_DefinitionReference>
1442
+ <gfc:definitionSource>
1443
+ <gfc:FC_DefinitionSource>
1444
+ <gfc:source>
1445
+ <gmd:CI_Citation>
1446
+ <gmd:title>
1447
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1448
+ </gmd:title>
1449
+ <gmd:date gco:nilReason="unknown"/>
1450
+ <gmd:citedResponsibleParty>
1451
+ <gmd:CI_ResponsibleParty>
1452
+ <gmd:organisationName>
1453
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1454
+ </gmd:organisationName>
1455
+ <gmd:role>
1456
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1457
+ </gmd:role>
1458
+ </gmd:CI_ResponsibleParty>
1459
+ </gmd:citedResponsibleParty>
1460
+ </gmd:CI_Citation>
1461
+ </gfc:source>
1462
+ </gfc:FC_DefinitionSource>
1463
+ </gfc:definitionSource>
1464
+ </gfc:FC_DefinitionReference>
1465
+ </gfc:definitionReference>
1466
+ <gfc:valueType>
1467
+ <gco:TypeName>
1468
+ <gco:aName>
1469
+ <gco:CharacterString>String</gco:CharacterString>
1470
+ </gco:aName>
1471
+ </gco:TypeName>
1472
+ </gfc:valueType>
1473
+ <gfc:listedValue>
1474
+ <gfc:FC_ListedValue>
1475
+ <gfc:label>
1476
+ <gco:CharacterString>Third Candidate</gco:CharacterString>
1477
+ </gfc:label>
1478
+ <gfc:definition>
1479
+ <gco:CharacterString>Third Candidate during the election year</gco:CharacterString>
1480
+ </gfc:definition>
1481
+ <gfc:definitionReference>
1482
+ <gfc:FC_DefinitionReference>
1483
+ <gfc:definitionSource>
1484
+ <gfc:FC_DefinitionSource>
1485
+ <gfc:source>
1486
+ <gmd:CI_Citation>
1487
+ <gmd:title>
1488
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1489
+ </gmd:title>
1490
+ <gmd:date gco:nilReason="unknown"/>
1491
+ <gmd:citedResponsibleParty>
1492
+ <gmd:CI_ResponsibleParty>
1493
+ <gmd:organisationName>
1494
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1495
+ </gmd:organisationName>
1496
+ <gmd:role>
1497
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1498
+ </gmd:role>
1499
+ </gmd:CI_ResponsibleParty>
1500
+ </gmd:citedResponsibleParty>
1501
+ </gmd:CI_Citation>
1502
+ </gfc:source>
1503
+ </gfc:FC_DefinitionSource>
1504
+ </gfc:definitionSource>
1505
+ </gfc:FC_DefinitionReference>
1506
+ </gfc:definitionReference>
1507
+ </gfc:FC_ListedValue>
1508
+ </gfc:listedValue>
1509
+ </gfc:FC_FeatureAttribute>
1510
+ </gfc:carrierOfCharacteristics>
1511
+ <gfc:carrierOfCharacteristics>
1512
+ <gfc:FC_FeatureAttribute>
1513
+ <gfc:memberName>
1514
+ <gco:LocalName>S_PT_VT_11</gco:LocalName>
1515
+ </gfc:memberName>
1516
+ <gfc:definition>
1517
+ <gco:CharacterString>Second party votes polled during the election year</gco:CharacterString>
1518
+ </gfc:definition>
1519
+ <gfc:cardinality gco:nilReason="unknown"/>
1520
+ <gfc:definitionReference>
1521
+ <gfc:FC_DefinitionReference>
1522
+ <gfc:definitionSource>
1523
+ <gfc:FC_DefinitionSource>
1524
+ <gfc:source>
1525
+ <gmd:CI_Citation>
1526
+ <gmd:title>
1527
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1528
+ </gmd:title>
1529
+ <gmd:date gco:nilReason="unknown"/>
1530
+ <gmd:citedResponsibleParty>
1531
+ <gmd:CI_ResponsibleParty>
1532
+ <gmd:organisationName>
1533
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1534
+ </gmd:organisationName>
1535
+ <gmd:role>
1536
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1537
+ </gmd:role>
1538
+ </gmd:CI_ResponsibleParty>
1539
+ </gmd:citedResponsibleParty>
1540
+ </gmd:CI_Citation>
1541
+ </gfc:source>
1542
+ </gfc:FC_DefinitionSource>
1543
+ </gfc:definitionSource>
1544
+ </gfc:FC_DefinitionReference>
1545
+ </gfc:definitionReference>
1546
+ <gfc:valueType>
1547
+ <gco:TypeName>
1548
+ <gco:aName>
1549
+ <gco:CharacterString>Double</gco:CharacterString>
1550
+ </gco:aName>
1551
+ </gco:TypeName>
1552
+ </gfc:valueType>
1553
+ </gfc:FC_FeatureAttribute>
1554
+ </gfc:carrierOfCharacteristics>
1555
+ <gfc:carrierOfCharacteristics>
1556
+ <gfc:FC_FeatureAttribute>
1557
+ <gfc:memberName>
1558
+ <gco:LocalName>P_MRG_1_3</gco:LocalName>
1559
+ </gfc:memberName>
1560
+ <gfc:definition>
1561
+ <gco:CharacterString>Percentage Margin between winning party 1 and 3</gco:CharacterString>
1562
+ </gfc:definition>
1563
+ <gfc:cardinality gco:nilReason="unknown"/>
1564
+ <gfc:definitionReference>
1565
+ <gfc:FC_DefinitionReference>
1566
+ <gfc:definitionSource>
1567
+ <gfc:FC_DefinitionSource>
1568
+ <gfc:source>
1569
+ <gmd:CI_Citation>
1570
+ <gmd:title>
1571
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1572
+ </gmd:title>
1573
+ <gmd:date gco:nilReason="unknown"/>
1574
+ <gmd:citedResponsibleParty>
1575
+ <gmd:CI_ResponsibleParty>
1576
+ <gmd:organisationName>
1577
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1578
+ </gmd:organisationName>
1579
+ <gmd:role>
1580
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1581
+ </gmd:role>
1582
+ </gmd:CI_ResponsibleParty>
1583
+ </gmd:citedResponsibleParty>
1584
+ </gmd:CI_Citation>
1585
+ </gfc:source>
1586
+ </gfc:FC_DefinitionSource>
1587
+ </gfc:definitionSource>
1588
+ </gfc:FC_DefinitionReference>
1589
+ </gfc:definitionReference>
1590
+ <gfc:valueType>
1591
+ <gco:TypeName>
1592
+ <gco:aName>
1593
+ <gco:CharacterString>Double</gco:CharacterString>
1594
+ </gco:aName>
1595
+ </gco:TypeName>
1596
+ </gfc:valueType>
1597
+ </gfc:FC_FeatureAttribute>
1598
+ </gfc:carrierOfCharacteristics>
1599
+ <gfc:carrierOfCharacteristics>
1600
+ <gfc:FC_FeatureAttribute>
1601
+ <gfc:memberName>
1602
+ <gco:LocalName>MRG_1_3</gco:LocalName>
1603
+ </gfc:memberName>
1604
+ <gfc:definition>
1605
+ <gco:CharacterString>Margin between winning party 1 and 3</gco:CharacterString>
1606
+ </gfc:definition>
1607
+ <gfc:cardinality gco:nilReason="unknown"/>
1608
+ <gfc:definitionReference>
1609
+ <gfc:FC_DefinitionReference>
1610
+ <gfc:definitionSource>
1611
+ <gfc:FC_DefinitionSource>
1612
+ <gfc:source>
1613
+ <gmd:CI_Citation>
1614
+ <gmd:title>
1615
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1616
+ </gmd:title>
1617
+ <gmd:date gco:nilReason="unknown"/>
1618
+ <gmd:citedResponsibleParty>
1619
+ <gmd:CI_ResponsibleParty>
1620
+ <gmd:organisationName>
1621
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1622
+ </gmd:organisationName>
1623
+ <gmd:role>
1624
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1625
+ </gmd:role>
1626
+ </gmd:CI_ResponsibleParty>
1627
+ </gmd:citedResponsibleParty>
1628
+ </gmd:CI_Citation>
1629
+ </gfc:source>
1630
+ </gfc:FC_DefinitionSource>
1631
+ </gfc:definitionSource>
1632
+ </gfc:FC_DefinitionReference>
1633
+ </gfc:definitionReference>
1634
+ <gfc:valueType>
1635
+ <gco:TypeName>
1636
+ <gco:aName>
1637
+ <gco:CharacterString>Double</gco:CharacterString>
1638
+ </gco:aName>
1639
+ </gco:TypeName>
1640
+ </gfc:valueType>
1641
+ </gfc:FC_FeatureAttribute>
1642
+ </gfc:carrierOfCharacteristics>
1643
+ <gfc:carrierOfCharacteristics>
1644
+ <gfc:FC_FeatureAttribute>
1645
+ <gfc:memberName>
1646
+ <gco:LocalName>P_MRG_1_2</gco:LocalName>
1647
+ </gfc:memberName>
1648
+ <gfc:definition>
1649
+ <gco:CharacterString>Percentage Margin between winning party 1 and 2</gco:CharacterString>
1650
+ </gfc:definition>
1651
+ <gfc:cardinality gco:nilReason="unknown"/>
1652
+ <gfc:definitionReference>
1653
+ <gfc:FC_DefinitionReference>
1654
+ <gfc:definitionSource>
1655
+ <gfc:FC_DefinitionSource>
1656
+ <gfc:source>
1657
+ <gmd:CI_Citation>
1658
+ <gmd:title>
1659
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1660
+ </gmd:title>
1661
+ <gmd:date gco:nilReason="unknown"/>
1662
+ <gmd:citedResponsibleParty>
1663
+ <gmd:CI_ResponsibleParty>
1664
+ <gmd:organisationName>
1665
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1666
+ </gmd:organisationName>
1667
+ <gmd:role>
1668
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1669
+ </gmd:role>
1670
+ </gmd:CI_ResponsibleParty>
1671
+ </gmd:citedResponsibleParty>
1672
+ </gmd:CI_Citation>
1673
+ </gfc:source>
1674
+ </gfc:FC_DefinitionSource>
1675
+ </gfc:definitionSource>
1676
+ </gfc:FC_DefinitionReference>
1677
+ </gfc:definitionReference>
1678
+ <gfc:valueType>
1679
+ <gco:TypeName>
1680
+ <gco:aName>
1681
+ <gco:CharacterString>Double</gco:CharacterString>
1682
+ </gco:aName>
1683
+ </gco:TypeName>
1684
+ </gfc:valueType>
1685
+ </gfc:FC_FeatureAttribute>
1686
+ </gfc:carrierOfCharacteristics>
1687
+ <gfc:carrierOfCharacteristics>
1688
+ <gfc:FC_FeatureAttribute>
1689
+ <gfc:memberName>
1690
+ <gco:LocalName>MRG_1_2</gco:LocalName>
1691
+ </gfc:memberName>
1692
+ <gfc:definition>
1693
+ <gco:CharacterString>Margin between winning party 1 and 2</gco:CharacterString>
1694
+ </gfc:definition>
1695
+ <gfc:cardinality gco:nilReason="unknown"/>
1696
+ <gfc:definitionReference>
1697
+ <gfc:FC_DefinitionReference>
1698
+ <gfc:definitionSource>
1699
+ <gfc:FC_DefinitionSource>
1700
+ <gfc:source>
1701
+ <gmd:CI_Citation>
1702
+ <gmd:title>
1703
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1704
+ </gmd:title>
1705
+ <gmd:date gco:nilReason="unknown"/>
1706
+ <gmd:citedResponsibleParty>
1707
+ <gmd:CI_ResponsibleParty>
1708
+ <gmd:organisationName>
1709
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1710
+ </gmd:organisationName>
1711
+ <gmd:role>
1712
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1713
+ </gmd:role>
1714
+ </gmd:CI_ResponsibleParty>
1715
+ </gmd:citedResponsibleParty>
1716
+ </gmd:CI_Citation>
1717
+ </gfc:source>
1718
+ </gfc:FC_DefinitionSource>
1719
+ </gfc:definitionSource>
1720
+ </gfc:FC_DefinitionReference>
1721
+ </gfc:definitionReference>
1722
+ <gfc:valueType>
1723
+ <gco:TypeName>
1724
+ <gco:aName>
1725
+ <gco:CharacterString>Double</gco:CharacterString>
1726
+ </gco:aName>
1727
+ </gco:TypeName>
1728
+ </gfc:valueType>
1729
+ </gfc:FC_FeatureAttribute>
1730
+ </gfc:carrierOfCharacteristics>
1731
+ <gfc:carrierOfCharacteristics>
1732
+ <gfc:FC_FeatureAttribute>
1733
+ <gfc:memberName>
1734
+ <gco:LocalName>WIN_CND_11</gco:LocalName>
1735
+ </gfc:memberName>
1736
+ <gfc:definition>
1737
+ <gco:CharacterString>Winner Candidate during the election year</gco:CharacterString>
1738
+ </gfc:definition>
1739
+ <gfc:cardinality gco:nilReason="unknown"/>
1740
+ <gfc:definitionReference>
1741
+ <gfc:FC_DefinitionReference>
1742
+ <gfc:definitionSource>
1743
+ <gfc:FC_DefinitionSource>
1744
+ <gfc:source>
1745
+ <gmd:CI_Citation>
1746
+ <gmd:title>
1747
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1748
+ </gmd:title>
1749
+ <gmd:date gco:nilReason="unknown"/>
1750
+ <gmd:citedResponsibleParty>
1751
+ <gmd:CI_ResponsibleParty>
1752
+ <gmd:organisationName>
1753
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1754
+ </gmd:organisationName>
1755
+ <gmd:role>
1756
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1757
+ </gmd:role>
1758
+ </gmd:CI_ResponsibleParty>
1759
+ </gmd:citedResponsibleParty>
1760
+ </gmd:CI_Citation>
1761
+ </gfc:source>
1762
+ </gfc:FC_DefinitionSource>
1763
+ </gfc:definitionSource>
1764
+ </gfc:FC_DefinitionReference>
1765
+ </gfc:definitionReference>
1766
+ <gfc:valueType>
1767
+ <gco:TypeName>
1768
+ <gco:aName>
1769
+ <gco:CharacterString>String</gco:CharacterString>
1770
+ </gco:aName>
1771
+ </gco:TypeName>
1772
+ </gfc:valueType>
1773
+ <gfc:listedValue>
1774
+ <gfc:FC_ListedValue>
1775
+ <gfc:label>
1776
+ <gco:CharacterString>Winner Candidate</gco:CharacterString>
1777
+ </gfc:label>
1778
+ <gfc:definition>
1779
+ <gco:CharacterString>Winner Candidate during the election year</gco:CharacterString>
1780
+ </gfc:definition>
1781
+ <gfc:definitionReference>
1782
+ <gfc:FC_DefinitionReference>
1783
+ <gfc:definitionSource>
1784
+ <gfc:FC_DefinitionSource>
1785
+ <gfc:source>
1786
+ <gmd:CI_Citation>
1787
+ <gmd:title>
1788
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1789
+ </gmd:title>
1790
+ <gmd:date gco:nilReason="unknown"/>
1791
+ <gmd:citedResponsibleParty>
1792
+ <gmd:CI_ResponsibleParty>
1793
+ <gmd:organisationName>
1794
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1795
+ </gmd:organisationName>
1796
+ <gmd:role>
1797
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1798
+ </gmd:role>
1799
+ </gmd:CI_ResponsibleParty>
1800
+ </gmd:citedResponsibleParty>
1801
+ </gmd:CI_Citation>
1802
+ </gfc:source>
1803
+ </gfc:FC_DefinitionSource>
1804
+ </gfc:definitionSource>
1805
+ </gfc:FC_DefinitionReference>
1806
+ </gfc:definitionReference>
1807
+ </gfc:FC_ListedValue>
1808
+ </gfc:listedValue>
1809
+ </gfc:FC_FeatureAttribute>
1810
+ </gfc:carrierOfCharacteristics>
1811
+ <gfc:carrierOfCharacteristics>
1812
+ <gfc:FC_FeatureAttribute>
1813
+ <gfc:memberName>
1814
+ <gco:LocalName>SND_PRT_11</gco:LocalName>
1815
+ </gfc:memberName>
1816
+ <gfc:definition>
1817
+ <gco:CharacterString>Second party during the election year</gco:CharacterString>
1818
+ </gfc:definition>
1819
+ <gfc:cardinality gco:nilReason="unknown"/>
1820
+ <gfc:definitionReference>
1821
+ <gfc:FC_DefinitionReference>
1822
+ <gfc:definitionSource>
1823
+ <gfc:FC_DefinitionSource>
1824
+ <gfc:source>
1825
+ <gmd:CI_Citation>
1826
+ <gmd:title>
1827
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1828
+ </gmd:title>
1829
+ <gmd:date gco:nilReason="unknown"/>
1830
+ <gmd:citedResponsibleParty>
1831
+ <gmd:CI_ResponsibleParty>
1832
+ <gmd:organisationName>
1833
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1834
+ </gmd:organisationName>
1835
+ <gmd:role>
1836
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1837
+ </gmd:role>
1838
+ </gmd:CI_ResponsibleParty>
1839
+ </gmd:citedResponsibleParty>
1840
+ </gmd:CI_Citation>
1841
+ </gfc:source>
1842
+ </gfc:FC_DefinitionSource>
1843
+ </gfc:definitionSource>
1844
+ </gfc:FC_DefinitionReference>
1845
+ </gfc:definitionReference>
1846
+ <gfc:valueType>
1847
+ <gco:TypeName>
1848
+ <gco:aName>
1849
+ <gco:CharacterString>String</gco:CharacterString>
1850
+ </gco:aName>
1851
+ </gco:TypeName>
1852
+ </gfc:valueType>
1853
+ <gfc:listedValue>
1854
+ <gfc:FC_ListedValue>
1855
+ <gfc:label>
1856
+ <gco:CharacterString>Second party</gco:CharacterString>
1857
+ </gfc:label>
1858
+ <gfc:definition>
1859
+ <gco:CharacterString>Second party during the election year</gco:CharacterString>
1860
+ </gfc:definition>
1861
+ <gfc:definitionReference>
1862
+ <gfc:FC_DefinitionReference>
1863
+ <gfc:definitionSource>
1864
+ <gfc:FC_DefinitionSource>
1865
+ <gfc:source>
1866
+ <gmd:CI_Citation>
1867
+ <gmd:title>
1868
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1869
+ </gmd:title>
1870
+ <gmd:date gco:nilReason="unknown"/>
1871
+ <gmd:citedResponsibleParty>
1872
+ <gmd:CI_ResponsibleParty>
1873
+ <gmd:organisationName>
1874
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1875
+ </gmd:organisationName>
1876
+ <gmd:role>
1877
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1878
+ </gmd:role>
1879
+ </gmd:CI_ResponsibleParty>
1880
+ </gmd:citedResponsibleParty>
1881
+ </gmd:CI_Citation>
1882
+ </gfc:source>
1883
+ </gfc:FC_DefinitionSource>
1884
+ </gfc:definitionSource>
1885
+ </gfc:FC_DefinitionReference>
1886
+ </gfc:definitionReference>
1887
+ </gfc:FC_ListedValue>
1888
+ </gfc:listedValue>
1889
+ </gfc:FC_FeatureAttribute>
1890
+ </gfc:carrierOfCharacteristics>
1891
+ <gfc:carrierOfCharacteristics>
1892
+ <gfc:FC_FeatureAttribute>
1893
+ <gfc:memberName>
1894
+ <gco:LocalName>SND_CND_11</gco:LocalName>
1895
+ </gfc:memberName>
1896
+ <gfc:definition>
1897
+ <gco:CharacterString>Second Candidate during the election year</gco:CharacterString>
1898
+ </gfc:definition>
1899
+ <gfc:cardinality gco:nilReason="unknown"/>
1900
+ <gfc:definitionReference>
1901
+ <gfc:FC_DefinitionReference>
1902
+ <gfc:definitionSource>
1903
+ <gfc:FC_DefinitionSource>
1904
+ <gfc:source>
1905
+ <gmd:CI_Citation>
1906
+ <gmd:title>
1907
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1908
+ </gmd:title>
1909
+ <gmd:date gco:nilReason="unknown"/>
1910
+ <gmd:citedResponsibleParty>
1911
+ <gmd:CI_ResponsibleParty>
1912
+ <gmd:organisationName>
1913
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1914
+ </gmd:organisationName>
1915
+ <gmd:role>
1916
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1917
+ </gmd:role>
1918
+ </gmd:CI_ResponsibleParty>
1919
+ </gmd:citedResponsibleParty>
1920
+ </gmd:CI_Citation>
1921
+ </gfc:source>
1922
+ </gfc:FC_DefinitionSource>
1923
+ </gfc:definitionSource>
1924
+ </gfc:FC_DefinitionReference>
1925
+ </gfc:definitionReference>
1926
+ <gfc:valueType>
1927
+ <gco:TypeName>
1928
+ <gco:aName>
1929
+ <gco:CharacterString>String</gco:CharacterString>
1930
+ </gco:aName>
1931
+ </gco:TypeName>
1932
+ </gfc:valueType>
1933
+ <gfc:listedValue>
1934
+ <gfc:FC_ListedValue>
1935
+ <gfc:label>
1936
+ <gco:CharacterString>Second Candidate</gco:CharacterString>
1937
+ </gfc:label>
1938
+ <gfc:definition>
1939
+ <gco:CharacterString>Second Candidate during the election year</gco:CharacterString>
1940
+ </gfc:definition>
1941
+ <gfc:definitionReference>
1942
+ <gfc:FC_DefinitionReference>
1943
+ <gfc:definitionSource>
1944
+ <gfc:FC_DefinitionSource>
1945
+ <gfc:source>
1946
+ <gmd:CI_Citation>
1947
+ <gmd:title>
1948
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1949
+ </gmd:title>
1950
+ <gmd:date gco:nilReason="unknown"/>
1951
+ <gmd:citedResponsibleParty>
1952
+ <gmd:CI_ResponsibleParty>
1953
+ <gmd:organisationName>
1954
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1955
+ </gmd:organisationName>
1956
+ <gmd:role>
1957
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1958
+ </gmd:role>
1959
+ </gmd:CI_ResponsibleParty>
1960
+ </gmd:citedResponsibleParty>
1961
+ </gmd:CI_Citation>
1962
+ </gfc:source>
1963
+ </gfc:FC_DefinitionSource>
1964
+ </gfc:definitionSource>
1965
+ </gfc:FC_DefinitionReference>
1966
+ </gfc:definitionReference>
1967
+ </gfc:FC_ListedValue>
1968
+ </gfc:listedValue>
1969
+ </gfc:FC_FeatureAttribute>
1970
+ </gfc:carrierOfCharacteristics>
1971
+ <gfc:carrierOfCharacteristics>
1972
+ <gfc:FC_FeatureAttribute>
1973
+ <gfc:memberName>
1974
+ <gco:LocalName>W_PT_VT_11</gco:LocalName>
1975
+ </gfc:memberName>
1976
+ <gfc:definition>
1977
+ <gco:CharacterString>Winner party votes polled during the year</gco:CharacterString>
1978
+ </gfc:definition>
1979
+ <gfc:cardinality gco:nilReason="unknown"/>
1980
+ <gfc:definitionReference>
1981
+ <gfc:FC_DefinitionReference>
1982
+ <gfc:definitionSource>
1983
+ <gfc:FC_DefinitionSource>
1984
+ <gfc:source>
1985
+ <gmd:CI_Citation>
1986
+ <gmd:title>
1987
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1988
+ </gmd:title>
1989
+ <gmd:date gco:nilReason="unknown"/>
1990
+ <gmd:citedResponsibleParty>
1991
+ <gmd:CI_ResponsibleParty>
1992
+ <gmd:organisationName>
1993
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
1994
+ </gmd:organisationName>
1995
+ <gmd:role>
1996
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
1997
+ </gmd:role>
1998
+ </gmd:CI_ResponsibleParty>
1999
+ </gmd:citedResponsibleParty>
2000
+ </gmd:CI_Citation>
2001
+ </gfc:source>
2002
+ </gfc:FC_DefinitionSource>
2003
+ </gfc:definitionSource>
2004
+ </gfc:FC_DefinitionReference>
2005
+ </gfc:definitionReference>
2006
+ <gfc:valueType>
2007
+ <gco:TypeName>
2008
+ <gco:aName>
2009
+ <gco:CharacterString>Double</gco:CharacterString>
2010
+ </gco:aName>
2011
+ </gco:TypeName>
2012
+ </gfc:valueType>
2013
+ </gfc:FC_FeatureAttribute>
2014
+ </gfc:carrierOfCharacteristics>
2015
+ <gfc:carrierOfCharacteristics>
2016
+ <gfc:FC_FeatureAttribute>
2017
+ <gfc:memberName>
2018
+ <gco:LocalName>WIN_PRT_11</gco:LocalName>
2019
+ </gfc:memberName>
2020
+ <gfc:definition>
2021
+ <gco:CharacterString>Winner party during the election year</gco:CharacterString>
2022
+ </gfc:definition>
2023
+ <gfc:cardinality gco:nilReason="unknown"/>
2024
+ <gfc:definitionReference>
2025
+ <gfc:FC_DefinitionReference>
2026
+ <gfc:definitionSource>
2027
+ <gfc:FC_DefinitionSource>
2028
+ <gfc:source>
2029
+ <gmd:CI_Citation>
2030
+ <gmd:title>
2031
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2032
+ </gmd:title>
2033
+ <gmd:date gco:nilReason="unknown"/>
2034
+ <gmd:citedResponsibleParty>
2035
+ <gmd:CI_ResponsibleParty>
2036
+ <gmd:organisationName>
2037
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2038
+ </gmd:organisationName>
2039
+ <gmd:role>
2040
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2041
+ </gmd:role>
2042
+ </gmd:CI_ResponsibleParty>
2043
+ </gmd:citedResponsibleParty>
2044
+ </gmd:CI_Citation>
2045
+ </gfc:source>
2046
+ </gfc:FC_DefinitionSource>
2047
+ </gfc:definitionSource>
2048
+ </gfc:FC_DefinitionReference>
2049
+ </gfc:definitionReference>
2050
+ <gfc:valueType>
2051
+ <gco:TypeName>
2052
+ <gco:aName>
2053
+ <gco:CharacterString>String</gco:CharacterString>
2054
+ </gco:aName>
2055
+ </gco:TypeName>
2056
+ </gfc:valueType>
2057
+ <gfc:listedValue>
2058
+ <gfc:FC_ListedValue>
2059
+ <gfc:label>
2060
+ <gco:CharacterString>Winner party</gco:CharacterString>
2061
+ </gfc:label>
2062
+ <gfc:definition>
2063
+ <gco:CharacterString>Winner party during the election year</gco:CharacterString>
2064
+ </gfc:definition>
2065
+ <gfc:definitionReference>
2066
+ <gfc:FC_DefinitionReference>
2067
+ <gfc:definitionSource>
2068
+ <gfc:FC_DefinitionSource>
2069
+ <gfc:source>
2070
+ <gmd:CI_Citation>
2071
+ <gmd:title>
2072
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2073
+ </gmd:title>
2074
+ <gmd:date gco:nilReason="unknown"/>
2075
+ <gmd:citedResponsibleParty>
2076
+ <gmd:CI_ResponsibleParty>
2077
+ <gmd:organisationName>
2078
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2079
+ </gmd:organisationName>
2080
+ <gmd:role>
2081
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2082
+ </gmd:role>
2083
+ </gmd:CI_ResponsibleParty>
2084
+ </gmd:citedResponsibleParty>
2085
+ </gmd:CI_Citation>
2086
+ </gfc:source>
2087
+ </gfc:FC_DefinitionSource>
2088
+ </gfc:definitionSource>
2089
+ </gfc:FC_DefinitionReference>
2090
+ </gfc:definitionReference>
2091
+ </gfc:FC_ListedValue>
2092
+ </gfc:listedValue>
2093
+ </gfc:FC_FeatureAttribute>
2094
+ </gfc:carrierOfCharacteristics>
2095
+ <gfc:carrierOfCharacteristics>
2096
+ <gfc:FC_FeatureAttribute>
2097
+ <gfc:memberName>
2098
+ <gco:LocalName>P_V_PL_11</gco:LocalName>
2099
+ </gfc:memberName>
2100
+ <gfc:definition>
2101
+ <gco:CharacterString>Percentage of vote polled during the election year</gco:CharacterString>
2102
+ </gfc:definition>
2103
+ <gfc:cardinality gco:nilReason="unknown"/>
2104
+ <gfc:definitionReference>
2105
+ <gfc:FC_DefinitionReference>
2106
+ <gfc:definitionSource>
2107
+ <gfc:FC_DefinitionSource>
2108
+ <gfc:source>
2109
+ <gmd:CI_Citation>
2110
+ <gmd:title>
2111
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2112
+ </gmd:title>
2113
+ <gmd:date gco:nilReason="unknown"/>
2114
+ <gmd:citedResponsibleParty>
2115
+ <gmd:CI_ResponsibleParty>
2116
+ <gmd:organisationName>
2117
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2118
+ </gmd:organisationName>
2119
+ <gmd:role>
2120
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2121
+ </gmd:role>
2122
+ </gmd:CI_ResponsibleParty>
2123
+ </gmd:citedResponsibleParty>
2124
+ </gmd:CI_Citation>
2125
+ </gfc:source>
2126
+ </gfc:FC_DefinitionSource>
2127
+ </gfc:definitionSource>
2128
+ </gfc:FC_DefinitionReference>
2129
+ </gfc:definitionReference>
2130
+ <gfc:valueType>
2131
+ <gco:TypeName>
2132
+ <gco:aName>
2133
+ <gco:CharacterString>Double</gco:CharacterString>
2134
+ </gco:aName>
2135
+ </gco:TypeName>
2136
+ </gfc:valueType>
2137
+ </gfc:FC_FeatureAttribute>
2138
+ </gfc:carrierOfCharacteristics>
2139
+ <gfc:carrierOfCharacteristics>
2140
+ <gfc:FC_FeatureAttribute>
2141
+ <gfc:memberName>
2142
+ <gco:LocalName>T_ELECT_11</gco:LocalName>
2143
+ </gfc:memberName>
2144
+ <gfc:definition>
2145
+ <gco:CharacterString>Total electorates during the election year</gco:CharacterString>
2146
+ </gfc:definition>
2147
+ <gfc:cardinality gco:nilReason="unknown"/>
2148
+ <gfc:definitionReference>
2149
+ <gfc:FC_DefinitionReference>
2150
+ <gfc:definitionSource>
2151
+ <gfc:FC_DefinitionSource>
2152
+ <gfc:source>
2153
+ <gmd:CI_Citation>
2154
+ <gmd:title>
2155
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2156
+ </gmd:title>
2157
+ <gmd:date gco:nilReason="unknown"/>
2158
+ <gmd:citedResponsibleParty>
2159
+ <gmd:CI_ResponsibleParty>
2160
+ <gmd:organisationName>
2161
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2162
+ </gmd:organisationName>
2163
+ <gmd:role>
2164
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2165
+ </gmd:role>
2166
+ </gmd:CI_ResponsibleParty>
2167
+ </gmd:citedResponsibleParty>
2168
+ </gmd:CI_Citation>
2169
+ </gfc:source>
2170
+ </gfc:FC_DefinitionSource>
2171
+ </gfc:definitionSource>
2172
+ </gfc:FC_DefinitionReference>
2173
+ </gfc:definitionReference>
2174
+ <gfc:valueType>
2175
+ <gco:TypeName>
2176
+ <gco:aName>
2177
+ <gco:CharacterString>Double</gco:CharacterString>
2178
+ </gco:aName>
2179
+ </gco:TypeName>
2180
+ </gfc:valueType>
2181
+ </gfc:FC_FeatureAttribute>
2182
+ </gfc:carrierOfCharacteristics>
2183
+ <gfc:carrierOfCharacteristics>
2184
+ <gfc:FC_FeatureAttribute>
2185
+ <gfc:memberName>
2186
+ <gco:LocalName>M_ELEC_11</gco:LocalName>
2187
+ </gfc:memberName>
2188
+ <gfc:definition>
2189
+ <gco:CharacterString>Male electorates during the election year</gco:CharacterString>
2190
+ </gfc:definition>
2191
+ <gfc:cardinality gco:nilReason="unknown"/>
2192
+ <gfc:definitionReference>
2193
+ <gfc:FC_DefinitionReference>
2194
+ <gfc:definitionSource>
2195
+ <gfc:FC_DefinitionSource>
2196
+ <gfc:source>
2197
+ <gmd:CI_Citation>
2198
+ <gmd:title>
2199
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2200
+ </gmd:title>
2201
+ <gmd:date gco:nilReason="unknown"/>
2202
+ <gmd:citedResponsibleParty>
2203
+ <gmd:CI_ResponsibleParty>
2204
+ <gmd:organisationName>
2205
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2206
+ </gmd:organisationName>
2207
+ <gmd:role>
2208
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2209
+ </gmd:role>
2210
+ </gmd:CI_ResponsibleParty>
2211
+ </gmd:citedResponsibleParty>
2212
+ </gmd:CI_Citation>
2213
+ </gfc:source>
2214
+ </gfc:FC_DefinitionSource>
2215
+ </gfc:definitionSource>
2216
+ </gfc:FC_DefinitionReference>
2217
+ </gfc:definitionReference>
2218
+ <gfc:valueType>
2219
+ <gco:TypeName>
2220
+ <gco:aName>
2221
+ <gco:CharacterString>Double</gco:CharacterString>
2222
+ </gco:aName>
2223
+ </gco:TypeName>
2224
+ </gfc:valueType>
2225
+ </gfc:FC_FeatureAttribute>
2226
+ </gfc:carrierOfCharacteristics>
2227
+ <gfc:carrierOfCharacteristics>
2228
+ <gfc:FC_FeatureAttribute>
2229
+ <gfc:memberName>
2230
+ <gco:LocalName>F_ELEC_11</gco:LocalName>
2231
+ </gfc:memberName>
2232
+ <gfc:definition>
2233
+ <gco:CharacterString>Female electorates during the election year</gco:CharacterString>
2234
+ </gfc:definition>
2235
+ <gfc:cardinality gco:nilReason="unknown"/>
2236
+ <gfc:definitionReference>
2237
+ <gfc:FC_DefinitionReference>
2238
+ <gfc:definitionSource>
2239
+ <gfc:FC_DefinitionSource>
2240
+ <gfc:source>
2241
+ <gmd:CI_Citation>
2242
+ <gmd:title>
2243
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2244
+ </gmd:title>
2245
+ <gmd:date gco:nilReason="unknown"/>
2246
+ <gmd:citedResponsibleParty>
2247
+ <gmd:CI_ResponsibleParty>
2248
+ <gmd:organisationName>
2249
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2250
+ </gmd:organisationName>
2251
+ <gmd:role>
2252
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2253
+ </gmd:role>
2254
+ </gmd:CI_ResponsibleParty>
2255
+ </gmd:citedResponsibleParty>
2256
+ </gmd:CI_Citation>
2257
+ </gfc:source>
2258
+ </gfc:FC_DefinitionSource>
2259
+ </gfc:definitionSource>
2260
+ </gfc:FC_DefinitionReference>
2261
+ </gfc:definitionReference>
2262
+ <gfc:valueType>
2263
+ <gco:TypeName>
2264
+ <gco:aName>
2265
+ <gco:CharacterString>Double</gco:CharacterString>
2266
+ </gco:aName>
2267
+ </gco:TypeName>
2268
+ </gfc:valueType>
2269
+ </gfc:FC_FeatureAttribute>
2270
+ </gfc:carrierOfCharacteristics>
2271
+ <gfc:carrierOfCharacteristics>
2272
+ <gfc:FC_FeatureAttribute>
2273
+ <gfc:memberName>
2274
+ <gco:LocalName>AC_NO</gco:LocalName>
2275
+ </gfc:memberName>
2276
+ <gfc:definition>
2277
+ <gco:CharacterString>Assembly constituency number</gco:CharacterString>
2278
+ </gfc:definition>
2279
+ <gfc:cardinality gco:nilReason="unknown"/>
2280
+ <gfc:definitionReference>
2281
+ <gfc:FC_DefinitionReference>
2282
+ <gfc:definitionSource>
2283
+ <gfc:FC_DefinitionSource>
2284
+ <gfc:source>
2285
+ <gmd:CI_Citation>
2286
+ <gmd:title>
2287
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2288
+ </gmd:title>
2289
+ <gmd:date gco:nilReason="unknown"/>
2290
+ <gmd:citedResponsibleParty>
2291
+ <gmd:CI_ResponsibleParty>
2292
+ <gmd:organisationName>
2293
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2294
+ </gmd:organisationName>
2295
+ <gmd:role>
2296
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2297
+ </gmd:role>
2298
+ </gmd:CI_ResponsibleParty>
2299
+ </gmd:citedResponsibleParty>
2300
+ </gmd:CI_Citation>
2301
+ </gfc:source>
2302
+ </gfc:FC_DefinitionSource>
2303
+ </gfc:definitionSource>
2304
+ </gfc:FC_DefinitionReference>
2305
+ </gfc:definitionReference>
2306
+ <gfc:valueType>
2307
+ <gco:TypeName>
2308
+ <gco:aName>
2309
+ <gco:CharacterString>Double</gco:CharacterString>
2310
+ </gco:aName>
2311
+ </gco:TypeName>
2312
+ </gfc:valueType>
2313
+ </gfc:FC_FeatureAttribute>
2314
+ </gfc:carrierOfCharacteristics>
2315
+ <gfc:carrierOfCharacteristics>
2316
+ <gfc:FC_FeatureAttribute>
2317
+ <gfc:memberName>
2318
+ <gco:LocalName>F_VOT_11</gco:LocalName>
2319
+ </gfc:memberName>
2320
+ <gfc:definition>
2321
+ <gco:CharacterString>Female voter during the election year</gco:CharacterString>
2322
+ </gfc:definition>
2323
+ <gfc:cardinality gco:nilReason="unknown"/>
2324
+ <gfc:definitionReference>
2325
+ <gfc:FC_DefinitionReference>
2326
+ <gfc:definitionSource>
2327
+ <gfc:FC_DefinitionSource>
2328
+ <gfc:source>
2329
+ <gmd:CI_Citation>
2330
+ <gmd:title>
2331
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2332
+ </gmd:title>
2333
+ <gmd:date gco:nilReason="unknown"/>
2334
+ <gmd:citedResponsibleParty>
2335
+ <gmd:CI_ResponsibleParty>
2336
+ <gmd:organisationName>
2337
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2338
+ </gmd:organisationName>
2339
+ <gmd:role>
2340
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2341
+ </gmd:role>
2342
+ </gmd:CI_ResponsibleParty>
2343
+ </gmd:citedResponsibleParty>
2344
+ </gmd:CI_Citation>
2345
+ </gfc:source>
2346
+ </gfc:FC_DefinitionSource>
2347
+ </gfc:definitionSource>
2348
+ </gfc:FC_DefinitionReference>
2349
+ </gfc:definitionReference>
2350
+ <gfc:valueType>
2351
+ <gco:TypeName>
2352
+ <gco:aName>
2353
+ <gco:CharacterString>Double</gco:CharacterString>
2354
+ </gco:aName>
2355
+ </gco:TypeName>
2356
+ </gfc:valueType>
2357
+ </gfc:FC_FeatureAttribute>
2358
+ </gfc:carrierOfCharacteristics>
2359
+ <gfc:carrierOfCharacteristics>
2360
+ <gfc:FC_FeatureAttribute>
2361
+ <gfc:memberName>
2362
+ <gco:LocalName>N_P_STN_11</gco:LocalName>
2363
+ </gfc:memberName>
2364
+ <gfc:definition>
2365
+ <gco:CharacterString>Number of polling stations during the election year</gco:CharacterString>
2366
+ </gfc:definition>
2367
+ <gfc:cardinality gco:nilReason="unknown"/>
2368
+ <gfc:definitionReference>
2369
+ <gfc:FC_DefinitionReference>
2370
+ <gfc:definitionSource>
2371
+ <gfc:FC_DefinitionSource>
2372
+ <gfc:source>
2373
+ <gmd:CI_Citation>
2374
+ <gmd:title>
2375
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2376
+ </gmd:title>
2377
+ <gmd:date gco:nilReason="unknown"/>
2378
+ <gmd:citedResponsibleParty>
2379
+ <gmd:CI_ResponsibleParty>
2380
+ <gmd:organisationName>
2381
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2382
+ </gmd:organisationName>
2383
+ <gmd:role>
2384
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2385
+ </gmd:role>
2386
+ </gmd:CI_ResponsibleParty>
2387
+ </gmd:citedResponsibleParty>
2388
+ </gmd:CI_Citation>
2389
+ </gfc:source>
2390
+ </gfc:FC_DefinitionSource>
2391
+ </gfc:definitionSource>
2392
+ </gfc:FC_DefinitionReference>
2393
+ </gfc:definitionReference>
2394
+ <gfc:valueType>
2395
+ <gco:TypeName>
2396
+ <gco:aName>
2397
+ <gco:CharacterString>Double</gco:CharacterString>
2398
+ </gco:aName>
2399
+ </gco:TypeName>
2400
+ </gfc:valueType>
2401
+ </gfc:FC_FeatureAttribute>
2402
+ </gfc:carrierOfCharacteristics>
2403
+ <gfc:carrierOfCharacteristics>
2404
+ <gfc:FC_FeatureAttribute>
2405
+ <gfc:memberName>
2406
+ <gco:LocalName>T_VOTER_11</gco:LocalName>
2407
+ </gfc:memberName>
2408
+ <gfc:definition>
2409
+ <gco:CharacterString>Total voter during the election year</gco:CharacterString>
2410
+ </gfc:definition>
2411
+ <gfc:cardinality gco:nilReason="unknown"/>
2412
+ <gfc:definitionReference>
2413
+ <gfc:FC_DefinitionReference>
2414
+ <gfc:definitionSource>
2415
+ <gfc:FC_DefinitionSource>
2416
+ <gfc:source>
2417
+ <gmd:CI_Citation>
2418
+ <gmd:title>
2419
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2420
+ </gmd:title>
2421
+ <gmd:date gco:nilReason="unknown"/>
2422
+ <gmd:citedResponsibleParty>
2423
+ <gmd:CI_ResponsibleParty>
2424
+ <gmd:organisationName>
2425
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2426
+ </gmd:organisationName>
2427
+ <gmd:role>
2428
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2429
+ </gmd:role>
2430
+ </gmd:CI_ResponsibleParty>
2431
+ </gmd:citedResponsibleParty>
2432
+ </gmd:CI_Citation>
2433
+ </gfc:source>
2434
+ </gfc:FC_DefinitionSource>
2435
+ </gfc:definitionSource>
2436
+ </gfc:FC_DefinitionReference>
2437
+ </gfc:definitionReference>
2438
+ <gfc:valueType>
2439
+ <gco:TypeName>
2440
+ <gco:aName>
2441
+ <gco:CharacterString>Double</gco:CharacterString>
2442
+ </gco:aName>
2443
+ </gco:TypeName>
2444
+ </gfc:valueType>
2445
+ </gfc:FC_FeatureAttribute>
2446
+ </gfc:carrierOfCharacteristics>
2447
+ <gfc:carrierOfCharacteristics>
2448
+ <gfc:FC_FeatureAttribute>
2449
+ <gfc:memberName>
2450
+ <gco:LocalName>AC_NAME</gco:LocalName>
2451
+ </gfc:memberName>
2452
+ <gfc:definition>
2453
+ <gco:CharacterString>Assembly constituency name</gco:CharacterString>
2454
+ </gfc:definition>
2455
+ <gfc:cardinality gco:nilReason="unknown"/>
2456
+ <gfc:definitionReference>
2457
+ <gfc:FC_DefinitionReference>
2458
+ <gfc:definitionSource>
2459
+ <gfc:FC_DefinitionSource>
2460
+ <gfc:source>
2461
+ <gmd:CI_Citation>
2462
+ <gmd:title>
2463
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2464
+ </gmd:title>
2465
+ <gmd:date gco:nilReason="unknown"/>
2466
+ <gmd:citedResponsibleParty>
2467
+ <gmd:CI_ResponsibleParty>
2468
+ <gmd:organisationName>
2469
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2470
+ </gmd:organisationName>
2471
+ <gmd:role>
2472
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2473
+ </gmd:role>
2474
+ </gmd:CI_ResponsibleParty>
2475
+ </gmd:citedResponsibleParty>
2476
+ </gmd:CI_Citation>
2477
+ </gfc:source>
2478
+ </gfc:FC_DefinitionSource>
2479
+ </gfc:definitionSource>
2480
+ </gfc:FC_DefinitionReference>
2481
+ </gfc:definitionReference>
2482
+ <gfc:valueType>
2483
+ <gco:TypeName>
2484
+ <gco:aName>
2485
+ <gco:CharacterString>String</gco:CharacterString>
2486
+ </gco:aName>
2487
+ </gco:TypeName>
2488
+ </gfc:valueType>
2489
+ <gfc:listedValue>
2490
+ <gfc:FC_ListedValue>
2491
+ <gfc:label>
2492
+ <gco:CharacterString>Assembly constituency</gco:CharacterString>
2493
+ </gfc:label>
2494
+ <gfc:definition>
2495
+ <gco:CharacterString>Assembly constituency name</gco:CharacterString>
2496
+ </gfc:definition>
2497
+ <gfc:definitionReference>
2498
+ <gfc:FC_DefinitionReference>
2499
+ <gfc:definitionSource>
2500
+ <gfc:FC_DefinitionSource>
2501
+ <gfc:source>
2502
+ <gmd:CI_Citation>
2503
+ <gmd:title>
2504
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2505
+ </gmd:title>
2506
+ <gmd:date gco:nilReason="unknown"/>
2507
+ <gmd:citedResponsibleParty>
2508
+ <gmd:CI_ResponsibleParty>
2509
+ <gmd:organisationName>
2510
+ <gco:CharacterString>Election Commission of India</gco:CharacterString>
2511
+ </gmd:organisationName>
2512
+ <gmd:role>
2513
+ <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="resourceProvider" codeSpace="001"/>
2514
+ </gmd:role>
2515
+ </gmd:CI_ResponsibleParty>
2516
+ </gmd:citedResponsibleParty>
2517
+ </gmd:CI_Citation>
2518
+ </gfc:source>
2519
+ </gfc:FC_DefinitionSource>
2520
+ </gfc:definitionSource>
2521
+ </gfc:FC_DefinitionReference>
2522
+ </gfc:definitionReference>
2523
+ </gfc:FC_ListedValue>
2524
+ </gfc:listedValue>
2525
+ </gfc:FC_FeatureAttribute>
2526
+ </gfc:carrierOfCharacteristics>
2527
+ <gfc:carrierOfCharacteristics>
2528
+ <gfc:FC_FeatureAttribute>
2529
+ <gfc:memberName>
2530
+ <gco:LocalName>AREA_0</gco:LocalName>
2531
+ </gfc:memberName>
2532
+ <gfc:cardinality gco:nilReason="unknown"/>
2533
+ <gfc:valueType>
2534
+ <gco:TypeName>
2535
+ <gco:aName>
2536
+ <gco:CharacterString>Double</gco:CharacterString>
2537
+ </gco:aName>
2538
+ </gco:TypeName>
2539
+ </gfc:valueType>
2540
+ </gfc:FC_FeatureAttribute>
2541
+ </gfc:carrierOfCharacteristics>
2542
+ <gfc:carrierOfCharacteristics>
2543
+ <gfc:FC_FeatureAttribute>
2544
+ <gfc:memberName>
2545
+ <gco:LocalName>PERIMETER_</gco:LocalName>
2546
+ </gfc:memberName>
2547
+ <gfc:cardinality gco:nilReason="unknown"/>
2548
+ <gfc:valueType>
2549
+ <gco:TypeName>
2550
+ <gco:aName>
2551
+ <gco:CharacterString>Double</gco:CharacterString>
2552
+ </gco:aName>
2553
+ </gco:TypeName>
2554
+ </gfc:valueType>
2555
+ </gfc:FC_FeatureAttribute>
2556
+ </gfc:carrierOfCharacteristics>
2557
+ </gfc:FC_FeatureType>
2558
+ </gfc:featureType>
2559
+ </gfc:FC_FeatureCatalogue>
2560
+ </rdf:Description>
2561
+ </rdf:RDF>