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