<!doctype html>
<!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8">        <![endif]-->
<!--[if IE 8]>         <html class="no-js lt-ie9">               <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js">                      <!--<![endif]-->
<head>
    <meta charset="utf-8">

    <title>As another protester dies in occupied indigenous lands, Argentina must stop trying to erase its pas</title>

    <link type="text/css" rel="stylesheet" href="/_assets/css/general/basic.css" />
    <link rel="canonical" href="https://www-2018.swansea.ac.uk/press-office/news-archive/2017/asanotherprotesterdiesinoccupiedindigenouslandsargentinamuststoptryingtoeraseitspas.php" /> 





<meta name="viewport" content="width=device-width, initial-scale=1.0;">
<meta property="su:page-type" content="News Item">
<meta property="su:section-id" content="112621">

    <script type="text/javascript" src="/_assets/vendor/enhance.js"></script>
    <script type="text/javascript">

        var SU =        {
                            customScripts: {
                                preRepositioning:  [],
                                postRepositioning: []
                            }
                        },

            dataLayer = [],

            styles =    [
                            '/_assets/css/general/desktop.css',
                            {
                                href: '/_assets/css/common/ie.css',
                                iecondition: 'all'
                            },
                            {
                                href: '/_assets/css/common/ie7.css',
                                iecondition: 7
                            },
                            {
                                href: '/_assets/css/common/ie8.css',
                                iecondition: 8
                            }
                        ],
        
            scripts =   [
                           '/_assets/js/common/modernizr-jquery.all.min.js'
                        ];
        

        

        

        scripts = scripts.concat([
            '/_assets/vendor/jquery-plugins/cycle2/jquery.cycle2.js',
            '/_assets/vendor/jquery-plugins/cycle2/jquery.cycle2.swipe.js',
            '/_assets/vendor/jquery-plugins/auto-complete/jquery.auto-complete.js',
            '/_assets/vendor/mustache.js',
            '/_assets/js/common/console.js',
            '/_assets/js/common/su.js',
            '/_assets/js/common/su/http/link.js',
            '/_assets/js/common/jquery-plugins/jQuery.showCookieMessage.js',
            '/_assets/vendor/jquery-plugins/ba-throttle-debounce/jquery.ba-throttle-debounce.js',
            '/_assets/js/common/jquery-plugins/jQuery.initialiseNavigation.js',
            '/_assets/js/common/jquery-plugins/jQuery.inputClear.js',
            '/_assets/js/general/desktop/enhanceFooterLinks.js',
            '/_assets/js/general/desktop/jQuery.initialiseSplashGallery.js',
            '/_assets/js/general/desktop/jQuery.initialiseFeaturedGallery.js',
            '/_assets/js/general/desktop/jQuery.initialiseTabPods.js',
            '/_assets/js/general/desktop/jQuery.initialiseQuadSliders.js',
            '/_assets/js/general/desktop/jQuery.stripeTableRows.js',
            '/_assets/vendor/jquery-plugins/ba-bbq/jquery.ba-bbq.js',
            '/_assets/js/general/desktop/jQuery.initialiseExpanders.js',
            '/_assets/vendor/jquery-plugins/cookie/jquery.cookie.js',
            '/_assets/vendor/jquery-plugins/jBreadCrumb/js/jquery.easing.1.3.js',
            '/_assets/vendor/jquery-plugins/jBreadCrumb/js/jquery.jBreadCrumb.1.1.js',
            '/_assets/js/general/desktop.js',
            '/_assets/js/precedent/coreFunctions.js'
        ]);

        enhance({
            loadStyles: styles,
            loadScripts: scripts,
            forcePassText: 'Enhanced version',
            forceFailText: 'Basic version'
        });
    </script>


</head>

<body id="content" class="layout-general-wrapper">
 

    <div id="general" class="layout-general">

        <!--noindex-->
        <div id="header" class="layout-header">
<h1 id="logo" class="logo">
    <span class="logo-text">As another protester dies in occupied indigenous lands, Argentina must stop trying to erase its pas</span>
    <a id="logo-link" href="https://www.swansea.ac.uk/">

        <img class="logo-image" src="/_assets/images/precedent/logo.en.png" alt="Swansea University Logo" />

    </a>
