Important Update: The EveryPolitician project is currently paused. Find out more on our blog.
1999-01-01 – 2003-01-01
7 seats
5 seats
1 seat
As much as we know. Here’s a taste of the information we have so far.
Know where we can find more information? Let us know
VIP — District 1
Gender | male |
---|
CCM — District 5
Gender | female |
---|
VIP — At large
Gender | male |
---|
NDP — District 7
Gender | male |
---|
NDP — District 8
Gender | male |
---|
NDP — District 4
Gender | male |
---|
VIP — At large
Gender | female |
---|
NDP — At large
Gender | male |
---|
Ruby programmer? It’s easy to use this data in your own app! Use the gem like this:
require 'everypolitician' country = Everypolitician::Index.new.country('British-Virgin-Islands') house = country.legislature('Council') house.popolo.terms.find_by(id: 'term/1999').memberships.each do |membership| puts "#{membership.person.name} (#{membership.party.name}): #{membership.person.gender}" end
Main Sources: https://en.wikipedia.org, http://wikidata.org/
Anything wrong? If you've spotted an error, or the data is incomplete, here's how to get that fixed.