ADVERTISEMENT

'Deserves a statue': Drama-filled finale for Dutch stalwart Van der Gragt

Published Aug 11, 2023 07:36 am

At A Glance

  • Retiring Stefanie van der Gragt "deserves a statue", coach Andries Jonker said, after her career came to an end with the Netherlands' 2-1 defeat to Spain in the World Cup quarterfinals on Friday, Aug. 11.

WELLINGTON (AFP) -- Retiring Stefanie van der Gragt "deserves a statue", coach Andries Jonker said, after her career came to an end with the Netherlands' 2-1 defeat to Spain in the World Cup quarterfinals on Friday, Aug. 11.

33QX84W-highres.jpg
Netherlands' defender Stefanie van der Gragt (center) celebrates scoring her team's first goal during the Australia and New Zealand 2023 Women's World Cup quarterfinal football match between Spain and the Netherlands at Wellington Stadium on Friday,  Aug. 11. (AFP)

The defensive stalwart, who turns 31 next week, could not have imagined a more drama-filled finale when she announced she would be retiring at the end of the World Cup.

The center-back's handball gave away a penalty on her 106th appearance for her country, scored by Mariona Caldentey in the 81st minute, to put Spain on the verge of the semifinals.

"I wanted to block the cross. It was a split second and it was so unlucky," a tearful Van der Gragt said.

But 10 minutes later the Inter Milan player went from villain to hero in Wellington.

As the Dutch poured forward in search of an equalizer, Van der Gragt was pushed up front.

A minute into added time she seized her chance, breaking away to lash home and make it 1-1, forcing extra time.

"It was a nice ball through, the only thing I was thinking was 'shoot'. It was a good feeling," she said.

But Van der Gragt's dreams of signing out by winning the World Cup were torpedoed in the 111th minute when Spanish teenager Salma Parralluelo scored on the break.

"It's hard now," added Van der Gragt. "We had the chance in extra time and we didn't score, they had one chance and they scored. That's football."

After spells as a player at Bayern Munich, Ajax, Barcelona and Inter, Van der Gragt will now become technical manager at her first club, AZ Alkmaar.

"I don't think about it now. I'll think about it at home that it was my last game," added Van der Gragt, who said she accepted the job to be closer to her family.

She admitted it was hard to walk off the Wellington pitch knowing she had played her last game. "I have to be proud of myself and the team," she added.

Van der Gragt was part of the Dutch team who lost the 2019 World Cup final to the United States. She scored the winning goal against Portugal in the group stage in this tournament.

Jonker hailed Van der Gragt's performances over the years in the famous orange shirt.

"This kind of defender is disappearing in modern football," he said.

"This mentality, this huge will to win, to fight.

"She's not the best player in the world, but maybe the best defender, as she has shown in the national team for more than 100 matches.

"One way or another, I think she deserves a statue."

Jonker left the door open for Van der Gragt to resume her international career if she has a change of heart.

"We respect her a lot. It's her choice, but if she would change her mind, she would be welcomed."

Related Tags

FIFA Women’s World Cup
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.