</h1>
            <div id="skipToContent" class="skip-to-content">
                <a class="skip-to-content-link" tabindex="1" href="#content-items" title="skip to content">Skip to content</a>
            </div>

<div id="globalNavWrapper" class="header-links">
    <ul id="globalNav" class="header-links-list">
    
        <!-- navigation object : SU_audience navigation --><li class="header-links-list-item"><a href="http://myuni.swan.ac.uk/">Current Students</a></li><li class="header-links-list-item"><a href="https://staff.swansea.ac.uk/">Staff</a></li><li class="header-links-list-item"><a href="http://www.swanseauniversity.com.cn">&#20013;&#25991;</a></li>
        
        

    </ul>
</div>
            
            <div id="globalSearch" class="global-search-form">
<div class="global-search-form">
	<form action="https://www.swansea.ac.uk/search/">
	  <div>
	    <input type="hidden" name="c" value="swansea-web" />
	    <input
           id="global-search-form-q"
	       type="text"
	       name="q"
	       placeholder="Site Search"
	       size="31"
	       class="global-search-form-query"
	    />
	    <input class="global-search-form-submit" type="submit" value="GO" />
	  </div>
	</form>
</div>

<script class="register-custom-scripts">
(function () {
    SU.customScripts.postRepositioning.push(function () {
    
        var endpoint = 'https://swansea.funnelback.co.uk/s/suggest.json',

            unique = function(arr) {
                var hash = {}, result = [];
                for ( var i = 0, l = arr.length; i < l; ++i ) {
                    if ( !hash.hasOwnProperty(arr[i]) ) {
                        hash[ arr[i] ] = true;
                        result.push(arr[i]);
                    }
                }
                return result;
            },
            
            setHandler = function() {
                $('#global-search-form-q').off().autoComplete({
                    source: function(term, response) {
                        console.log("You typed [" + term + "]");
                        $.getJSON(
                            endpoint,
                            {
                                collection:    'swansea-web',
                                partial_query: term
                            },
                            function(data) {
                                response(unique(data));
                            }
                        );
                    }
                });
            };
    
        console.group('Initialising auto complete');
        window.setTimeout(function () {
            setHandler();
        }, 500);
        
        console.groupEnd();
    });
}());
</script>
            </div>
            
            <div id="naviBar" class="main-nav">
<!-- navigation object : SU_Main_Nav -->

            </div>
        </div>
        <!--endnoindex-->
        
        <div class="layout-container">
            <div id="main" class="layout-content">
                <div id="contentHeader" class="content-header">

                    <!--noindex-->
<div class="breadCrumbHolder module">
    <div class="breadCrumb module">
        <ul>
            <li itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
                <a href="https://www.swansea.ac.uk/" itemprop="url">
                    <span itemprop="title">Home</span>
                </a>
            </li>
            <li itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
                <a href="https://www.swansea.ac.uk/press-office/" itemprop="url">
                    <span itemprop="title">Press Office</span>
                </a>
            </li>
	</ul>
    </div>
</div>
                    <!--endnoindex-->

                    <h1 class="content-header-heading">As another protester dies in occupied indigenous lands, Argentina must stop trying to erase its pas</h1>
                </div>

                <div id="splash-items" class="layout-splash">
                </div>

                <!--noindex-->
                <div class="layout-content-nav">
                    <div id="secondaryNavWrapper"></div>
                </div>
                <!--endnoindex-->

                <div id="content-items" class="layout-content-items content-items">
                    <div class="layout-featured-items">
                    </div>

                    <div class="layout-article-items">
  <div class="news-item-fulltext">
<p style="padding: 1.5em; text-align: center; background-color: #ffc266; font-weight: bold">
    Please note, this page has been archived and is no longer being updated.
</p>
    <p class="news-item-summary">The following article written by Dr Geraldine Lublin was originally published by The Conversation.</p>

    <div class="news-item-content">
        <p>The conflict in Argentina between the indigenous Mapuche community and the national government&nbsp;<a href="https://elpais.com/internacional/2017/11/26/argentina/1511652054_152293.html" target="_blank">has claimed another victim</a>: Rafael Nahuel, an indigenous 22-year-old who was killed while resisting a raid by government forces on indigenous activists in the province of R&iacute;o Negro.</p>
