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