User:Takahashimm

From Wikidata
Jump to navigation Jump to search

Hello! I'm takahashim or takahashimm, a programmer in Tokyo, Japan.

Code for 選挙関連

[edit]

Code for 選挙というプロジェクトに参加しています。 日本の選挙の立候補者のデータを整備する上で必要となる、選挙関連情報や基礎自治体の情報の整備も行いたいと思っています。

Wikidataでの市区町村情報の整理について

[edit]

WIkidata上に選挙情報を集めるにはまず地方議会の項目が必要で、そのためには都道府県や市区町村の項目が整備されている必要があります。そのため、(都道府県は整備されていると思われるので)まずは市区町村の項目を整理したいです。

とりあえずは、

  • 日本の全ての市
  • 日本の全ての町
  • 日本の全ての村

をSPARQLで検索できるところが目標です。それができたら、次の段階として、全ての地方議会の項目(定数とURLも)を登録する予定です。

なお、特別区については、

SELECT ?city ?cityLabel WHERE {?city wdt:P31 wd:Q5327704 SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],ja,en". }}

のようなクエリで一覧できます。

Wikidata:WikiProject every politician/Political data model との比較

[edit]

Legislators (議員) 

[edit]
Mandatory
instance of (P31) : human (Q5)
occupation (P106) : politician (Q82955)
position held (P39) : a specific national position, eg Member of Parliament (Q16707842) *
preferably with a reference URL (P854) (ideally to the official site), and with qualifiers:
parliamentary term (P2937), start time (P580), parliamentary group (P4100), electoral district (P768), elected in (P2715)
Where known
<sex or gender (P21)>
<country of citizenship (P27)>
<date of birth (P569)>
<date of death (P570)> (if deceased!)
<given name (P735)> ←必要??
Where appropriate
<end time (P582)> as qualifier on <position held (P39)>
preferably with a <end cause (P1534)> as qualifier on <position held (P39)> with a reason such as:
<dissolution of parliament (Q741182)>, <leaving party (Q30580660)>, <exclusion from a political party (Q1787171)>, <death in office (Q5247364)>

Nationally-specific authority properties: これは日本にはなさそう??

Legislatures (議会)

[edit]
Mandatory
instance of (P31) : unicameral legislature (Q37002670)
country (P17)
applies to jurisdiction (P1001) (will be the same as the country (P17) for a national legislature, but not for sub-national)
has part(s) (P527) : the "Member of" position (see below)
Where known
<number of seats (P1342)>
<number of constituencies (P4253)>
<inception (P571)>
<location (P276)>
<image (P18)>
<official website (P856)>
Where appropriate
<replaces (P1365)>