19 lines
845 B
Markdown
19 lines
845 B
Markdown
|
---
|
||
|
public: "true"
|
||
|
slug: "representative-democracy"
|
||
|
title: "Representative Democracy"
|
||
|
prev: false
|
||
|
next: false
|
||
|
---
|
||
|
<script setup>
|
||
|
import { data } from '../../git.data.ts';
|
||
|
import { useData } from 'vitepress';
|
||
|
const pageData = useData();
|
||
|
</script>
|
||
|
<h1 class="p-name">Representative Democracy</h1>
|
||
|
<p>51 words, ~0 minute read. <span v-html="data[`site/${pageData.page.value.relativePath}`]" /></p>
|
||
|
<hr/>
|
||
|
|
||
|
<details><summary>Referenced by:</summary><a href="/garden/anarchism/index.md">Anarchism</a></details>
|
||
|
|
||
|
A form of democracy where people vote for representatives who then vote on the actual issues. The US has a representative democracy. By virtue of representatives not perfectly reflecting the views of their constituents, and by forming a hierarchy of power, this is a form of Democracy that is not [Anarchistic](/garden/anarchism/index.md).
|