<p>The news broke during the wake of Santiago Maldonado, the activist whose disappearance and death earlier this year brought the conflict in Patagonia into the spotlight. But whereas Maldonado&rsquo;s body was mysteriously&nbsp;<a href="https://theconversation.com/a-mysterious-death-in-argentina-draws-attention-to-indigenous-land-struggles-86028" target="_blank">found drowned in the Chubut river 78 days after a border police raid</a>, Nahuel was shot by a special operations group of the Argentine Naval Prefecture.</p>
<p>Both Maldonado and Nahuel were supporting indigenous Mapuche groups who had moved in to &ldquo;recover&rdquo; through occupation ancestral territories in Patagonia in the south of Argentina &ndash; Maldonado at the Lof Cushamen in Chubut province, and Nahuel at the&nbsp;<a href="https://www.laizquierdadiario.com/La-comunidad-Lafken-Winkul-Mapu-denuncia-torturas-a-los-detenidos" target="_blank">Lof Lafken Winkul Mapu community</a>&nbsp;in neighbouring R&iacute;o Negro province. The Lof Lafken Winkul Mapu (<em>lof</em>&nbsp;being a term for a Mapuche community) occupied a very small but touristy area officially belonging to the&nbsp;<a href="http://www.patagonia-argentina.com/en/nahuel-huapi-national-park/" target="_blank">Nahuel Huapi National Park</a>, the first national park established in Argentina.</p>
<p>In Cushamen, the Pu Lof in Resistance have occupied about 1,000 hectares of ancestral lands which are part of the 2.2m acres of Argentina owned by the Benetton Group &ndash;&nbsp;<a href="http://www.bbc.com/mundo/noticias/2011/06/110603_argentina_ley_tierra_extranjeros_vs" target="_blank">the largest private landowner in the country</a>, much of it bought&nbsp;<a href="http://articles.baltimoresun.com/1998-09-19/news/1998262010_1_bariloche-ranches-argentina" target="_blank">at bargain prices</a>&nbsp;during the 1990s.</p>
<p>There is&nbsp;<a href="http://www.academia.edu/1267992/Ese_ajeno_Sur" target="_blank">a shady history</a>&nbsp;behind the lands owned by Benetton. The first recorded property rights date back to 1889, when the London-based Argentine Southern Land Company received from the Argentine government a &ldquo;donation&rdquo; of ten&nbsp;<em>estancias</em>&nbsp;(or rural estates), even though it was forbidden at that time to grant consecutive plots of land to a single owner. The government&rsquo;s generous gift would have been in return for the financial support lent by these British investors to&nbsp;<a href="https://www.theguardian.com/world/2011/jan/13/argentinian-founding-father-genocide-row" target="_blank">the genocidal Conquest of the Desert</a>, during which native inhabitants were chased off their land in order to open it up for white settlement. The&nbsp;<a href="http://farn.org.ar/wp-content/uploads/2014/06/inf_mapuche_benetton_farn_es.pdf" target="_blank">Argentine Southern Land Company</a>&nbsp;changed hands in 1975 and was ultimately sold to Benetton in 1991.</p>
<h2>The law is no protection</h2>
<p>The nature of this original transaction came back to haunt Benetton in 2002, when Mapuche descendants Rosa Rua Nahuelquir and Atilio Curi&ntilde;anco occupied some 500 hectares which the land registry had reported as state-owned, but which turned out to be within Benetton&rsquo;s Leleque estancia. After&nbsp;<a href="https://elpais.com/especiales/2017/represion-mapuches-argentina/" target="_blank">more than a decade of wrangling</a>&nbsp;that included violent evictions, a meeting with Luciano Benetton in Rome and a number of judicial setbacks, in November 2014 the state finally recognised the right of the Mapuche family to stay and make full use of the land as provided for by&nbsp;<a href="http://servicios.infoleg.gob.ar/infolegInternet/anexos/120000-124999/122499/norma.htm" target="_blank">National Law 26,160</a></p>
<p>However, while this might seem to be a victory for the Mapuche, the same ruling was not applied when a second plot within Leleque was occupied soon after by the Lof Cushamen. Nor was it applied in the later case of the Lof Lafken Winkul Mapu. Rather than a proper legal enactment, National Law 26,160 is only a temporary patch that stops evictions until further notice for the duration of the &ldquo;state of emergency&rdquo; concerning possession and ownership of indigenous lands. When the state of emergency will be declared over is hard to foresee.</p>
<p><img alt="" src="https://images.theconversation.com/files/197561/original/file-20171204-4096-1hf08vi.jpg?ixlib=rb-1.1.0&amp;q=45&amp;auto=format&amp;w=754&amp;fit=clip" /><span class="caption">The wide open and contested lands of Patagonia.</span>&nbsp;<span class="attribution"><a class="source" href="https://www.flickr.com/photos/nestorgalina/3175659736" target="_blank">nestorgalina</a>,&nbsp;<a class="license" href="http://creativecommons.org/licenses/by/4.0/" target="_blank">CC BY</a></span></p>
<p>It is estimated that there are more than&nbsp;<a href="http://documents.worldbank.org/curated/en/278281468221984517/pdf/SFG2117-EA-SPANISH-P158791-Box396251B-PUBLIC-Disclosed-5-3-2016.pdf" target="_blank">955,000 indigenous people</a>belonging to&nbsp;<a href="http://enotpo.blogspot.co.uk/" target="_blank">about 40 different groups</a>&nbsp;in Argentina &ndash; less than 2.5% of the total population. But a recent DNA study indicated that&nbsp;<a href="http://portal.educ.ar/noticias/ciencia-y-tecnologia/mapa-genetico-de-la-poblacion.php" target="_blank">as many as 56% of Argentines would have indigenous ancestry</a>. This came as a surprise for a country known for&nbsp;<a href="https://www.academia.edu/12023122/Indigenous_Struggles_and_Contested_Identities_in_Argentina_Histories_of_Invisibilization_and_Reemergence" target="_blank">consistently rendering indigenous populations invisible</a>.</p>
<p>Though the amendment was introduced in 1994, many Argentinians are still surprised to learn that the&nbsp;<a href="http://servicios.infoleg.gob.ar/infolegInternet/anexos/0-4999/804/norma.htm" target="_blank">National Argentine Constitution</a>recognises &ldquo;the ethnic and cultural pre-existence of Argentine indigenous peoples&rdquo; &ndash; including not only their identity but also &ldquo;the possession and communal ownership of the land they traditionally occupy&rdquo;. It also recognises the state&rsquo;s obligation to ensure these communities participate in the management of their lands and natural resources &ldquo;and other matters which may affect their interests&rdquo;.</p>
<p>Indigenous entitlement is also protected by the International Labour Organisation&rsquo;s&nbsp;<a href="http://www.ilo.org/dyn/normlex/en/f?p=NORMLEXPUB:12100:0::NO::P12100_ILO_CODE:C169" target="_blank">Indigenous and Tribal Peoples Convention (No. 169)</a>, adopted by Argentina in 1992 and by the&nbsp;United Nations Declaration on the Rights of Indigenous Peoples&nbsp;of 2007.</p>
<h2>Terra nullius</h2>
<p>Argentina, as with other colonial settler states&nbsp;<a href="https://www.pagina12.com.ar/diario/dialogos/21-178560-2011-10-10.html" target="_blank">built on the genocide of indigenous peoples</a>, is not the only country in which this legal inconsistency exists. Other nations where territory was appropriated under the doctrine of&nbsp;<em>terra nullius</em>&nbsp;(the claim that the land was owned by no one) have been grappling with these issues for decades. Arguably they have made considerable progress, even if&nbsp;<a href="https://theconversation.com/all-mouth-and-no-ears-settlers-with-opinions-83338">there is still a long way to go</a>.</p>
<p>In comparison, Argentina&rsquo;s official approach to indigenous matters includes frequent violations of legal protections for indigenous communities where they run up against the interests of extractive industries, such as oil and mining, or agribusiness. More so, there is a fundamental lack of recognition of indigenous rights that goes beyond political circumstances &ndash; as the bitter confrontation between the&nbsp;<a href="https://www.theguardian.com/world/2015/jul/05/argentina-fight-reclaim-ancestral-land-indigenous-leader" target="_blank">indigenous Qom people and the previous Argentine government under Christine Kirchner</a>&nbsp;has shown.</p>
<p>The&nbsp;<a href="https://www.researchgate.net/publication/290607423_Invisible_Indians_Degenerate_Descendants_Idiosyncrasies_of_Mestizaje_in_Southern_Patagonia" target="_blank">repeatedly refuted</a>&nbsp;but still enduring claim that&nbsp;<a href="https://www.infobae.com/opinion/2017/08/09/diez-verdades-sobre-los-mapuches-y-sus-reclamos/" target="_blank">Mapuches are in fact Chilean</a>&nbsp;and therefore have no right to Argentine lands seems bizarre, considering the protection extended to the many land-owning foreigners such as&nbsp;<a href="http://www.veintitres.com.ar/article/details/124806/los-duenos-de-la-patagonia" target="_blank">Benetton, George Soros, Joe Lewis or Ted Turner</a>&nbsp;that own vast tracts of land containing not only natural beauty worthy of a national park but also strategic resources. The current&nbsp;<a href="https://www.clarin.com/politica/criticas-senado-flexibiliza-tierras-extranjeros_0_B1v1qnKI.html" target="_blank">6% of Argentine lands held in foreign ownership</a>&nbsp;may rise further, given a recent decree&nbsp;<a href="http://www.lanacion.com.ar/2014775-la-ley-de-tierras-divide-las-aguas" target="_blank">removing the previous limit of 15%</a>.</p>
<p>All these recent events speak volumes about how Argentina continues to ignore the consequences of the violence in which it was forged as a nation. Turning a deaf ear to the claims of its indigenous peoples will not help.</p>
<p><span><a href="http://www.swansea.ac.uk/staff/arts-and-humanities/academic/lubling/" target="_blank">Dr Geraldine Lublin</a>,&nbsp;<span>Coleg Cymraeg Cenedlaethol</span>&nbsp;<span>Lecturer in Spanish</span>,&nbsp;<em><a href="http://theconversation.com/institutions/swansea-university-2638" target="_blank">Swansea University</a></em></span></p>
<p>This article was originally published on&nbsp;<a href="http://theconversation.com/" target="_blank">The Conversation</a>. Read the&nbsp;<a href="https://theconversation.com/as-another-protester-dies-in-occupied-indigenous-lands-argentina-must-stop-trying-to-erase-its-past-85049" target="_blank">original article</a></p>
    </div>

    <ul class="news-item-post-info-container vcard">
        <li class="news-item-post-info author">
           Posted by
            <span class="fn">Ffion White</span>
            &lt;<a class="email" href="mailto:f.e.white@swansea.ac.uk">f.e.white@swansea.ac.uk</a>&gt;
        </li>

        <li class="news-item-post-info">
            <a href="/press-office/news-archive/2017/asanotherprotesterdiesinoccupiedindigenouslandsargentinamuststoptryingtoeraseitspas.php" rel="bookmark">
                <abbr class="published" title="2017-12-04T13:44:00+00:00">Monday 4 December 2017 13.44 GMT</abbr>
            </a>
        </li>

        <li class="news-item-post-info updated-container">
            <abbr class="updated" title="2019-09-11T12:20:50+01:00">Wednesday 11 September 2019 12.20 BST</abbr>
        </li>

        <li class="news-item-post-info">
        	<span class="fn org">Ffion White</span>
        </li>
    </ul>

</div>

                    </div>

                    <div class="layout-related-items">
                    </div>
                </div>


            </div>

            <!--noindex-->
            <div id="footer" class="layout-footer">
                <ul id="footerLinks" class="footer-links">
<!-- navigation object : SU_footer navigation --><li class="footer-links-list-item"><a href="/the-university/contact/">Contact Us</a></li><li class="footer-links-list-item"><a href="/personnel/jobs/">Jobs</a></li><li class="footer-links-list-item"><a href="/the-university/colleges/">Colleges</a></li><li class="footer-links-list-item"><a href="/press-office/">Press</a></li><li class="footer-links-list-item"><a href="https://www.swansea.ac.uk/about-us/safety-and-security/health-and-safety/">Health &amp; Safety</a></li><li class="footer-links-list-item"><a href="/includes/footer/disclaimer-and-copyright/">Disclaimer &amp; Copyright</a></li><li class="footer-links-list-item"><a href="/includes/footer/site-map/">Site map</a></li><li class="footer-links-list-item"><a href="/includes/footer/privacyandcookies/">Privacy and Cookies</a></li><li class="footer-links-list-item"><a href="http://www.swan.ac.uk/course-search/">Course Search</a></li>
                </ul>

                <div id="footerDisclaimer" class="footer-disclaimer">
                    <p class="footer-disclaimer-text">Swansea University is a registered charity. No. 1138342.</p>
                </div>
            </div>
            <!--endnoindex-->

        </div>

    </div>


