Editing
The Rights of Nature and Legal Personhood
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
<div style="background-color: #4B0082; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> {{BloomIntro}} The Rights of Nature and Legal Personhood is the "Study of the Living Law"βthe investigation of the "Legal Revolution" (~2000sβPresent) that "Grants" "Ecosystems" (Rivers, Forests, Mountains) the "Same Legal Rights" as "Human Beings" or "Corporations." While "Traditional Law" (see Article 641) "Views" "Nature" as "Property," **Earth Jurisprudence** "Views" "Nature" as a **"Subject."** From the "Te Urewera" forest and the "Whanganui River" (New Zealand) to the "Rights of Future Generations" and "Ecuadorβs Constitution," this field explores the "Decolonization of Justice." It is the science of "Guardianship," explaining why a "River" "Should" "Sue" for "Pollution"βand how "Changing" the "Legal Status" of "Life" is the "Only Way" to "Protect" the "Whole." </div> __TOC__ <div style="background-color: #000080; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Remembering</span> == * '''Rights of Nature''' β The "Legal Framework" that "Recognizes" that "Nature" has "Inherent Rights" to "Exist," "Persist," and "Regenerate." * '''Legal Personhood''' β The "Granting" of "Legal Rights" (To sue, To own property, To be protected) to "Non-Human Entities" (e.g. 'Rivers' or 'Forests'). * '''Earth Jurisprudence''' β (Thomas Berry). A "Philosophy of Law" that "Argues" that "Human Laws" "Must" be "Subordinate" to the **"Laws of the Earth"** (The 'Great Law'). * '''Whanganui River''' β (New Zealand, 2017). The "First River" in the world to be "Granted" "Legal Personhood" as an **"Indivisible and Living Whole."** * '''Te Urewera''' β (New Zealand, 2014). A "Former National Park" that was "Granted" "Legal Identity," meaning it **"Owns Itself."** * '''Ecuadorian Constitution''' (2008) β The "First National Constitution" to "Recognize" the "Rights of Nature" (**Pachamama**). * '''Pachamama''' β (See Article 621). The "Andean Concept" of "Mother Earth" as a "Living Being." * '''Guardianship''' β A "Legal Arrangement" where "Specific Humans" (e.g. 'Indigenous Elders' or 'Scientists') are "Appointed" to "Speak" for the "Rights" of an "Ecosystem." * '''Ecocide''' β (See Article 618). The "Proposed" "International Crime" of "Massively Destroying" an "Ecosystem" (Analogous to 'Genocide'). * '''Intergenerational Justice''' β The "Principle" that "Current Humans" have a "Legal Obligation" to "Protect" "Nature" for the "Rights" of **"Humans Not Yet Born."** </div> <div style="background-color: #006400; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Understanding</span> == Rights of Nature is understood through '''Subjectivity''' and '''Guardianship'''. '''1. From "Property" to "Person" (Subjectivity)''': "The River" is not a "Resource." * (See Article 514). In **Western Law**, a "Corporation" (an imaginary thing) has "Rights," but a **"River"** (a real thing) is "Property." * **Rights of Nature** "Flips" this. * It "Argues" that a **River** is a **"Subject"** with its "Own Interests" (e.g. 'The right to flow clean'). * If the river is "Damaged," it is "Not Just" a "Loss of Property" for humans; it is a **"Violation of the River's Rights."** * "The Law" must **"See"** the "Earth." '''2. "I am the River, the River is Me" (Indigenous Logic)''': "Wholeness" over "Fragment." * The **Whanganui River** case was "Driven" by the **Maori** people. * They "Argue" that the "River" is their **"Ancestor."** * You "Cannot" "Own" or "Sell" your "Ancestor." * By "Giving" the river "Legal Personhood," the "Government" "Acknowledged" the **"Indigenous Worldview"** (see Article 645) as "Equal" to "Western Law." * "Sovereignty" is **"Relational."** '''3. The "Voice" of the Silent (Guardianship)''': Who "Speaks" for the "Trees"? * Since "Nature" "Cannot Speak" in court, it "Needs" **"Guardians."** * (See Article 630). These are "Humans" "Legally Bound" to "Act" in the **"Best Interest"** of the "Ecosystem." * They "Monitor" "Pollution" and "Sue" "Corporations" on "Behalf" of the "Land." * This "Prevents" "Short-term Profit" (see Article 138) from "Destroying" "Long-term Survival." * "Justice" is **"Proxy Protection."** '''Christopher Stone (1972)'''': The "Father" of the idea. His essay, 'Should Trees Have Standing?', "Proposed" that "Nature" should have "Legal Rights" just as "Corporations" do. He "Inspired" the "US Supreme Court" to "Debate" the "Future of Law." </div> <div style="background-color: #8B0000; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Applying</span> == '''Modeling 'The Legal Personhood' (Evaluating 'Court Standing'):''' <syntaxhighlight lang="python"> def check_legal_standing(plaintiff_type, injury_level): """ Shows the 'Shift' in legal recognition. """ modern_law = { "Human": True, "Corporation": True, "River (New Zealand)": True, "Forest (Old Law)": False } standing = modern_law.get(plaintiff_type, False) if standing: return f"COURT STATUS: PROCEED. '{plaintiff_type}' has 'Standing' to sue for {injury_level}." else: return f"COURT STATUS: DISMISSED. '{plaintiff_type}' is 'Property'. (Only the 'Owner' can sue)." # Case: A Forest in a standard country print(check_legal_standing("Forest (Old Law)", "Deforestation")) # Case: The Whanganui River print(check_legal_standing("River (New Zealand)", "Pollution")) </syntaxhighlight> ; Legal Landmarks : '''The 'Mulla Mulla' Case''' β (See Article 589). A "Recent Action" in **India** that "Briefly" "Granted" "Legal Rights" to the **Ganges and Yamuna Rivers** (Later stayed by higher court). : '''Rights of the 'Future' ''' β (See Article 635). The **German Supreme Court** "Ruling" (2021) that "Climate Laws" were "Unconstitutional" because they "Violated" the "Future Rights" of "Young People." : '''The 'Lake Erie' Bill of Rights''' β (USA, 2019). A "City-level" "Attempt" to "Grant Rights" to a "Great Lake" (Later struck down by industry pressure). : '''Universal Declaration of the Rights of Mother Earth''' β (Bolivia, 2010). A "Global Call" to "Enshrine" "Nature's Rights" at the **United Nations.** </div> <div style="background-color: #8B4500; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Analyzing</span> == {| class="wikitable" |+ Environmental Law vs. Rights of Nature ! Feature !! Environmental Law (The Limit) !! Rights of Nature (The Subject) |- | View of Nature || "Object / Resource / Property" || "Subject / Living Being / Person" |- | Goal || "Managing Pollution / Mitigation" || "Total Protection / Flourishing" |- | Legal Standing || "Humans (If they are 'harmed')" || "Nature (Directly through Guardians)" |- | Philosophy || "Anthropocentric / Regulatory" || "Biocentric / Jurisprudential" |- | Analogy || A 'Speed Limit' || A 'Human Right' |} '''The Concept of "Fiduciary Duty to the Earth"''': Analyzing "The Requirement." (See Article 514). If a "Forest" is a "Person," then its "Guardians" have a **"Fiduciary Duty"** to "Maximize" its **"Health,"** "NOT" "Human Profit." (The 'Reversal' of Corporate Law). "Capitalism" "Cannot" "Function" if "Nature" is "No Longer" "Free." "The System" "Must" **"Adapt."** </div> <div style="background-color: #483D8B; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Evaluating</span> == Evaluating Rights of Nature: # '''Enforcement''': How can we "Actually" "Stop" a "Billion-Dollar Company" from "Polluting" a "Person-River"? # '''Conflict''': (See Article 114). What happens when the **"Right of a River"** "Conflicts" with the **"Human Right to Water"**? # '''Subjectivity''': Is "Legal Personhood" for a "Mountain" a "Form of Anthropomorphism" (Treating nature like a human)? # '''Impact''': How does "Rights of Nature" "Help" "Indigenous Sovereignty" (see Article 645)? </div> <div style="background-color: #2F4F4F; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Creating</span> == Future Frontiers: # '''The 'Earth-Justice' AI-Monitor''': (See Article 08). An AI that "Constantly" "Scans" "Satellite Data" to "Detect" "Violations" of **"Nature's Rights"** and "Files" "Automated Lawsuits." # '''VR 'Guardian' Training''': (See Article 604). A "Walkthrough" where you "Experience" the "Legal Obligations" of being a **"Voice for the Land."** # '''The 'Nature' Equity Ledger''': (See Article 533). A "Blockchain" where "Ecosystems" "Own their own Carbon Credits" and "Use" the "Income" to "Buy back Land" and "Self-Protect." # '''Global 'Rights of Future Generations' Treaty''': (See Article 630). A "Binding" **UN Treaty** that "Allows" "Children" to "Veto" "Any Policy" that "Damages" their **"Ecological Inheritance."** [[Category:Arts]] [[Category:Science]] [[Category:Philosophy]] [[Category:Ethics]] [[Category:Ecology]] [[Category:Sociology]] [[Category:Law]] [[Category:Politics]] [[Category:Human Rights]] [[Category:Sustainability]] [[Category:Indigenous Studies]] </div>
Summary:
Please note that all contributions to BloomWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
BloomWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Template used on this page:
Template:BloomIntro
(
edit
)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information