Topics
Countries
Luxembourg News
Would you like to access news/blog content published by sources located in Luxembourg?
Code example
If you'd like to make a REST call, then make a following POST request:
Endpoint /api/v1/article/getArticles
Request body
{
"sourceLocationUri": "http://en.wikipedia.org/wiki/Luxembourg",
"resultType": "articles",
"apiKey": "API_KEY"
}
If you'd like instead to do a GET request then call:
/api/v1/article/getArticles?sourceLocationUri=http%3A%2F%2Fen.wikipedia.org%2Fwiki%2FLuxembourg&resultType=articles&apiKey=API_KEY
Example of JSON response
Below is an example JSON object that you would receive as the result of the request. You can retrieve also additional properties such as concepts, categories, source details, etc. by specifying additional parameters in the request as described on the documentation page.
{
"articles": {
"results": [
{
"uri": "9360387271",
"lang": "eng",
"isDuplicate": true,
"date": "2026-06-16",
"time": "23:15:45",
"dateTime": "2026-06-16T23:15:45Z",
"dateTimePub": "2026-06-16T22:50:55Z",
"dataType": "news",
"sim": 0,
"url": "https://today.rtl.lu/entertainment/news/new-asian-pop-and-folk-categories-announced-by-musics-grammy-awards-2069419510",
"title": "New Asian pop and folk categories announced by music's Grammy Awards",
"body": "Next year's Grammy Awards will feature five new categories, the Recording Academy announced Tuesday, along with redefined rules that could affect the future of the coveted Best New Artist prize.\n\nBased on feedback from its members, the 2027 show will honor Best Asian Pop Music Performance, Best R&B Collaboration Performance, Best Traditional Pop Vocal Performance, Best Traditional Folk Album and Best Latin Song.\n\nThe academy also redefined how many times an artist can be submitted in the Best New Artist category, allowing four submissions instead of three and opening up the opportunity to budding singers who may have exhausted their limit.\n\nIn the past, the category was won by singers Olivia Rodrigo, Chappell Roan and Olivia Dean.\n\n\"The changes advanced by our Recording Academy members speak to the breadth of today's music industry and the many genres, crafts and creators shaping it,\" said Harvey Mason Jr, CEO of the Recording Academy.\n\n\"We're excited to see these updates come to life in the year ahead as we celebrate the music people who are driving music forward.\"\n\nThe Grammys will host \"music's biggest night\" in Los Angeles in February.",
"source": {
"uri": "today.rtl.lu",
"dataType": "news",
"title": "RTL Today"
},
"authors": [
{
"uri": "agence_france_presse@today.rtl.lu",
"name": "Agence France-Presse",
"type": "author",
"isAgency": false
}
],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Grammy_Awards",
"type": "wiki",
"score": 4,
"label": {
"eng": "Grammy Awards"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Pop_music",
"type": "wiki",
"score": 4,
"label": {
"eng": "Pop music"
}
},
{
"uri": "http://en.wikipedia.org/wiki/The_Recording_Academy",
"type": "wiki",
"score": 3,
"label": {
"eng": "The Recording Academy"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Grammy_Award_for_Best_New_Artist",
"type": "wiki",
"score": 3,
"label": {
"eng": "Grammy Award for Best New Artist"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Folk_music",
"type": "wiki",
"score": 3,
"label": {
"eng": "Folk music"
}
},
{
"uri": "http://en.wikipedia.org/wiki/MTV_Video_Music_Award_for_Best_Latin",
"type": "wiki",
"score": 2,
"label": {
"eng": "MTV Video Music Award for Best Latin"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Grammy_Award_for_Best_Traditional_Folk_Album",
"type": "wiki",
"score": 2,
"label": {
"eng": "Grammy Award for Best Traditional Folk Album"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Grammy_Award_for_Best_Traditional_Pop_Vocal_Album",
"type": "wiki",
"score": 2,
"label": {
"eng": "Grammy Award for Best Traditional Pop Vocal Album"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Rhythm_and_blues",
"type": "wiki",
"score": 2,
"label": {
"eng": "Rhythm and blues"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Olivia_Rodrigo",
"type": "person",
"score": 1,
"label": {
"eng": "Olivia Rodrigo"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Harvey_Mason",
"type": "person",
"score": 1,
"label": {
"eng": "Harvey Mason"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Music_industry",
"type": "wiki",
"score": 1,
"label": {
"eng": "Music industry"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Los_Angeles",
"type": "loc",
"score": 1,
"label": {
"eng": "Los Angeles"
},
"location": {
"type": "place",
"label": {
"eng": "Los Angeles"
},
"country": {
"type": "country",
"label": {
"eng": "United States"
}
}
}
}
],
"categories": [
{
"uri": "dmoz/Business/Arts_and_Entertainment/Music",
"label": "dmoz/Business/Arts and Entertainment/Music",
"wgt": 21
},
{
"uri": "dmoz/Arts/Music/Education",
"label": "dmoz/Arts/Music/Education",
"wgt": 22
},
{
"uri": "dmoz/Arts/Music/History",
"label": "dmoz/Arts/Music/History",
"wgt": 22
},
{
"uri": "dmoz/Arts/Music/Awards",
"label": "dmoz/Arts/Music/Awards",
"wgt": 25
},
{
"uri": "dmoz/Arts/Movies/Awards",
"label": "dmoz/Arts/Movies/Awards",
"wgt": 25
},
{
"uri": "news/Arts_and_Entertainment",
"label": "news/Arts and Entertainment",
"wgt": 95
},
{
"uri": "iptc/arts,_culture,_entertainment_and_media/arts_and_entertainment/music",
"label": "iptc/arts, culture, entertainment and media/arts and entertainment/music",
"wgt": 100
},
{
"uri": "iptc/human_interest/award_and_prize",
"label": "iptc/human interest/award and prize",
"wgt": 94
}
],
"image": "https://static-prod.rtl.lu/bd/a7/ae62b4ad29041ccfdcacffaeb8e0/medias",
"eventUri": null,
"sentiment": 0.5921568627450979,
"wgt": 519347745,
"relevance": 1
},
{
"uri": "9360377545",
"lang": "eng",
"isDuplicate": true,
"date": "2026-06-16",
"time": "23:02:03",
"dateTime": "2026-06-16T23:02:03Z",
"dateTimePub": "2026-06-16T22:47:46Z",
"dataType": "news",
"sim": 0,
"url": "https://today.rtl.lu/news/world/iranian-forward-gets-us-visa-for-world-cup-team-official-899614800",
"title": "Iranian forward gets US visa for World Cup: team official",
"body": "Iran's team have been preparing for the World Cup in Tijuana, Mexico\n\nIranian forward Mehdi Torabi has received a visa for the United States that will allow him to play the rest of the tournament there, a team official said Tuesday.\n\nTorabi, who sat on the bench in the squad's opening 2-2 draw with New Zealand, had originally only been granted permission to enter the country once, setting the team scrambling to find a solution that would allow him to return to face Belgium on Sunday.\n\n\"Following efforts by the Football Federation and coordination with FIFA, the player was issued a new multiple-entry visa today,\" a team official said.\n\n\"With this visa now secured, Torabi will have no issues accompanying Iran's national team in its upcoming matches and will be available to travel with the squad throughout the remainder of the tournament.\"\n\nIran's final group game is against Egypt in Seattle on June 26.\n\nThe visa issue was the latest complication for the Iranian team in the run up to the World Cup.\n\nTeam Melli's participation had been in doubt since the United States and Israel launched a bombing campaign against Iran in late February.\n\nTehran hit back at US allies in the region, targeting infrastructure and closing the strategic Strait of Hormuz, a waterway through which 20 percent of the world's oil passes.\n\nA plan to station the team in Arizona was scrubbed at the 11th hour, with a new base camp being established in Tijuana, Mexico instead.\n\nUS officials denied visas entirely for more than a dozen support staff, meaning they could not travel to the games.\n\nCoach Amir Ghalenoei complained Monday that Iran was the \"most oppressed team in the World Cup\" after his players were suddenly informed they must travel back to Mexico immediately after their opening game ended.\n\n\"They delayed our arrivals, (now) they are forcing us to go back early without time for recovery,\" Ghalenoei told journalists.\n\n\"They are making the situation more and more difficult, facing us with more hurdles, but we're not going to let that stop us from doing our best.\"",
"source": {
"uri": "today.rtl.lu",
"dataType": "news",
"title": "RTL Today"
},
"authors": [
{
"uri": "agence_france_presse@today.rtl.lu",
"name": "Agence France-Presse",
"type": "author",
"isAgency": false
}
],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Travel_visa",
"type": "wiki",
"score": 5,
"label": {
"eng": "Travel visa"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Mehdi_Torabi",
"type": "person",
"score": 5,
"label": {
"eng": "Mehdi Torabi"
}
},
{
"uri": "http://en.wikipedia.org/wiki/FIFA_World_Cup",
"type": "wiki",
"score": 5,
"label": {
"eng": "FIFA World Cup"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Iran",
"type": "loc",
"score": 5,
"label": {
"eng": "Iran"
},
"location": {
"type": "country",
"label": {
"eng": "Iran"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/United_States",
"type": "loc",
"score": 4,
"label": {
"eng": "United States"
},
"location": {
"type": "country",
"label": {
"eng": "United States"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Iran_national_football_team",
"type": "wiki",
"score": 3,
"label": {
"eng": "Iran national football team"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Tijuana",
"type": "loc",
"score": 3,
"label": {
"eng": "Tijuana"
},
"location": {
"type": "place",
"label": {
"eng": "Tijuana"
},
"country": {
"type": "country",
"label": {
"eng": "Mexico"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/New_Zealand",
"type": "loc",
"score": 3,
"label": {
"eng": "New Zealand"
},
"location": {
"type": "country",
"label": {
"eng": "New Zealand"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/FIFA",
"type": "wiki",
"score": 2,
"label": {
"eng": "FIFA"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Seattle",
"type": "loc",
"score": 2,
"label": {
"eng": "Seattle"
},
"location": {
"type": "place",
"label": {
"eng": "Seattle"
},
"country": {
"type": "country",
"label": {
"eng": "United States"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Israel",
"type": "loc",
"score": 2,
"label": {
"eng": "Israel"
},
"location": {
"type": "country",
"label": {
"eng": "Israel"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Egypt",
"type": "loc",
"score": 2,
"label": {
"eng": "Egypt"
},
"location": {
"type": "country",
"label": {
"eng": "Egypt"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Belgium",
"type": "loc",
"score": 2,
"label": {
"eng": "Belgium"
},
"location": {
"type": "country",
"label": {
"eng": "Belgium"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Amir_Ghalenoei",
"type": "person",
"score": 1,
"label": {
"eng": "Amir Ghalenoei"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Strait_of_Hormuz",
"type": "wiki",
"score": 1,
"label": {
"eng": "Strait of Hormuz"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Petroleum",
"type": "wiki",
"score": 1,
"label": {
"eng": "Petroleum"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Arizona",
"type": "loc",
"score": 1,
"label": {
"eng": "Arizona"
},
"location": {
"type": "place",
"label": {
"eng": "Arizona"
},
"country": {
"type": "country",
"label": {
"eng": "United States"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Tehran",
"type": "loc",
"score": 1,
"label": {
"eng": "Tehran"
},
"location": {
"type": "place",
"label": {
"eng": "Tehran"
},
"country": {
"type": "country",
"label": {
"eng": "Iran"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Mexico",
"type": "loc",
"score": 1,
"label": {
"eng": "Mexico"
},
"location": {
"type": "country",
"label": {
"eng": "Mexico"
}
}
}
],
"categories": [
{
"uri": "dmoz/Sports/Paintball/Teams",
"label": "dmoz/Sports/Paintball/Teams",
"wgt": 22
},
{
"uri": "dmoz/Computers/Robotics/Competitions",
"label": "dmoz/Computers/Robotics/Competitions",
"wgt": 18
},
{
"uri": "dmoz/Sports/Soccer/Competitions",
"label": "dmoz/Sports/Soccer/Competitions",
"wgt": 39
},
{
"uri": "dmoz/Recreation/Travel/Preparation",
"label": "dmoz/Recreation/Travel/Preparation",
"wgt": 29
},
{
"uri": "dmoz/Sports/Team_Handball/Tournaments",
"label": "dmoz/Sports/Team Handball/Tournaments",
"wgt": 19
},
{
"uri": "news/Sports",
"label": "news/Sports",
"wgt": 57
},
{
"uri": "iptc/sport/competition_discipline/soccer",
"label": "iptc/sport/competition discipline/soccer",
"wgt": 100
}
],
"image": "https://static-prod.rtl.lu/91/b7/6e6b8398a46692161443b5b57897/medias",
"eventUri": null,
"sentiment": 0.1607843137254903,
"wgt": 519346923,
"relevance": 1
},
{
"uri": "9360362349",
"lang": "eng",
"isDuplicate": false,
"date": "2026-06-16",
"time": "22:36:04",
"dateTime": "2026-06-16T22:36:04Z",
"dateTimePub": "2026-06-16T22:29:19Z",
"dataType": "news",
"sim": 0,
"url": "https://today.rtl.lu/sport/international/lack-of-concentration-cost-us-against-france-says-senegals-mendy-2089277490",
"title": "Lack of concentration cost us against France, says Senegal's Mendy",
"body": "Senegal goalkeeper Edouard Mendy said his side paid for losing focus at crucial times in the 3-1 defeat by France in their World Cup opener\n\nSenegal goalkeeper Edouard Mendy said his side had paid for taking their eye off the ball at critical moments in the 3-1 defeat by France in their opening World Cup match on Tuesday.\n\nThe Senegalese regretted not taking their chances in the first-half as France found their rhythm and a double by Kylian Mbappe and a goal by Bradley Barcola saw them comfortably home in the Group I clash in East Rutherford.\n\nIbrahim Mbaye was on the mark for Senegal.\n\nMendy said that even though they may have had the better of the first-half, the Lions of Teranga had failed to execute their game plan.\n\n\"We were a bit sluggish in the first-half,\" the 34-year-old told beIn Sports.\n\n\"We knew that in the second we had to raise our level, be more cutting edge in attack.\n\n\"We were at times, although against teams like these, you have to be totally on your game defensively and offensively.\n\n\"You cannot take your eye off the ball because you are up against pure talent.\"\n\nMendy, a Champions League winner with Chelsea in 2021, said he did not believe there was a gaping chasm between the two teams.\n\n\"We know what our qualities are and that we are capable of playing better,\" he said.\n\n\"We were especially lax when it came to retaining possession, we should have been more consistent in keeping it.\n\n\"But then again we did have a very good team as the opposition today.\"\n\nMendy, an Africa Cup of Nations winner in 2021, said there was still all to play for in terms of reaching the second round.\n\nThe 2002 quarter-finalists have Norway next Monday followed by Iraq four days later.\n\n\"As I said even if we won this match, the group would still be open,\" said Mendy, who plays his club football for Saudi Arabian side Al-Ahli.\n\n\"Today we lost but just as in 2022 (when they lost their opening group game but recovered to reach the knockout stages) we must rest and focus on Norway.\"",
"source": {
"uri": "today.rtl.lu",
"dataType": "news",
"title": "RTL Today"
},
"authors": [
{
"uri": "agence_france_presse@today.rtl.lu",
"name": "Agence France-Presse",
"type": "author",
"isAgency": false
}
],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Édouard_Mendy",
"type": "person",
"score": 5,
"label": {
"eng": "Édouard Mendy"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Goalkeeper_(association_football)",
"type": "wiki",
"score": 5,
"label": {
"eng": "Goalkeeper (association football)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Senegal",
"type": "loc",
"score": 5,
"label": {
"eng": "Senegal"
},
"location": {
"type": "country",
"label": {
"eng": "Senegal"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/France",
"type": "loc",
"score": 5,
"label": {
"eng": "France"
},
"location": {
"type": "country",
"label": {
"eng": "France"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/FIFA_World_Cup",
"type": "wiki",
"score": 4,
"label": {
"eng": "FIFA World Cup"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Bradley_Barcola",
"type": "wiki",
"score": 2,
"label": {
"eng": "Bradley Barcola"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Kylian_Mbappé",
"type": "person",
"score": 2,
"label": {
"eng": "Kylian Mbappé"
}
},
{
"uri": "http://en.wikipedia.org/wiki/East_Rutherford,_New_Jersey",
"type": "loc",
"score": 2,
"label": {
"eng": "East Rutherford, New Jersey"
},
"location": {
"type": "place",
"label": {
"eng": "East Rutherford, New Jersey"
},
"country": {
"type": "country",
"label": {
"eng": "United States"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Al_Ahli_Saudi_FC",
"type": "wiki",
"score": 1,
"label": {
"eng": "Al Ahli Saudi FC"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Africa_Cup_of_Nations",
"type": "wiki",
"score": 1,
"label": {
"eng": "Africa Cup of Nations"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Single-elimination_tournament",
"type": "wiki",
"score": 1,
"label": {
"eng": "Single-elimination tournament"
}
},
{
"uri": "http://en.wikipedia.org/wiki/UEFA_Champions_League",
"type": "wiki",
"score": 1,
"label": {
"eng": "UEFA Champions League"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Chelsea_F.C.",
"type": "wiki",
"score": 1,
"label": {
"eng": "Chelsea F.C."
}
},
{
"uri": "http://en.wikipedia.org/wiki/Association_football",
"type": "wiki",
"score": 1,
"label": {
"eng": "Association football"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Saudi_Arabia",
"type": "loc",
"score": 1,
"label": {
"eng": "Saudi Arabia"
},
"location": {
"type": "country",
"label": {
"eng": "Saudi Arabia"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Norway",
"type": "loc",
"score": 1,
"label": {
"eng": "Norway"
},
"location": {
"type": "country",
"label": {
"eng": "Norway"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Iraq",
"type": "loc",
"score": 1,
"label": {
"eng": "Iraq"
},
"location": {
"type": "country",
"label": {
"eng": "Iraq"
}
}
}
],
"categories": [
{
"uri": "dmoz/Sports/Baseball/Amateur",
"label": "dmoz/Sports/Baseball/Amateur",
"wgt": 14
},
{
"uri": "dmoz/Society/Issues/Warfare_and_Conflict",
"label": "dmoz/Society/Issues/Warfare and Conflict",
"wgt": 14
},
{
"uri": "dmoz/Sports/Soccer/Competitions",
"label": "dmoz/Sports/Soccer/Competitions",
"wgt": 31
},
{
"uri": "dmoz/Sports/Soccer/Statistics",
"label": "dmoz/Sports/Soccer/Statistics",
"wgt": 18
},
{
"uri": "dmoz/Recreation/Pets/Lost_and_Found",
"label": "dmoz/Recreation/Pets/Lost and Found",
"wgt": 14
},
{
"uri": "news/Sports",
"label": "news/Sports",
"wgt": 100
},
{
"uri": "iptc/sport/competition_discipline/soccer",
"label": "iptc/sport/competition discipline/soccer",
"wgt": 98
}
],
"image": "https://static-prod.rtl.lu/80/8c/4773cc91de7df02214e9d8c6589d/medias",
"eventUri": null,
"sentiment": -0.05882352941176472,
"wgt": 519345364,
"relevance": 1
},
{
"uri": "9360362348",
"lang": "eng",
"isDuplicate": false,
"date": "2026-06-16",
"time": "22:36:04",
"dateTime": "2026-06-16T22:36:04Z",
"dateTimePub": "2026-06-16T22:26:28Z",
"dataType": "news",
"sim": 0.8039215803146362,
"url": "https://today.rtl.lu/sport/international/europe-eyes-major-treble-at-us-open-as-scheffler-seeks-slam-820978059",
"title": "Europe eyes major treble at US Open as Scheffler seeks Slam",
"body": "World number one Scottie Scheffler of the United States will try to win the 126th US Open at Shinnecock to complete a career Grand Slam\n\nWhile top-ranked Scottie Scheffler chases a career Grand Slam at this week's US Open, European golfers can achieve an unprecedented treble if one of them wins the title at Shinnecock.\n\nThe year's third major tournament begins Thursday over the windy 7,440-yard (6,800-meter) Long Island layout, where lightning-fast greens and thick rough add to the challenge.\n\n\"A lot of it just comes down to execution, but I think patience is a large part of it as well,\" said Scheffler.\n\nMuch of the focus is upon the American, who could become only the seventh player to complete the career Slam with a victory on Sunday, which is his 30th birthday.\n\n\"Would it be a dream to win the US Open? Of course,\" Scheffler said. \"But at the end of the day, the Grand Slam has never been a motivating factor for me. I always just wanted to be the best version of myself and that got me this far.\"\n\nGolfers from the United Kingdom have won the first two majors of the year, second-ranked Rory McIlroy of Northern Ireland defending his Masters crown in April after completing his career Slam last year and England's Aaron Rai taking last month's PGA Championship.\n\nIt's a feat not seen in the four-major era since the Masters began in 1934, and another European victory would match the continent's best run of three majors in a year since 2014, when McIlroy won the PGA and British Open after Germany's Martin Kaymer captured the US Open.\n\n\"A historic start to the major season for golfers from that part of the world, and I would say this is more a UK/European style of test than certainly the first two majors,\" McIlroy said.\n\n\"So it certainly wouldn't surprise me to see a few players from Europe and the UK in contention on Sunday.\"\n\nScheffler was stunned UK players had not won the first two majors before now.\n\n\"It has never happened before?\" Scheffler said. \"That's a bit surprising with the amount of talent that has come out of the UK. I think golf is becoming increasingly a global game.\"\n\nScheffler said Shinnecock being a links-style course near the water and its breezes make it a prime spot for Europeans who know their links golf.\n\n\"If you grew up on a links course out towards the coast, yeah, I think there would be some value there, just based on this type of wind,\" Scheffler said.\n\n\"If you're hitting the ball in the right spots, you can play this golf course. The minute you start hitting the ball offline, you're like, man, how do I even finish this hole?\"\n\nScheffler, a two-time Masters champion, won last year's British Open and PGA Championship to give himself a first chance to finish the career Slam at Shinnecock.\n\nScheffler would join Tiger Woods, McIlroy, Jack Nicklaus, Ben Hogan, Gary Player and Gene Sarazen as the only players to complete the career Grand Slam.\n\nSouth Africa's Player is the only one to have completed the career Slam by winning a US Open.\n\n- Patience needed -\n\nScheffler's only win this year came in the California desert in January, but he reeled off three runner-up efforts in a row including the Masters.\n\n\"I feel like I've been close most of the year. I just haven't been as sharp as I needed,\" Scheffler said. \"Margins are so small in this game, to be winning a lot of tournaments you've got to just be really sharp.\"\n\nMcIlroy is wary of Shinnecock luring players into mistakes.\n\n\"This course demands so much patience and it can lure you into doing things you shouldn't do,\" he said.\n\n\"If everything is going the way everyone wants it in terms of weather, setup, it's the best championship test in the country.\"",
"source": {
"uri": "today.rtl.lu",
"dataType": "news",
"title": "RTL Today"
},
"authors": [
{
"uri": "agence_france_presse@today.rtl.lu",
"name": "Agence France-Presse",
"type": "author",
"isAgency": false
}
],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Scottie_Scheffler",
"type": "person",
"score": 5,
"label": {
"eng": "Scottie Scheffler"
}
},
{
"uri": "http://en.wikipedia.org/wiki/US_Open_(tennis)",
"type": "loc",
"score": 5,
"label": {
"eng": "US Open (tennis)"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Grand_Slam_(tennis)",
"type": "wiki",
"score": 5,
"label": {
"eng": "Grand Slam (tennis)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/United_States",
"type": "loc",
"score": 5,
"label": {
"eng": "United States"
},
"location": {
"type": "country",
"label": {
"eng": "United States"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/United_Kingdom",
"type": "loc",
"score": 5,
"label": {
"eng": "United Kingdom"
},
"location": {
"type": "country",
"label": {
"eng": "United Kingdom"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Rory_McIlroy",
"type": "person",
"score": 4,
"label": {
"eng": "Rory McIlroy"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Europe",
"type": "loc",
"score": 4,
"label": {
"eng": "Europe"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Links_(golf)",
"type": "wiki",
"score": 3,
"label": {
"eng": "Links (golf)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Golf_course",
"type": "wiki",
"score": 3,
"label": {
"eng": "Golf course"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Long_Island",
"type": "loc",
"score": 3,
"label": {
"eng": "Long Island"
},
"location": {
"type": "place",
"label": {
"eng": "Long Island"
},
"country": {
"type": "country",
"label": {
"eng": "United States"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Martin_Kaymer",
"type": "person",
"score": 2,
"label": {
"eng": "Martin Kaymer"
}
},
{
"uri": "http://en.wikipedia.org/wiki/PGA_Tour",
"type": "wiki",
"score": 2,
"label": {
"eng": "PGA Tour"
}
},
{
"uri": "http://en.wikipedia.org/wiki/The_Open_Championship",
"type": "wiki",
"score": 2,
"label": {
"eng": "The Open Championship"
}
},
{
"uri": "http://en.wikipedia.org/wiki/PGA_Championship",
"type": "wiki",
"score": 2,
"label": {
"eng": "PGA Championship"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Northern_Ireland",
"type": "loc",
"score": 2,
"label": {
"eng": "Northern Ireland"
},
"location": {
"type": "place",
"label": {
"eng": "Northern Ireland"
},
"country": {
"type": "country",
"label": {
"eng": "United Kingdom"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Gene_Sarazen",
"type": "person",
"score": 1,
"label": {
"eng": "Gene Sarazen"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Ben_Hogan",
"type": "person",
"score": 1,
"label": {
"eng": "Ben Hogan"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Jack_Nicklaus",
"type": "person",
"score": 1,
"label": {
"eng": "Jack Nicklaus"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Gary_Player",
"type": "person",
"score": 1,
"label": {
"eng": "Gary Player"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Tiger_Woods",
"type": "person",
"score": 1,
"label": {
"eng": "Tiger Woods"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Golf",
"type": "wiki",
"score": 1,
"label": {
"eng": "Golf"
}
},
{
"uri": "http://en.wikipedia.org/wiki/California",
"type": "loc",
"score": 1,
"label": {
"eng": "California"
},
"location": {
"type": "place",
"label": {
"eng": "California"
},
"country": {
"type": "country",
"label": {
"eng": "United States"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/South_Africa",
"type": "loc",
"score": 1,
"label": {
"eng": "South Africa"
},
"location": {
"type": "country",
"label": {
"eng": "South Africa"
}
}
}
],
"categories": [
{
"uri": "dmoz/Sports/Golf/Courses",
"label": "dmoz/Sports/Golf/Courses",
"wgt": 19
},
{
"uri": "dmoz/Sports/Golf/Tournaments_and_Events",
"label": "dmoz/Sports/Golf/Tournaments and Events",
"wgt": 24
},
{
"uri": "dmoz/Business/Employment/Careers",
"label": "dmoz/Business/Employment/Careers",
"wgt": 17
},
{
"uri": "dmoz/Sports/Martial_Arts/Kuk_Sool_Won",
"label": "dmoz/Sports/Martial Arts/Kuk Sool Won",
"wgt": 17
},
{
"uri": "dmoz/Sports/Golf/Golfers",
"label": "dmoz/Sports/Golf/Golfers",
"wgt": 20
},
{
"uri": "news/Sports",
"label": "news/Sports",
"wgt": 100
},
{
"uri": "iptc/sport/competition_discipline/golf",
"label": "iptc/sport/competition discipline/golf",
"wgt": 100
}
],
"image": "https://static-prod.rtl.lu/b1/04/34bd8ecd3e0961bcf2dd5707e05b/medias",
"eventUri": "eng-11749899",
"sentiment": 0.3490196078431373,
"wgt": 519345364,
"relevance": 1
},
{
"uri": "9360341349",
"lang": "eng",
"isDuplicate": true,
"date": "2026-06-16",
"time": "22:06:53",
"dateTime": "2026-06-16T22:06:53Z",
"dateTimePub": "2026-06-16T22:06:39Z",
"dataType": "news",
"sim": 0,
"url": "https://www.eib.org/en/projects/all/20260071",
"title": "ARMENIA MSME RESILIENCE FACILITY - ARMECONOMBANK",
"body": "Before financing approval by the Board of Directors, and before loan signature, projects are under appraisal and negotiation. The information and data provided on this page are therefore indicative.\n\nThey are provided for transparency purposes only and cannot be considered to represent official EIB policy (see also the Explanatory notes).\n\nThe EIB is committed to open communication and encourages constructive stakeholder input regarding its activities.\n\nEnquiries and comments concerning the EIB's involvement in a project or the financing facilities, activities, organisation and objectives of the EIB, can be sent to the EIB Infodesk.\n\nAlternatively, the EIB can be contacted through its external offices.\n\nQueries regarding details of a specific project, in particular when it is under appraisal by the EIB, should preferably be addressed directly to project promoters.",
"source": {
"uri": "eib.org",
"dataType": "news",
"title": "EIB.org"
},
"authors": [],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/European_Investment_Bank",
"type": "wiki",
"score": 4,
"label": {
"eng": "European Investment Bank"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Small_and_medium-sized_enterprises",
"type": "wiki",
"score": 3,
"label": {
"eng": "Small and medium-sized enterprises"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Transparency_(behavior)",
"type": "wiki",
"score": 2,
"label": {
"eng": "Transparency (behavior)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Stakeholder_(corporate)",
"type": "wiki",
"score": 2,
"label": {
"eng": "Stakeholder (corporate)"
}
}
],
"categories": [
{
"uri": "dmoz/Business/Management/Project_and_Program_Management",
"label": "dmoz/Business/Management/Project and Program Management",
"wgt": 16
},
{
"uri": "dmoz/Computers/Software/Project_Management",
"label": "dmoz/Computers/Software/Project Management",
"wgt": 19
},
{
"uri": "dmoz/Business/Financial_Services/Loans",
"label": "dmoz/Business/Financial Services/Loans",
"wgt": 16
},
{
"uri": "dmoz/Business/Real_Estate/Appraisal",
"label": "dmoz/Business/Real Estate/Appraisal",
"wgt": 18
},
{
"uri": "dmoz/Business/Financial_Services/Commercial_Lending",
"label": "dmoz/Business/Financial Services/Commercial Lending",
"wgt": 21
},
{
"uri": "news/Business",
"label": "news/Business",
"wgt": 46
},
{
"uri": "iptc/politics_and_government",
"label": "iptc/politics and government",
"wgt": 79
},
{
"uri": "iptc/economy,_business_and_finance",
"label": "iptc/economy, business and finance",
"wgt": 88
},
{
"uri": "iptc/crime,_law_and_justice",
"label": "iptc/crime, law and justice",
"wgt": 63
}
],
"image": null,
"eventUri": null,
"sentiment": 0.1529411764705881,
"wgt": 519343613,
"relevance": 1
},
{
"uri": "9360341343",
"lang": "eng",
"isDuplicate": false,
"date": "2026-06-16",
"time": "22:06:53",
"dateTime": "2026-06-16T22:06:53Z",
"dateTimePub": "2026-06-16T22:06:39Z",
"dataType": "news",
"sim": 0,
"url": "https://www.eib.org/en/projects/all/20250848",
"title": "ENGIE GREEN CAPEX PROGRAM II",
"body": "The project aims at securing the service life of high-quality district heating/cooling systems and at increasing the overall energy efficiency of the systems by expanding the service to new areas, densifying the grid through new connections and upgrading with new equipment and control systems.\n\nBased on its technical characteristics, most of the project components are not expected to be subject to an Environmental Impact Assessment (EIA). The proposed heat generation components would however fall under Annex II of the EIA Directive (2011/92/EC as amended by Directive 2014/52/EC), which requires the national competent authority to determine whether an environmental impact assessment is required using the criteria defined in Annex III of the Directive.\n\nThe promoter is considered a private undertaking operating in the utility sector. The promoter's activities within the project scope are developed either under private contracts with municipalities/industries or under concessions. If there are any components to be operated under concessions on the basis of special or exclusive rights, the Promoter will have to ensure that contracts for the implementation of the project have been and will be tendered in accordance with the relevant applicable EU procurement legislation (Directives 2014/23/EU / 2014/24/EU / 2014/25/EU, where applicable, as well as Directive and 92/13/EEC or 89/665/EEC), as interpreted by the Court of Justice of the EU, with publication of tender notices in the EU Official Journal, as and where required.",
"source": {
"uri": "eib.org",
"dataType": "news",
"title": "EIB.org"
},
"authors": [],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Environmental_impact_assessment",
"type": "wiki",
"score": 4,
"label": {
"eng": "Environmental impact assessment"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Engie",
"type": "org",
"score": 3,
"label": {
"eng": "Engie"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Service_life",
"type": "wiki",
"score": 3,
"label": {
"eng": "Service life"
}
},
{
"uri": "http://en.wikipedia.org/wiki/District_heating",
"type": "wiki",
"score": 3,
"label": {
"eng": "District heating"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Capital_expenditure",
"type": "wiki",
"score": 3,
"label": {
"eng": "Capital expenditure"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Efficient_energy_use",
"type": "wiki",
"score": 3,
"label": {
"eng": "Efficient energy use"
}
},
{
"uri": "http://en.wikipedia.org/wiki/European_Commission",
"type": "org",
"score": 3,
"label": {
"eng": "European Commission"
}
},
{
"uri": "http://en.wikipedia.org/wiki/European_Economic_Community",
"type": "loc",
"score": 1,
"label": {
"eng": "European Economic Community"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Procurement",
"type": "wiki",
"score": 1,
"label": {
"eng": "Procurement"
}
},
{
"uri": "http://en.wikipedia.org/wiki/European_Union",
"type": "loc",
"score": 1,
"label": {
"eng": "European Union"
},
"location": null
}
],
"categories": [
{
"uri": "dmoz/Science/Environment/Products_and_Services",
"label": "dmoz/Science/Environment/Products and Services",
"wgt": 20
},
{
"uri": "dmoz/Business/Energy/Consulting",
"label": "dmoz/Business/Energy/Consulting",
"wgt": 19
},
{
"uri": "dmoz/Business/Environment/Engineering",
"label": "dmoz/Business/Environment/Engineering",
"wgt": 19
},
{
"uri": "dmoz/Home/Home_Improvement/Energy_Efficiency",
"label": "dmoz/Home/Home Improvement/Energy Efficiency",
"wgt": 21
},
{
"uri": "dmoz/Science/Environment/Impact_Assessment",
"label": "dmoz/Science/Environment/Impact Assessment",
"wgt": 43
},
{
"uri": "news/Politics",
"label": "news/Politics",
"wgt": 55
},
{
"uri": "iptc/economy,_business_and_finance/business_information",
"label": "iptc/economy, business and finance/business information",
"wgt": 94
}
],
"image": null,
"eventUri": null,
"sentiment": 0.3333333333333333,
"wgt": 519343613,
"relevance": 1
},
{
"uri": "9360341342",
"lang": "eng",
"isDuplicate": false,
"date": "2026-06-16",
"time": "22:06:53",
"dateTime": "2026-06-16T22:06:53Z",
"dateTimePub": "2026-06-16T22:06:39Z",
"dataType": "news",
"sim": 0,
"url": "https://www.eib.org/en/projects/all/20250353",
"title": "ARKEA SME AND MIDCAP III",
"body": "The operation is structured as Multi-Beneficiary Intermediated Loan (MBIL) to support financing for small and medium-sized enterprises (SMEs) and mid-cap projects in France. The operation includes a Climate Action and Environmental Sustainability allocation representing 30% of the net financing amount, covering renewable energy generation (solar power), energy-efficient buildings and individual renovation measures, industrial energy efficiency improvements, and urban and suburban passenger transport.\n\nThe aim is to support access to finance for the target beneficiaries by improving their access to long-term funding for productive investments. The operation is designed to back a diversified portfolio of eligible sub-projects contributing to business development, competitiveness, and economic growth across the French territory. The Climate Action and Environmental Sustainability (CA&ES) window will finance eligible investments contributing to climate mitigation and environmental objectives, in line with the EIB's CA&ES framework. Eligible sectors under the CA&ES window include: -Energy efficiency in buildings, industry, and services -Low-carbon and sustainable transport -Climate adaptation and resilience -Environmental protection and resource efficiency -Nature-based solutions and biodiversity protection where linked to climate and environmental objectives.",
"source": {
"uri": "eib.org",
"dataType": "news",
"title": "EIB.org"
},
"authors": [],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Small_and_medium-sized_enterprises",
"type": "wiki",
"score": 5,
"label": {
"eng": "Small and medium-sized enterprises"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Efficient_energy_use",
"type": "wiki",
"score": 4,
"label": {
"eng": "Efficient energy use"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Köppen_climate_classification",
"type": "wiki",
"score": 3,
"label": {
"eng": "Köppen climate classification"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Sustainability",
"type": "wiki",
"score": 3,
"label": {
"eng": "Sustainability"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Renewable_energy",
"type": "wiki",
"score": 3,
"label": {
"eng": "Renewable energy"
}
},
{
"uri": "http://en.wikipedia.org/wiki/France",
"type": "loc",
"score": 3,
"label": {
"eng": "France"
},
"location": {
"type": "country",
"label": {
"eng": "France"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Finance",
"type": "wiki",
"score": 2,
"label": {
"eng": "Finance"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Solar_power",
"type": "wiki",
"score": 2,
"label": {
"eng": "Solar power"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Nature-based_solutions",
"type": "wiki",
"score": 1,
"label": {
"eng": "Nature-based solutions"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Climate_resilience",
"type": "wiki",
"score": 1,
"label": {
"eng": "Climate resilience"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Resource_efficiency",
"type": "wiki",
"score": 1,
"label": {
"eng": "Resource efficiency"
}
},
{
"uri": "http://en.wikipedia.org/wiki/European_Investment_Bank",
"type": "wiki",
"score": 1,
"label": {
"eng": "European Investment Bank"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Sustainable_transport",
"type": "wiki",
"score": 1,
"label": {
"eng": "Sustainable transport"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Climate_change_mitigation",
"type": "wiki",
"score": 1,
"label": {
"eng": "Climate change mitigation"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Biodiversity",
"type": "wiki",
"score": 1,
"label": {
"eng": "Biodiversity"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Economic_growth",
"type": "wiki",
"score": 1,
"label": {
"eng": "Economic growth"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Environmental_protection",
"type": "wiki",
"score": 1,
"label": {
"eng": "Environmental protection"
}
}
],
"categories": [
{
"uri": "dmoz/Science/Environment",
"label": "dmoz/Science/Environment",
"wgt": 28
},
{
"uri": "dmoz/Science/Technology/Energy",
"label": "dmoz/Science/Technology/Energy",
"wgt": 34
},
{
"uri": "dmoz/Society/Issues/Environment",
"label": "dmoz/Society/Issues/Environment",
"wgt": 26
},
{
"uri": "dmoz/Business/Energy/Consulting",
"label": "dmoz/Business/Energy/Consulting",
"wgt": 34
},
{
"uri": "dmoz/Home/Home_Improvement/Energy_Efficiency",
"label": "dmoz/Home/Home Improvement/Energy Efficiency",
"wgt": 36
},
{
"uri": "iptc/economy,_business_and_finance/products_and_services",
"label": "iptc/economy, business and finance/products and services",
"wgt": 55
},
{
"uri": "iptc/economy,_business_and_finance/business_information",
"label": "iptc/economy, business and finance/business information",
"wgt": 72
},
{
"uri": "iptc/environment",
"label": "iptc/environment",
"wgt": 64
}
],
"image": null,
"eventUri": null,
"sentiment": 0.5294117647058822,
"wgt": 519343613,
"relevance": 1
},
{
"uri": "9360335680",
"lang": "eng",
"isDuplicate": false,
"date": "2026-06-16",
"time": "22:01:12",
"dateTime": "2026-06-16T22:01:12Z",
"dateTimePub": "2026-06-16T21:51:33Z",
"dataType": "news",
"sim": 0.7333333492279053,
"url": "https://today.rtl.lu/news/world/ghanas-partey-loses-bid-to-enter-canada-for-world-cup-726140233",
"title": "Ghana's Partey loses bid to enter Canada for World Cup",
"body": "Ghana's player Thomas Partey, who is facing trial in Britain on rape charges, has been denied a visa to enter Canada to play in the World Cup\n\nGhana midfielder Thomas Partey, who is facing trial on rape charges in Britain, lost a court challenge on Tuesday that would have allowed him to enter Canada for his side's World Cup opener in Toronto.\n\nOttawa denied the Villarreal player a visa over the British charges, blocking him from playing for Ghana against Panama on Wednesday.\n\nAccra filed a request for an injunction in federal court on Tuesday seeking to set aside Ottawa's decision.\n\nBut broadcaster CBC said Judge Roger Lafreniere had dismissed the challenge.\n\nShortly before the decision was handed down, Ghana's veteran coach Carlos Queiroz told reporters in Toronto that his side would be ready, regardless of the court outcome.\n\n\"My business is to play with the cards that I have in front of me,\" Queiroz said.\n\n\"When the decision comes, we are ready.\"\n\nPanama head coach Thomas Christiansen, also asked about Partey's possible exclusion, said he believed Ghana would pose strong competition even if the former Arsenal player was not on the pitch.\n\n\"They have a lot of other footballers who can take on his role,\" he said in Spanish.\n\nGhana would not be \"weaker\" because Partey was absent, he added.\n\n\"They have a lot more experience than we have,\" Christiansen said of the Black Stars.\n\nGhanaian Foreign Minister Sam Okudzeto Ablakwa has called Canada's decision \"high-handed and extremely unfair,\" describing Partey as \"a key member of Ghana's senior national team.\"\n\nAccra has sent an official \"note of protest\" to Ottawa over the move and formally asked Canada to review the decision, Ablakwa said.\n\nCanada's foreign ministry told AFP that it \"maintains regular diplomatic engagement with Ghana, including on consular and migration-related issues when they arise.\"\n\nBut the ministry declined comment on discussions with Ghana about Partey's exclusion and said decisions on entering the country are made by Immigration, Refugees and Citizenship Canada (IRCC).\n\nIRCC said \"Canada has been consistent that hosting major events does not change Canada's immigration laws.\"\n\n\"Every person seeking to come to Canada is assessed individually, based on the facts available and the law that applies,\" it added in a statement.\n\nPartey is facing seven charges of rape and one count of sexual assault in Britain relating to allegations by four different women between 2020 and 2022.",
"source": {
"uri": "today.rtl.lu",
"dataType": "news",
"title": "RTL Today"
},
"authors": [
{
"uri": "agence_france_presse@today.rtl.lu",
"name": "Agence France-Presse",
"type": "author",
"isAgency": false
}
],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Thomas_Partey",
"type": "person",
"score": 5,
"label": {
"eng": "Thomas Partey"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Travel_visa",
"type": "wiki",
"score": 5,
"label": {
"eng": "Travel visa"
}
},
{
"uri": "http://en.wikipedia.org/wiki/FIFA_World_Cup",
"type": "wiki",
"score": 5,
"label": {
"eng": "FIFA World Cup"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Ghana",
"type": "loc",
"score": 5,
"label": {
"eng": "Ghana"
},
"location": {
"type": "country",
"label": {
"eng": "Ghana"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/United_Kingdom",
"type": "loc",
"score": 5,
"label": {
"eng": "United Kingdom"
},
"location": {
"type": "country",
"label": {
"eng": "United Kingdom"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Canada",
"type": "loc",
"score": 5,
"label": {
"eng": "Canada"
},
"location": {
"type": "country",
"label": {
"eng": "Canada"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Rape",
"type": "wiki",
"score": 4,
"label": {
"eng": "Rape"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Toronto",
"type": "loc",
"score": 4,
"label": {
"eng": "Toronto"
},
"location": {
"type": "place",
"label": {
"eng": "Toronto"
},
"country": {
"type": "country",
"label": {
"eng": "Canada"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Ottawa",
"type": "loc",
"score": 4,
"label": {
"eng": "Ottawa"
},
"location": {
"type": "place",
"label": {
"eng": "Ottawa"
},
"country": {
"type": "country",
"label": {
"eng": "Canada"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Panama",
"type": "loc",
"score": 4,
"label": {
"eng": "Panama"
},
"location": {
"type": "country",
"label": {
"eng": "Panama"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Carlos_Queiroz",
"type": "person",
"score": 3,
"label": {
"eng": "Carlos Queiroz"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Thomas_Christiansen",
"type": "person",
"score": 3,
"label": {
"eng": "Thomas Christiansen"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Villarreal_CF",
"type": "wiki",
"score": 3,
"label": {
"eng": "Villarreal CF"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Midfielder",
"type": "wiki",
"score": 3,
"label": {
"eng": "Midfielder"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Accra",
"type": "loc",
"score": 3,
"label": {
"eng": "Accra"
},
"location": {
"type": "place",
"label": {
"eng": "Accra"
},
"country": {
"type": "country",
"label": {
"eng": "Ghana"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Football_pitch",
"type": "wiki",
"score": 2,
"label": {
"eng": "Football pitch"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Ghana_national_football_team",
"type": "wiki",
"score": 2,
"label": {
"eng": "Ghana national football team"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Canadian_Broadcasting_Corporation",
"type": "wiki",
"score": 2,
"label": {
"eng": "Canadian Broadcasting Corporation"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Arsenal_F.C.",
"type": "wiki",
"score": 2,
"label": {
"eng": "Arsenal F.C."
}
},
{
"uri": "http://en.wikipedia.org/wiki/Head_coach",
"type": "wiki",
"score": 2,
"label": {
"eng": "Head coach"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Spain",
"type": "loc",
"score": 2,
"label": {
"eng": "Spain"
},
"location": {
"type": "country",
"label": {
"eng": "Spain"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Immigration,_Refugees_and_Citizenship_Canada",
"type": "wiki",
"score": 1,
"label": {
"eng": "Immigration, Refugees and Citizenship Canada"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Sexual_assault",
"type": "wiki",
"score": 1,
"label": {
"eng": "Sexual assault"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Immigration",
"type": "wiki",
"score": 1,
"label": {
"eng": "Immigration"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Agence_France-Presse",
"type": "wiki",
"score": 1,
"label": {
"eng": "Agence France-Presse"
}
}
],
"categories": [
{
"uri": "dmoz/Sports/Soccer/Competitions",
"label": "dmoz/Sports/Soccer/Competitions",
"wgt": 27
},
{
"uri": "dmoz/Society/Issues/Business",
"label": "dmoz/Society/Issues/Business",
"wgt": 15
},
{
"uri": "dmoz/Society/Issues/Immigration",
"label": "dmoz/Society/Issues/Immigration",
"wgt": 17
},
{
"uri": "dmoz/Society/Transgendered/Law",
"label": "dmoz/Society/Transgendered/Law",
"wgt": 18
},
{
"uri": "dmoz/Society/Support_Groups/Rape",
"label": "dmoz/Society/Support Groups/Rape",
"wgt": 20
},
{
"uri": "news/Sports",
"label": "news/Sports",
"wgt": 100
},
{
"uri": "iptc/crime,_law_and_justice",
"label": "iptc/crime, law and justice",
"wgt": 86
},
{
"uri": "iptc/sport",
"label": "iptc/sport",
"wgt": 96
}
],
"image": "https://static-prod.rtl.lu/6f/22/a49d34ef1caae62e10c172f6e233/medias",
"eventUri": "eng-11747704",
"sentiment": 0.0117647058823529,
"wgt": 519343272,
"relevance": 1
},
{
"uri": "9360335681",
"lang": "eng",
"isDuplicate": false,
"date": "2026-06-16",
"time": "22:01:12",
"dateTime": "2026-06-16T22:01:12Z",
"dateTimePub": "2026-06-16T21:51:16Z",
"dataType": "news",
"sim": 0.8509804010391235,
"url": "https://today.rtl.lu/entertainment/news/spanish-actor-javier-bardem-leaves-his-mark-on-hollywood-boulevard-706619670",
"title": "Spanish actor Javier Bardem leaves his mark on Hollywood Boulevard",
"body": "Spanish star Javier Bardem was immortalized in Hollywood when he stuck his hands and feet in wet cement outside the Chinese Theatre\n\nSpanish star Javier Bardem made his mark in Hollywood on Tuesday, leaving his hand- and foot-prints in the cement outside the Chinese Theatre, alongside movie legends like Marilyn Monroe and Jack Nicholson.\n\n\"It feels very special to be given a space like this to immortalize your name,\" Bardem told AFP.\n\nThe Oscar-winning actor said getting his hands and feet into the Chinese Theatre's forecourt was \"a humbling experience.\"\n\n\"When I think about the names that have stood on this very spot, it's hard for me to believe that it's real,\" he said during a ceremony thronged by fans on sunbaked Hollywood Boulevard.\n\nThe tradition, which began accidentally during the construction of the theater, has preserved the imprints of more than 200 stars spanning nearly a century of cinema.\n\nDirectors Denis Villeneuve and Michael Mann introduced Bardem.\n\nVilleneuve -- whose \"Dune: Part Three,\" featuring the Spanish actor, premieres in December -- praised Bardem's chameleon-like ability to bring diverse characters to life over his more-than three-decade career.\n\n\"Javier can confidently change his person now to become somebody else, driven by a new logic, driven by new feelings and new perspective on reality,\" the Canadian filmmaker said.\n\n\"He seems to do that without effort, with grace and tremendous generosity. His metamorphoses are spectacular.\"\n\nBardem began his career in Spain and burst onto the international scene in Julian Schnabel's drama \"Before Night Falls.\"\n\nHe won over the Academy with his portrayal of the sinister Anton Chigurh in \"No Country for Old Men,\" earning the Oscar for Best Supporting Actor.\n\nHis latest film \"The Beloved,\" recently debuted at the Cannes Film Festival, while Bardem is also making his mark on television in Apple TV's adaptation of \"Cape Fear,\" in which he plays the feared Max Cady.",
"source": {
"uri": "today.rtl.lu",
"dataType": "news",
"title": "RTL Today"
},
"authors": [
{
"uri": "agence_france_presse@today.rtl.lu",
"name": "Agence France-Presse",
"type": "author",
"isAgency": false
}
],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Grauman's_Chinese_Theatre",
"type": "wiki",
"score": 5,
"label": {
"eng": "Grauman's Chinese Theatre"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Javier_Bardem",
"type": "person",
"score": 5,
"label": {
"eng": "Javier Bardem"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Cinema_of_the_United_States",
"type": "loc",
"score": 5,
"label": {
"eng": "Cinema of the United States"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Spanish_language",
"type": "wiki",
"score": 5,
"label": {
"eng": "Spanish language"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Hollywood_Boulevard",
"type": "loc",
"score": 4,
"label": {
"eng": "Hollywood Boulevard"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Marilyn_Monroe",
"type": "person",
"score": 3,
"label": {
"eng": "Marilyn Monroe"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Jack_Nicholson",
"type": "person",
"score": 3,
"label": {
"eng": "Jack Nicholson"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Michael_Mann",
"type": "person",
"score": 2,
"label": {
"eng": "Michael Mann"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Denis_Villeneuve",
"type": "person",
"score": 2,
"label": {
"eng": "Denis Villeneuve"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Academy_Awards",
"type": "wiki",
"score": 2,
"label": {
"eng": "Academy Awards"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Film",
"type": "wiki",
"score": 2,
"label": {
"eng": "Film"
}
},
{
"uri": "http://en.wikipedia.org/wiki/No_Country_for_Old_Men_(novel)",
"type": "wiki",
"score": 1,
"label": {
"eng": "No Country for Old Men (novel)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Before_Night_Falls",
"type": "wiki",
"score": 1,
"label": {
"eng": "Before Night Falls"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Drama_(film_and_television)",
"type": "wiki",
"score": 1,
"label": {
"eng": "Drama (film and television)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Max_Cady",
"type": "wiki",
"score": 1,
"label": {
"eng": "Max Cady"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Julian_Schnabel",
"type": "person",
"score": 1,
"label": {
"eng": "Julian Schnabel"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Anton_Chigurh",
"type": "wiki",
"score": 1,
"label": {
"eng": "Anton Chigurh"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Filmmaking",
"type": "wiki",
"score": 1,
"label": {
"eng": "Filmmaking"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Cannes_Film_Festival",
"type": "wiki",
"score": 1,
"label": {
"eng": "Cannes Film Festival"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Academy_Award_for_Best_Supporting_Actor",
"type": "wiki",
"score": 1,
"label": {
"eng": "Academy Award for Best Supporting Actor"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Film_adaptation",
"type": "wiki",
"score": 1,
"label": {
"eng": "Film adaptation"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Apple_Inc.",
"type": "org",
"score": 1,
"label": {
"eng": "Apple Inc."
}
},
{
"uri": "http://en.wikipedia.org/wiki/Agence_France-Presse",
"type": "wiki",
"score": 1,
"label": {
"eng": "Agence France-Presse"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Spain",
"type": "loc",
"score": 1,
"label": {
"eng": "Spain"
},
"location": {
"type": "country",
"label": {
"eng": "Spain"
}
}
}
],
"categories": [
{
"uri": "dmoz/Arts/Movies",
"label": "dmoz/Arts/Movies",
"wgt": 26
},
{
"uri": "dmoz/Arts/Performing_Arts/Theatre",
"label": "dmoz/Arts/Performing Arts/Theatre",
"wgt": 23
},
{
"uri": "dmoz/Science/Astronomy/Stars",
"label": "dmoz/Science/Astronomy/Stars",
"wgt": 16
},
{
"uri": "dmoz/Business/Employment/Careers",
"label": "dmoz/Business/Employment/Careers",
"wgt": 14
},
{
"uri": "dmoz/Arts/Performing_Arts/Education",
"label": "dmoz/Arts/Performing Arts/Education",
"wgt": 14
},
{
"uri": "news/Arts_and_Entertainment",
"label": "news/Arts and Entertainment",
"wgt": 100
},
{
"uri": "iptc/human_interest/high_society",
"label": "iptc/human interest/high society",
"wgt": 58
},
{
"uri": "iptc/arts,_culture,_entertainment_and_media/arts_and_entertainment/movies",
"label": "iptc/arts, culture, entertainment and media/arts and entertainment/movies",
"wgt": 100
},
{
"uri": "iptc/human_interest/people",
"label": "iptc/human interest/people",
"wgt": 100
}
],
"image": "https://static-prod.rtl.lu/3e/4a/8ae4319ef4a692cbf3e03e42a8d1/medias",
"eventUri": "eng-11750152",
"sentiment": 0.2156862745098038,
"wgt": 519343272,
"relevance": 1
},
{
"uri": "9360329744",
"lang": "eng",
"isDuplicate": false,
"date": "2026-06-16",
"time": "21:52:03",
"dateTime": "2026-06-16T21:52:03Z",
"dateTimePub": "2026-06-16T21:51:45Z",
"dataType": "news",
"sim": 0,
"url": "https://www.eib.org/en/press/all/2026-207-eib-global-backs-vaccine-manufacturing-in-egypt-with-technical-assistance-for-vacsera-project",
"title": "EIB Global backs vaccine manufacturing in Egypt with technical assistance for Vacsera project",
"body": "* The European Investment Bank signed a €750 000 technical assistance cooperation agreement to support preparation of a new multi-product vaccine facility at Vacsera in Egypt.\n\n* The project supports Egypt's ambition to strengthen local vaccine production and contributes to the African Union goal of increasing vaccine manufacturing in Africa, in line with the EU Global Gateway initiative.\n\n* The technical assistance will support a feasibility study and market analysis for a project of approximately €50 million, which could pave the way for potential future EIB financing.\n\nEIB Global, the development arm of the European Investment Bank, signed a €750 000 technical assistance cooperation agreement in Luxembourg on 15 June 2026 to support preparation of the Vaccine Production Capacity Increase Project of Vacsera in Egypt. The agreement helps advance a new multi-product vaccine facility that is expected to strengthen domestic and regional manufacturing capacity with part of the new production planned for export to other countries in Africa.\n\nVacsera is Egypt's national vaccine manufacturer and one of the oldest vaccine producers in Africa, with decades of experience in vaccine manufacturing and biological products. The planned investment aims to expand vaccine production capacity in Egypt and contribute to the African Union's ambition to raise the share of vaccines produced locally in Africa from around 1% today to 60% by 2040.\n\nThe technical assistance cooperation agreement is supported through the Facility for Euro-Mediterranean Investment and Partnership (FEMIP Trust Fund) and aligns with the EU's Global Gateway strategy, which aims to strengthen health systems, promote equitable access to health products and foster local manufacturing capacity in partner countries. It also supports wider efforts to improve prevention, preparedness, response and early detection of health threats globally.\n\nOn the Egyptian side, the cooperation agreement was signed in Luxembourg on 15 June 2026 by H.E. Abdelatty, Minister of Foreign Affairs, International Cooperation and Egyptian Expatriates, together with EIB Vice President Gelsomina Vigliotti. Vacsera, the Holding Company for Biological Products and Vaccines, is also a signatory to the agreement.\n\n\"Egypt's commitment to expanding local vaccine production and advancing national health priorities is at the heart of this cooperation with the European Investment Bank,\" said H.E. Badr Abdelatty, Minister of Foreign Affairs, International Cooperation and Egyptian Expatriates. \"Strengthened manufacturing capacity at Vacsera will contribute to meeting domestic demand, supporting regional supply and reinforcing Africa's ability to respond to future health challenges through stronger local production.\"\n\n\"This technical assistance agreement marks an important step in supporting Egypt's efforts to strengthen vaccine manufacturing capacity and improve health security,\" said EIB Vice-President Gelsomina Vigliotti. \"By helping prepare this strategic investment, we aim to back local production, widen access to essential health products and contribute to more resilient health systems in Egypt, across the region and on the African continent.\"\n\n\"Expanding Vacsera's production capacity reinforces Vacsera's role as Egypt's national vaccine manufacturer and supports our vision of becoming a regional hub for vaccine manufacturing and technology transfer, contributing to health security and sustainable access to vaccines across Africa,\" said Dr. Sherif Elfeel, Executive Managing Director of Vacsera. \"Through this partnership with the European Investment Bank, we are enhancing our manufacturing capabilities, improving quality standards and positioning Egypt as a key supplier for the region and the continent.\"\n\nThe technical assistance, financed under the FEMIP Trust Fund, will finance a feasibility study and market analysis for the project. This work is expected to underpin potential future EIB financing, the amount of which will be determined once the studies are completed. The estimated total project cost is approximately €50 million.\n\nBackground information\n\nThe EIB Group\n\nThe European Investment Bank (ElB) Group is the financing arm of the European Union, owned by the 27 Member States, and one of the largest multilateral development banks in the world. In 2025, the EIB Group signed €100 billion of new financing and advisory services for over 870 high-impact projects in eight core priorities that support EU policy objectives: climate action and the environment, digitalisation and technological innovation, security and defence, territorial cohesion, agriculture and the bioeconomy, social infrastructure, strong global partnerships and the savings and investment union.\n\nBeyond long-term loans for large infrastructures, the EIB Group crowds-in private investment for high-risk innovative projects and businesses, with a growing role in Europe's markets for venture debt, venture capital, guarantees and securitisations.\n\nThe European Investment Fund (EIF) is the subsidiary of the EIB Group specialised in providing guarantees and equity to improve access to finance for small and medium size businesses and startups across Europe. Acting as an anchor investor, through its extensive network of partnering banks and investment funds, the EIF mobilizes private investment and nurtures the ecosystem of venture capital funds to support innovative European entrepreneurs.\n\nEIB Global\n\nEIB Global is the EIB Group's specialised arm devoted to increasing the impact of international win-win partnerships and development finance, and a key partner of Team Europe and the Global Gateway strategy. EIB Global brings the EIB Group closer to people, companies and institutions through some 30 offices across the world outside the EU.\n\nFEMIP Trust Fund\n\nThe TA operation is supported through the Facility for Euro-Mediterranean Investment and Partnership ( FEMIP trust fund ). Established in 2004, its purpose is to overcome capacity and expertise gaps in the Southern Neighbourhood countries by providing advisory support, building institutional capacity and facilitating risk capital operations in the region, thereby enabling long-term impact investments. Since inception, it received contributions from 17 EU Member States (Austria, Belgium, Cyprus, Finland, France, Germany, Grece, Ireland, Italy Luxembourg, Malta, the Netherlands, Portugal, Romania, Slovenia, Spain, Sweden) the UK, and the European Commission.\n\nGlobal Gateway\n\nGlobal Gateway is the EU's strategy to promote smart, clean, and secure connections in the digital, energy, and transport sectors, while strengthening health, education, and research systems worldwide. It's the EU contribution to narrowing the global investment gap accompanying the social and just green and digital transitions beyond European borders and boosting competitiveness and security of global supply chains.\n\nGlobal Gateway is a way to connect Europe and partners across the globe, based on trust, sustainability and mutual interest. It provides investments for transformative, large-scale projects, while offering a respectful and qualitative partnership to our partner countries in line with the Sustainable Development Goals and the Paris Agreement.\n\nBy 2027, Global Gateway aims to mobilise up to €400 billion in investments worldwide by pooling the resources of Team Europe, which brings together the EU, its Member States, financial and development institutions, and European businesses. All Global Gateway projects are designed together with our partners on how best they can benefit from our investment offer to ensure that the results improve their necessary infrastructure and connectivity.",
"source": {
"uri": "eib.org",
"dataType": "news",
"title": "EIB.org"
},
"authors": [],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/European_Investment_Bank",
"type": "wiki",
"score": 5,
"label": {
"eng": "European Investment Bank"
}
},
{
"uri": "http://en.wikipedia.org/wiki/African_Union",
"type": "loc",
"score": 5,
"label": {
"eng": "African Union"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Vaccine",
"type": "wiki",
"score": 5,
"label": {
"eng": "Vaccine"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Africa",
"type": "loc",
"score": 5,
"label": {
"eng": "Africa"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Euro",
"type": "wiki",
"score": 5,
"label": {
"eng": "Euro"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Egypt",
"type": "loc",
"score": 5,
"label": {
"eng": "Egypt"
},
"location": {
"type": "country",
"label": {
"eng": "Egypt"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Ministry_for_Europe_and_Foreign_Affairs_(France)",
"type": "wiki",
"score": 4,
"label": {
"eng": "Ministry for Europe and Foreign Affairs (France)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Market_analysis",
"type": "wiki",
"score": 4,
"label": {
"eng": "Market analysis"
}
},
{
"uri": "http://en.wikipedia.org/wiki/European_Union",
"type": "loc",
"score": 4,
"label": {
"eng": "European Union"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Luxembourg",
"type": "loc",
"score": 4,
"label": {
"eng": "Luxembourg"
},
"location": {
"type": "country",
"label": {
"eng": "Luxembourg"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Vice_President_of_the_United_States",
"type": "wiki",
"score": 3,
"label": {
"eng": "Vice President of the United States"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Technology_transfer",
"type": "wiki",
"score": 2,
"label": {
"eng": "Technology transfer"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Venture_capital",
"type": "wiki",
"score": 2,
"label": {
"eng": "Venture capital"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Finance",
"type": "wiki",
"score": 2,
"label": {
"eng": "Finance"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Chief_executive_officer",
"type": "wiki",
"score": 2,
"label": {
"eng": "Chief executive officer"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Paris_Agreement",
"type": "wiki",
"score": 1,
"label": {
"eng": "Paris Agreement"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Investment_fund",
"type": "wiki",
"score": 1,
"label": {
"eng": "Investment fund"
}
},
{
"uri": "http://en.wikipedia.org/wiki/European_Investment_Fund",
"type": "wiki",
"score": 1,
"label": {
"eng": "European Investment Fund"
}
},
{
"uri": "http://en.wikipedia.org/wiki/International_financial_institutions",
"type": "wiki",
"score": 1,
"label": {
"eng": "International financial institutions"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Securitization",
"type": "wiki",
"score": 1,
"label": {
"eng": "Securitization"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Sustainable_Development_Goals",
"type": "wiki",
"score": 1,
"label": {
"eng": "Sustainable Development Goals"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Digital_transformation",
"type": "wiki",
"score": 1,
"label": {
"eng": "Digital transformation"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Supply_chain",
"type": "wiki",
"score": 1,
"label": {
"eng": "Supply chain"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Climate_change_mitigation",
"type": "wiki",
"score": 1,
"label": {
"eng": "Climate change mitigation"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Startup_company",
"type": "wiki",
"score": 1,
"label": {
"eng": "Startup company"
}
},
{
"uri": "http://en.wikipedia.org/wiki/European_Commission",
"type": "org",
"score": 1,
"label": {
"eng": "European Commission"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Europe",
"type": "loc",
"score": 1,
"label": {
"eng": "Europe"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Ireland",
"type": "loc",
"score": 1,
"label": {
"eng": "Ireland"
},
"location": {
"type": "country",
"label": {
"eng": "Ireland"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Slovenia",
"type": "loc",
"score": 1,
"label": {
"eng": "Slovenia"
},
"location": {
"type": "country",
"label": {
"eng": "Slovenia"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Sweden",
"type": "loc",
"score": 1,
"label": {
"eng": "Sweden"
},
"location": {
"type": "country",
"label": {
"eng": "Sweden"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Romania",
"type": "loc",
"score": 1,
"label": {
"eng": "Romania"
},
"location": {
"type": "country",
"label": {
"eng": "Romania"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Portugal",
"type": "loc",
"score": 1,
"label": {
"eng": "Portugal"
},
"location": {
"type": "country",
"label": {
"eng": "Portugal"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Netherlands",
"type": "loc",
"score": 1,
"label": {
"eng": "Netherlands"
},
"location": {
"type": "country",
"label": {
"eng": "Netherlands"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Malta",
"type": "loc",
"score": 1,
"label": {
"eng": "Malta"
},
"location": {
"type": "country",
"label": {
"eng": "Malta"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Italy",
"type": "loc",
"score": 1,
"label": {
"eng": "Italy"
},
"location": {
"type": "country",
"label": {
"eng": "Italy"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/United_Kingdom",
"type": "loc",
"score": 1,
"label": {
"eng": "United Kingdom"
},
"location": {
"type": "country",
"label": {
"eng": "United Kingdom"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/France",
"type": "loc",
"score": 1,
"label": {
"eng": "France"
},
"location": {
"type": "country",
"label": {
"eng": "France"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Finland",
"type": "loc",
"score": 1,
"label": {
"eng": "Finland"
},
"location": {
"type": "country",
"label": {
"eng": "Finland"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Spain",
"type": "loc",
"score": 1,
"label": {
"eng": "Spain"
},
"location": {
"type": "country",
"label": {
"eng": "Spain"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Germany",
"type": "loc",
"score": 1,
"label": {
"eng": "Germany"
},
"location": {
"type": "country",
"label": {
"eng": "Germany"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Cyprus",
"type": "loc",
"score": 1,
"label": {
"eng": "Cyprus"
},
"location": {
"type": "country",
"label": {
"eng": "Cyprus"
}
}
}
],
"categories": [
{
"uri": "dmoz/Society/Issues",
"label": "dmoz/Society/Issues",
"wgt": 28
},
{
"uri": "dmoz/Society/Government",
"label": "dmoz/Society/Government",
"wgt": 41
},
{
"uri": "dmoz/Business/Investing/Socially_Responsible",
"label": "dmoz/Business/Investing/Socially Responsible",
"wgt": 32
},
{
"uri": "dmoz/Business/International_Business_and_Trade/Consulting",
"label": "dmoz/Business/International Business and Trade/Consulting",
"wgt": 29
},
{
"uri": "dmoz/Business/Financial_Services/Investment_Services",
"label": "dmoz/Business/Financial Services/Investment Services",
"wgt": 29
},
{
"uri": "news/Business",
"label": "news/Business",
"wgt": 95
},
{
"uri": "iptc/economy,_business_and_finance/business_information",
"label": "iptc/economy, business and finance/business information",
"wgt": 90
}
],
"image": "https://www.eib.org/photos/rs/6a310cc211ef82cca01a6fb4/largeprvw/image.jpg",
"eventUri": null,
"sentiment": 0.5607843137254902,
"wgt": 519342723,
"relevance": 1
}
],
"totalResults": 8792,
"page": 1,
"count": 10,
"pages": 880
}
}