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