<script id="desktop-header-template" type="text/x-tmpl-mustache">

    <div id="header" class="layout-header">
        <div class="skip-to-content" id="skipToContent">
            {{{ skipToContent }}}
        </div>

        <h1 id="logo" class="logo">
            {{{ logo }}}
        </h1>

        <div id="globalNavWrapper" class="header-links">
            <ul id="globalNav" class="header-links-list">
                {{{ globalNav }}}
            </ul>
        </div>

        <div id="globalSearch" class="global-search-form">
            {{{ globalSearch }}}
        </div>
                    
        <div id="naviBar" class="main-nav">
            <ul id="mainNav" class="main-nav-list">
                {{{ mainNav }}}
            </ul>
        </div>
    </div>

</script>


<script id="mobile-header-template" type="text/x-tmpl-mustache">

    <div id="header" class="layout-header">
        <span class="layout-menu-bar">
            <a id="layout-menu-bar-toggle" class="layout-menu-bar-toggle" href="#">{{mobile.linksText}}</a>
        </span>

        <a id="logo-link" href="{{mobile.logoLinkHref}}">
            <img class="logo-image" alt="{{mobile.logoAlt}}" src="{{mobile.logoSrc}}" />
        </a>
    </div>

</script>


<script id="desktop-menu-template" type="text/x-tmpl-mustache">

    <div class="layout-content-nav">
        <div id="secondaryNavWrapper">
             <ul id="secondaryNav" class="content-nav content-nav-items">
                 {{{secondaryNav}}}
             </ul>
         </div>
    </div>

</script>


<script id="mobile-menu-template" type="text/x-tmpl-mustache">

    <div class="layout-content-nav">
        <div id="globalNavWrapper">
            {{{globalNav}}}
        </div>

        <div id="naviBar">
            {{{mainNav}}}
        </div>

        <div id="secondaryNavWrapper">
             <ul id="secondaryNav">
                 {{{secondaryNav}}}
             </ul>
         </div>
    </div>

</script>


<script id="desktop-tabs-pod-template" type="text/x-tmpl-mustache">

    <h2 class="tabs-pod-title">{{ podTitle }}</h2>
    <div class="tabs-pod-tabs">

        <ul class="tabs-item-list">
{{#tabs}}
            <li class="tabs-item-list-tab-item tabs-pod-tabs-tab-heading">
                <a class="tabs-item-list-tab-item-link" href="#">{{ tabHeading }}</a>
            </li>
{{/tabs}}
        </ul>

{{#tabs}}
        <div class="tabs-pod-tabs-tab">
            <div class="tabs-pod-tabs-tab-content">
                {{{ tabContent }}}
            </div>
        </div>
{{/tabs}}

    </div>

</script>


<script id="mobile-tabs-pod-template" type="text/x-tmpl-mustache">

    <h2 class="tabs-pod-title">{{ podTitle }}</h2>
    <div class="tabs-pod-tabs">
{{#tabs}}
        <div class="tabs-pod-tabs-tab">
            <h3 class="tabs-pod-tabs-tab-heading is-collapsed">
                <a href="#">{{ tabHeading }}</a>
            </h3>
            <div class="tabs-pod-tabs-tab-content" style="display: none">
                {{{ tabContent }}}
            </div>
        </div>
{{/tabs}}
    </div>

</script>


</body>

</html>
