Skip to content

Instantly share code, notes, and snippets.

@takahashim
Last active January 9, 2019 09:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save takahashim/d59568092f062e4a6899e839b609dc86 to your computer and use it in GitHub Desktop.
Save takahashim/d59568092f062e4a6899e839b609dc86 to your computer and use it in GitHub Desktop.
digraph G {
rankdir = BT
layout = dot
node [shape=box,penwidth=2.0];
edge [penwidth=3.0];
chiji_senkyo [label="知事選挙(gubernatorial election) (Q15261477)"]
chiho_senkyo [label="地方選挙(municipal election) (Q152450)"]
mayoral_election [label="首長選挙(mayoral election) (Q15280243)"]
shugiin_senkyo [label="衆議院議員総選挙 (Q11267645)"]
sangiin_senkyo [label="参議院議員選挙 (Q27530156)"]
legislative_election [label="legislative election (Q2618461)"]
local_election [label="local election(Q15966540)"]
so_senkyo [label="総選挙(general election) (Q1076105)"]
jp_senkyo [label="日本の選挙 (Q1376777)"]
senkyo [label="選挙(election) (Q40231)"]
mayoral_election -> local_election [label="上位クラス(P279)"]
chiho_senkyo -> local_election [label="上位クラス(P279)"]
shugiin_senkyo -> jp_senkyo [label="上位クラス(P279)"]
shugiin_senkyo -> legislative_election [label="上位クラス(P279)"]
sangiin_senkyo -> jp_senkyo [label="上位クラス(P279)"]
legislative_election -> so_senkyo [label="上位クラス(P279)"]
local_election -> senkyo [label="上位クラス(P279)"]
so_senkyo -> senkyo [label="上位クラス(P279)"]
jp_senkyo -> senkyo [label="上位クラス(P279)"]
chiji_senkyo -> senkyo [label="上位クラス(P279)"]
{rank = same; }
}
@takahashim
Copy link
Author

election

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment