Topics
Countries
South Korea News
Would you like to access news/blog content published by sources located in South Korea?
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/South_Korea",
"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%2FSouth_Korea&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": "9426610942",
"lang": "jpn",
"isDuplicate": false,
"date": "2026-08-10",
"time": "09:28:55",
"dateTime": "2026-08-10T09:28:55Z",
"dateTimePub": "2026-08-10T09:22:41Z",
"dataType": "news",
"sim": 0,
"url": "https://jp.yna.co.kr/view/AJP20260810003700882",
"title": "「光復節」に合わせた特別赦免 今年は実施せず=韓国政府",
"body": "【ソウル聯合ニュース】韓国政府が日本の植民地支配からの解放記念日「光復節」(15日)に合わせた特別赦免(恩赦)を実施せず、仮釈放のみを行う予定であることが10日、分かった。\n\n法務部は光復節に合わせた仮釈放の対象者を決めるための審査委員会を開いた。全国の刑務所の過密問題が深刻で、猛暑なども加わり、再犯の危険性が低い受刑者に対する仮釈放は積極的に拡大する方針だ。\n\nただ、特別赦免の準備作業は行われていない。特別赦免には約1カ月の時間が必要なため、今年は光復節に合わせた特別赦免は実施されない可能性が高い。\n\n李在明(イ・ジェミョン)大統領は昨年、光復節に合わせて大規模な特別赦免を行った。対象者には曺国(チョ・グク)元法務部長官や崔志成(チェ・ジソン)元サムスン電子副会長らが含まれた。\n\n昨年のクリスマスや今年の新年、1919年に起きた独立運動の記念日「三・一節」に合わせた特別赦免も行われなかった。",
"source": {
"uri": "jp.yna.co.kr",
"dataType": "news",
"title": "聯合ニュース"
},
"authors": [],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/National_Liberation_Day_of_Korea",
"type": "wiki",
"score": 5,
"label": {
"eng": "National Liberation Day of Korea"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Parole",
"type": "wiki",
"score": 5,
"label": {
"eng": "Parole"
}
},
{
"uri": "http://en.wikipedia.org/wiki/South_Korea",
"type": "loc",
"score": 5,
"label": {
"eng": "South Korea"
},
"location": {
"type": "country",
"label": {
"eng": "South Korea"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Cho_Kuk",
"type": "person",
"score": 4,
"label": {
"eng": "Cho Kuk"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Ministry_of_Justice_(South_Korea)",
"type": "wiki",
"score": 4,
"label": {
"eng": "Ministry of Justice (South Korea)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Yonhap_News_Agency",
"type": "wiki",
"score": 3,
"label": {
"eng": "Yonhap News Agency"
}
},
{
"uri": "http://ja.wikipedia.org/wiki/受刑者",
"type": "wiki",
"score": 3,
"label": {
"eng": "受刑者"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Lee_Jae-myung",
"type": "person",
"score": 3,
"label": {
"eng": "Lee Jae-myung"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Korea_under_Japanese_rule",
"type": "loc",
"score": 3,
"label": {
"eng": "Korea under Japanese rule"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/President_of_South_Korea",
"type": "wiki",
"score": 3,
"label": {
"eng": "President of South Korea"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Pardon",
"type": "wiki",
"score": 3,
"label": {
"eng": "Pardon"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Prison",
"type": "wiki",
"score": 3,
"label": {
"eng": "Prison"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Seoul",
"type": "loc",
"score": 3,
"label": {
"eng": "Seoul"
},
"location": {
"type": "place",
"label": {
"eng": "Seoul"
},
"country": {
"type": "country",
"label": {
"eng": "South Korea"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Independence",
"type": "wiki",
"score": 2,
"label": {
"eng": "Independence"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Samsung_Electronics",
"type": "org",
"score": 2,
"label": {
"eng": "Samsung Electronics"
}
}
],
"categories": [
{
"uri": "news/Arts_and_Entertainment",
"label": "news/Arts and Entertainment",
"wgt": 52
},
{
"uri": "iptc/politics_and_government",
"label": "iptc/politics and government",
"wgt": 87
},
{
"uri": "iptc/crime,_law_and_justice",
"label": "iptc/crime, law and justice",
"wgt": 83
},
{
"uri": "iptc/society",
"label": "iptc/society",
"wgt": 80
}
],
"image": "https://img2.yna.co.kr/photo/cms/2026/04/17/24/PCM20260417000024990_P4.jpg",
"eventUri": null,
"sentiment": null,
"wgt": 524050135,
"relevance": 1
},
{
"uri": "9426610740",
"lang": "kor",
"isDuplicate": false,
"date": "2026-08-10",
"time": "09:28:44",
"dateTime": "2026-08-10T09:28:44Z",
"dateTimePub": "2026-08-10T09:24:00Z",
"dataType": "news",
"sim": 0,
"url": "https://www.ytn.co.kr/_ln/0103_202608101824593796",
"title": "김건희, 명품백 수수 인정...\"영부인 클러치백 필수\"",
"body": "김건희, 김기현 의원 부부 재판 첫 증인 출석\n\n김건희 명품백 수수 인정...\"직접 받은 기억 없어\"\n\n구체적인 경위에 대해선 \"기억나지 않는다\"\n\n김기현 국민의힘 부부로부터 명품 가방을 받았다는 의혹을 받는 김건희 씨가 법정에 증인으로 나와 선물을 받은 사실을 인정했습니다.\n\n그러나 언제, 누구를 통해 받았는지 등 구체적인 경위에 대해선 모두 기억나지 않는다고 답했습니다.\n\n윤해리 기자의 보도입니다.\n\n[기자]\n\n김건희 씨가 김기현 국민의힘 의원 부부 재판에 처음 증인으로 출석했습니다.\n\n지난 2023년 3월 김기현 의원이 국민의힘 당 대표에 당선된 이후 부인으로부터 답례로 고가의 명품 가방을 받았다는 의혹 관련 증인으로 소환된 겁니다.\n\n김 씨는 가방을 받은 사실 자체에 대해선 인정했지만, 직접 받은 건 아니라고 증언했습니다.\n\n김기현 의원의 부인으로부터 로저비비에 클러치백과 자필 편지를 받았느냐는 특검 측의 질문에 처음에는 몰랐지만, 나중에 인식했다고 답했습니다.\n\n가방을 인지한 경위를 두고는 영부인은 클러치백이 필수품이라 옷 색에 맞춰 들기 위해 비싸 보이는 모조품, 이른바 짝퉁을 많이 사뒀다며 직원들이 정리해둬서 발견했다고 말했습니다.\n\n그러나 누구를 통해 언제, 어떤 방식으로 전달받았는지에 대해선 모두 기억나지 않는다고 부연했습니다.\n\n증인 신문에 앞서서는 증언 거부권을 두고 신경전도 벌어졌습니다.\n\n재판부가 청탁금지법상 공직자 배우자에 대한 처벌 규정이 없어서 증언거부권이 인정되지 않는다고 말하자, 김 씨는 그러면 모르는 것도 '상상의 나래를 펼쳐서 말해야 하느냐'며 반발했습니다.\n\n또 특검 측이 당 대표 부인으로부터 선물과 편지를 받고도 기억하지 못하는 게 이례적이라고 추궁하자, 그간 영부인 수사를 다 해왔느냐며 무조건 죄인으로 모는 것 자체가 이해되지 않는다고 따져 묻기도 했습니다.\n\n김기현 의원의 부인 역시 가방을 선물한 사실은 인정하지만 부정한 청탁은 없었다며 대가성을 부인하는 가운데, 재판부는 다음 달 28일 최후 진술을 들은 뒤 변론을 종결할 예정입니다.\n\nYTN 윤해리입니다.\n\n영상기자 : 강보경\n\n영상편집 : 이정욱\n\n디자인 : 김서연\n\nYTN 윤해리 (yunhr0925@ytn.co.kr)\n\n※ '당신의 제보가 뉴스가 됩니다'\n\n[카카오톡] YTN 검색해 채널 추가\n\n[전화] 02-398-8585\n\n[메일] social@ytn.co.kr\n\n[저작권자(c) YTN 무단전재, 재배포 및 AI 데이터 활용 금지]",
"source": {
"uri": "ytn.co.kr",
"dataType": "news",
"title": "YTN"
},
"authors": [
{
"uri": "윤해리@ytn.co.kr",
"name": "윤해리",
"type": "author",
"isAgency": false
}
],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Kim_Gun-hee",
"type": "person",
"score": 5,
"label": {
"eng": "Kim Gun-hee"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Kim_Ki-hyeon",
"type": "person",
"score": 5,
"label": {
"eng": "Kim Ki-hyeon"
}
},
{
"uri": "http://en.wikipedia.org/wiki/YTN",
"type": "org",
"score": 5,
"label": {
"eng": "YTN"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Tang_dynasty",
"type": "loc",
"score": 4,
"label": {
"eng": "Tang dynasty"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Kim_(Korean_surname)",
"type": "wiki",
"score": 4,
"label": {
"eng": "Kim (Korean surname)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Witness",
"type": "wiki",
"score": 4,
"label": {
"eng": "Witness"
}
},
{
"uri": "http://en.wikipedia.org/wiki/First_Lady",
"type": "wiki",
"score": 4,
"label": {
"eng": "First Lady"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Reporter",
"type": "wiki",
"score": 3,
"label": {
"eng": "Reporter"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Newspaper",
"type": "wiki",
"score": 3,
"label": {
"eng": "Newspaper"
}
},
{
"uri": "http://ko.wikipedia.org/wiki/이정욱_(배우)",
"type": "person",
"score": 2,
"label": {
"eng": "이정욱 (배우)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/KakaoTalk",
"type": "wiki",
"score": 2,
"label": {
"eng": "KakaoTalk"
}
}
],
"categories": [
{
"uri": "news/Arts_and_Entertainment",
"label": "news/Arts and Entertainment",
"wgt": 69
},
{
"uri": "iptc/politics_and_government",
"label": "iptc/politics and government",
"wgt": 66
},
{
"uri": "iptc/crime,_law_and_justice",
"label": "iptc/crime, law and justice",
"wgt": 66
}
],
"image": "https://image.ytn.co.kr/general/jpg/2026/0810/202608101824593796_t.jpg",
"eventUri": null,
"sentiment": null,
"wgt": 524050124,
"relevance": 1
},
{
"uri": "9426610741",
"lang": "kor",
"isDuplicate": false,
"date": "2026-08-10",
"time": "09:28:44",
"dateTime": "2026-08-10T09:28:44Z",
"dateTimePub": "2026-08-10T09:21:00Z",
"dataType": "news",
"sim": 0,
"url": "https://www.ytn.co.kr/_ln/0101_202608101821208533",
"title": "민주 전당대회 '슈퍼위크' 돌입...'호남·수도권' 지지 사활",
"body": "김민석, 정청래에 1.48%p 차이 초박빙 우세\n\n권리당원 70% 모인 호남·서울·경기...이번 주 투표\n\n수도권·호남 달려간 당 대표 후보들...당심 챙기기\n\n호남 격돌 앞두고 후보들 '기 싸움' 팽팽\n\n더불어민주당 차기 당 대표 윤곽이 드러날 호남과 수도권 경선이 진행되는 '슈퍼 위크'가 시작됐습니다.\n\n박빙 승부를 펼쳐온 김민석·정청래 후보는 권리당원 70% 이상을 차지하는 두 지역에서 반드시 승리하겠단 각오입니다.\n\n양동훈 기자입니다.\n\n[기자]\n\n민주당 전당대회 전국 순회 경선 2주차까지, 먼저 웃은 건 김민석 후보였습니다.\n\n충청권과 제주·인천, 강원, 대구·경북에서 김 후보가 우세를 점했고, 정청래 후보는 부울경 경선에서 앞서면서, 1.48%p 차이의 초박빙 판세가 이어지고 있습니다.\n\n이제 권리당원의 70%가량이 모여 있는 핵심 승부처 호남과 서울·경기가 남았는데, 내일(11일)부터 하루를 간격으로 권리당원 투표가 시작됩니다.\n\n후보들은 각각 수도권과 호남으로 달려가 당심 챙기기에 나섰습니다.\n\n먼저 김민석 후보는 서울 출근길 시민 인사를 시작으로, 경기 당원들과 토크 콘서트도 진행하며 당원과의 스킨십을 이어갔습니다.\n\n지방선거 책임론과 함께, 조직 기반을 갖춘 전직 대표가 왜 '약자 행세'를 하냐며 정청래 후보에 대한 견제구도 잊지 않았습니다.\n\n[김민석 / 더불어민주당 대표 후보 : 약자의 위치에 있다라고 말씀하시는 것은 겸손이 조금 지나치신 것이라고 생각이 되고....]\n\n호남으로 향한 정청래 후보는 노동자, 농민들을 만나며 하루를 연 뒤, 김 후보와 같은 시각에 전북 당원들과 토크 콘서트를 벌였습니다.\n\n김 후보의 '신천지 의혹 제기'는 해당 행위라며, 윤리감찰단에서 조사해야 할 문제라고 거듭 각을 세웠습니다.\n\n[정청래 / 더불어민주당 대표 후보 : 저는 근거를 말합니다. 어느 누구처럼 신천지를 얘기했는데 근거를 대라 그러면 말을 안 하고 못하고 그렇게 있는데....]\n\n최대 승부처인 호남 격돌을 앞두고 기 싸움도 팽팽했습니다.\n\n[김민석 / 더불어민주당 대표 후보 : (현재까지) 제가 미세하지만 앞서고 있고, 호남에서의 투표도 최소한 무승부 이상의 승리로 예상되고....]\n\n[정청래 / 더불어민주당 대표 후보 : 대구에서 1등 했으니까, 알아서들 하세요. 전북에서도 1등을 만들어 줄 건지 안 줄 건지 알아서 좀 해주세요.]\n\n3위를 기록 중인 송영길 후보 역시 고향인 호남에서 선전을 기대했습니다.\n\n[송영길 / 더불어민주당 대표 후보 (유튜브 겸손은 힘들다) : 송영길에 대한 최소한 정치적 토대가 될 수 있는 지지를 해주지 않을까 이렇게 제가 기대를 하고 있고 또 호소하려고 그럽니다.]\n\n민주당 전당대회에서는 권리당원 투표 70%에 국민 여론조사 30%를 더해 최종 당 대표 당선자를 결정합니다.\n\n승부의 향배를 가를 '슈퍼 위크'에 진입한 후보들의 막바지 경쟁은 더욱 치열해질 전망입니다.\n\nYTN 양동훈입니다.\n\n영상기자 : 최영욱 온승원\n\n영상편집 : 이주연\n\nYTN 양동훈 (yangdh01@ytn.co.kr)\n\n※ '당신의 제보가 뉴스가 됩니다'\n\n[카카오톡] YTN 검색해 채널 추가\n\n[전화] 02-398-8585\n\n[메일] social@ytn.co.kr\n\n[저작권자(c) YTN 무단전재, 재배포 및 AI 데이터 활용 금지]",
"source": {
"uri": "ytn.co.kr",
"dataType": "news",
"title": "YTN"
},
"authors": [
{
"uri": "양동훈@ytn.co.kr",
"name": "양동훈",
"type": "author",
"isAgency": false
}
],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Kim_Min-seok_(politician)",
"type": "person",
"score": 5,
"label": {
"eng": "Kim Min-seok (politician)"
}
},
{
"uri": "http://ko.wikipedia.org/wiki/정청래",
"type": "person",
"score": 5,
"label": {
"eng": "정청래"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Tang_dynasty",
"type": "loc",
"score": 5,
"label": {
"eng": "Tang dynasty"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Democratic_Party_of_Korea",
"type": "org",
"score": 5,
"label": {
"eng": "Democratic Party of Korea"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Honam",
"type": "loc",
"score": 5,
"label": {
"eng": "Honam"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Capital_region",
"type": "wiki",
"score": 5,
"label": {
"eng": "Capital region"
}
},
{
"uri": "http://en.wikipedia.org/wiki/YTN",
"type": "org",
"score": 5,
"label": {
"eng": "YTN"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Democratic_Party",
"type": "wiki",
"score": 4,
"label": {
"eng": "Democratic Party"
}
},
{
"uri": "http://en.wikipedia.org/wiki/2014_South_Korean_local_elections",
"type": "wiki",
"score": 3,
"label": {
"eng": "2014 South Korean local elections"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Busan–Gyeongnam_Area",
"type": "loc",
"score": 3,
"label": {
"eng": "Busan–Gyeongnam Area"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Song_Young-gil",
"type": "person",
"score": 3,
"label": {
"eng": "Song Young-gil"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Gangwon_Province_(historical)",
"type": "loc",
"score": 3,
"label": {
"eng": "Gangwon Province (historical)"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/North_Jeolla_Province",
"type": "loc",
"score": 3,
"label": {
"eng": "North Jeolla Province"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Workforce",
"type": "wiki",
"score": 3,
"label": {
"eng": "Workforce"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Seoul",
"type": "loc",
"score": 3,
"label": {
"eng": "Seoul"
},
"location": {
"type": "place",
"label": {
"eng": "Seoul"
},
"country": {
"type": "country",
"label": {
"eng": "South Korea"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Lee_Joo-yeon",
"type": "person",
"score": 2,
"label": {
"eng": "Lee Joo-yeon"
}
},
{
"uri": "http://en.wikipedia.org/wiki/KakaoTalk",
"type": "wiki",
"score": 2,
"label": {
"eng": "KakaoTalk"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Nation",
"type": "wiki",
"score": 2,
"label": {
"eng": "Nation"
}
},
{
"uri": "http://en.wikipedia.org/wiki/YouTube",
"type": "wiki",
"score": 2,
"label": {
"eng": "YouTube"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Daegu",
"type": "loc",
"score": 2,
"label": {
"eng": "Daegu"
},
"location": {
"type": "place",
"label": {
"eng": "Daegu"
},
"country": {
"type": "country",
"label": {
"eng": "South Korea"
}
}
}
}
],
"categories": [
{
"uri": "iptc/politics_and_government",
"label": "iptc/politics and government",
"wgt": 80
}
],
"image": "https://image.ytn.co.kr/general/jpg/2026/0810/202608101821208533_t.jpg",
"eventUri": null,
"sentiment": null,
"wgt": 524050124,
"relevance": 1
},
{
"uri": "9426610280",
"lang": "kor",
"isDuplicate": false,
"date": "2026-08-10",
"time": "09:28:19",
"dateTime": "2026-08-10T09:28:19Z",
"dateTimePub": "2026-08-10T09:25:28Z",
"dataType": "news",
"sim": 0,
"url": "https://news.tf.co.kr/read/life/2352593.htm",
"title": "오세훈 \"용산공원 아파트는 위법...도심 유일 녹지 지켜야\" - 사회 | 기사 - 더팩트",
"body": "\"주택 사정 어렵다고 도심 유일한 녹지 손대선 안 돼\"\n\n오세훈 서울시장은 용산공원 일대 주택 공급에 대해 \"특별법상 아파트 건립이 불가능하고, 도심 유일의 녹지인 만큼 보존해야 한다\"고 밝혔다. /뉴시스\n\n[더팩트ㅣ정소양 기자] 오세훈 서울시장이 용산공원 일대를 주택용지로 활용하는 방안을 놓고 \"법적으로 안 된다\"며 반대 입장을 분명히 했다.\n\n오 시장은 10일 KBS 1TV '사사건건'에 출연해 정부의 부동산 공급대책을 두고 이같이 밝혔다.\n\n오 시장은 정부와 서울시 간 조만간 발표될 주택 공급대책을 놓고 구체적인 실무 협의는 진행되지 않고 있다고 전했다.\n\n오 시장은 \"지난번에 김용범 정책실장을 만나 서울시가 중점적으로 챙기는 몇 가지를 말씀드렸고, 그 직전에는 김윤덕 국토교통부 장관을 만나 서울시의 요청사항, 주로 재개발·재건축을 도와달라는 취지의 말씀을 드렸다\"고 설명했다.\n\n다만 구체적인 지역을 지정해 규제를 풀거나 유휴부지를 주택용지로 활용하는 방안 등을 놓고는 \"서울시에 구체적인 제안은 아직 없다\"고 했다.\n\n용산공원 일대에 주택을 공급하는 안을 두고는 서울시에 인허가 권한은 없지만 원칙적으로 반대한다는 입장을 밝혔다.\n\n오 시장은 \"용산공원 특별법상 아파트가 들어가는 것이 금지돼 있다\" \"그 법(용산공원조성법)을 만든 이유가 있다\"고 강조했다.\n\n오 시장은 서울의 생활권 녹지가 부족한 상황에서 용산 미군기지 반환 부지가 도심의 녹지를 확보할 수 있는 사실상 유일한 기회라고 주장했다.\n\n그는 \"서울시를 처음 도시계획할 때 녹지 면적이 정말 턱없이 부족했다\"며 \"산지가 많아 남산이나 북악산, 북한산 등이 보이기 때문에 녹지가 충분하다고 착각할 수 있지만 실제 생활권 녹지는 전 세계 대도시 평균에 비춰 굉장히 적다\"고 말했다.\n\n그러면서 \"다행히 용산 미군기지가 있던 자리가 본의 아니게 비어 있기 때문에 녹지로 만드는 게 가능해졌고, 그래서 특별법까지 만들어 보존하기로 한 것\"이라고 강조했다.\n\n오 시장은 \"시 외곽에 있는 그린벨트도 푸는 것을 극도로 제한해야 하는 상황에서 주택 사정이 녹록지 않다고 도심 한가운데 유일하게 남은 녹지에 손을 대선 안 된다\"라며 \"전 세계 어느 대도시 시장에게 물어봐도 법과 무관하게 찬성할 시장은 거의 없을 것\"이라고 말했다.\n\n그린벨트 해제도 부정적 입장을 분명히 했다. 윤석열 정부 때 해제를 동의한 서리풀 1,2지구가 마지막이며 추가 물량은 없다고 못 박았다. 오 시장은 \"이미 훼손된 지역이어서 동의했던 그린벨트 지역도 주민 협의가 되지 않아서 진도가 제대로 나가지 않고 있다\"며 \"추가로 그린벨트를 해제하는 것은 불필요하고 동의할 수도 없고 바람직하지도 않다\"고 잘라 말했다.\n\n용산국제업무지구 1만호 공급 방안을 놓고는 국제업무지구 본질을 훼손하는 것이며 이미 8000호까지 양보했다며 \"인허가권을 갖고 있는 용산구가 동의하면 동의하겠다\"고 밝혔다.\n\njsy@tf.co.kr\n\n발로 뛰는 <더팩트>는 24시간 여러분의 제보를 기다립니다. · 카카오톡: '더팩트제보' 검색 · 이메일: jebo@tf.co.kr · 뉴스 홈페이지: https://talk.tf.co.kr/bbs/report/write · 네이버 메인 더팩트 구독하고 [특종보자→] · 그곳이 알고싶냐? [영상보기→]",
"source": {
"uri": "news.tf.co.kr",
"dataType": "news",
"title": "더팩트"
},
"authors": [
{
"uri": "정소양@news.tf.co.kr",
"name": "정소양",
"type": "author",
"isAgency": false
}
],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Mayor_of_Seoul",
"type": "wiki",
"score": 5,
"label": {
"eng": "Mayor of Seoul"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Oh_Se-hoon",
"type": "person",
"score": 5,
"label": {
"eng": "Oh Se-hoon"
}
},
{
"uri": "http://en.wikipedia.org/wiki/City_centre",
"type": "wiki",
"score": 5,
"label": {
"eng": "City centre"
}
},
{
"uri": "http://en.wikipedia.org/wiki/House",
"type": "wiki",
"score": 5,
"label": {
"eng": "House"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Apartment",
"type": "wiki",
"score": 5,
"label": {
"eng": "Apartment"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Seoul",
"type": "loc",
"score": 5,
"label": {
"eng": "Seoul"
},
"location": {
"type": "place",
"label": {
"eng": "Seoul"
},
"country": {
"type": "country",
"label": {
"eng": "South Korea"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Bugaksan",
"type": "wiki",
"score": 3,
"label": {
"eng": "Bugaksan"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Newsis",
"type": "wiki",
"score": 3,
"label": {
"eng": "Newsis"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Reporter",
"type": "wiki",
"score": 3,
"label": {
"eng": "Reporter"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Ministry_of_Land,_Infrastructure_and_Transport_(South_Korea)",
"type": "wiki",
"score": 3,
"label": {
"eng": "Ministry of Land, Infrastructure and Transport (South Korea)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/KBS1",
"type": "wiki",
"score": 3,
"label": {
"eng": "KBS1"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Yongsan_Garrison",
"type": "wiki",
"score": 3,
"label": {
"eng": "Yongsan Garrison"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Yongsan_District",
"type": "loc",
"score": 3,
"label": {
"eng": "Yongsan District"
},
"location": {
"type": "place",
"label": {
"eng": "Yongsan District"
},
"country": {
"type": "country",
"label": {
"eng": "South Korea"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Bukhansan",
"type": "wiki",
"score": 3,
"label": {
"eng": "Bukhansan"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Green_belt",
"type": "wiki",
"score": 3,
"label": {
"eng": "Green belt"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Law",
"type": "wiki",
"score": 3,
"label": {
"eng": "Law"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Yongsan_Dreamhub",
"type": "wiki",
"score": 2,
"label": {
"eng": "Yongsan Dreamhub"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Yoon_Seok-youl",
"type": "wiki",
"score": 2,
"label": {
"eng": "Yoon Seok-youl"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Naver",
"type": "wiki",
"score": 2,
"label": {
"eng": "Naver"
}
},
{
"uri": "http://en.wikipedia.org/wiki/2017_South_Korean_presidential_election",
"type": "wiki",
"score": 2,
"label": {
"eng": "2017 South Korean presidential election"
}
},
{
"uri": "http://en.wikipedia.org/wiki/News",
"type": "wiki",
"score": 2,
"label": {
"eng": "News"
}
}
],
"categories": [
{
"uri": "news/Business",
"label": "news/Business",
"wgt": 59
},
{
"uri": "iptc/economy,_business_and_finance",
"label": "iptc/economy, business and finance",
"wgt": 52
},
{
"uri": "iptc/politics_and_government",
"label": "iptc/politics and government",
"wgt": 53
}
],
"image": "https://img.tf.co.kr/article/home/2026/08/10/202612621786352323.jpg",
"eventUri": null,
"sentiment": null,
"wgt": 524050099,
"relevance": 1
},
{
"uri": "9426608803",
"lang": "kor",
"isDuplicate": false,
"date": "2026-08-10",
"time": "09:27:25",
"dateTime": "2026-08-10T09:27:25Z",
"dateTimePub": "2026-08-10T09:25:00Z",
"dataType": "news",
"sim": 0,
"url": "https://www.kmib.co.kr/article/view.asp?arcid=9000001879",
"title": "[단독] 메가프로젝트 발표 직전 정부 \"물 5.5억t 부족\" 전망",
"body": "정부, 국가물관리위원회에 '물 부족 심화' 보고\n\n12일 뒤 메가프로젝트 발표 \"신규 용수 공급 가능\"\n\n국가물관리위원회 내부서도 \"모순적 상황\" 지적\n\n물 관련 수치 제각각...체계적 물 관리 시급\n\n정부가 대규모 전력과 용수를 필요로 하는 '3대 메가프로젝트' 발표 직전 내부적으로 물 부족 심화를 전망했던 것으로 확인됐다. 하지만 메가프로젝트를 발표하면서는 서남권에서 연간 약 4억t의 물을 추가로 공급할 수 있다고 밝혔다. 대통령 직속 국가물관리위원회 내에서도 정부가 충분한 검토 없이 물 관련 대책을 발표했다는 비판이 나온다.\n\n국민일보가 10일 입수한 국가물관리위원회 보고서에 따르면 정부는 지난 6월 18일 올해 수립 예정인 국가물관리기본계획 변경안에 들어갈 물 수지 분석 결과를 위원회에 보고했다. 위원회는 국가 물관리 정책을 총괄하는 최상위 민관 합동위원회다. 이날 회의에서 정부 측은 2030년 기준 최대 가뭄이 찾아왔을 때 연간 5억5000t의 물이 부족하다는 분석을 제시했다. 5년 전과 비교해 물 부족 예상량이 83배나 폭증한 규모다.\n\n국가물관리기본계획은 모든 물 관련 계획이 근거로 삼는 최상위 법정계획으로, 국내에서 쓸 수 있는 수자원과 지역별 물 부족 전망 등을 총망라해 담는다. 10년 단위로 수립되는 국가물관리기본계획은 후반기 5년을 남기고 물 수지 분석을 수정한다. 작성 주체는 기후에너지환경부 장관이지만 위원회의 심의·의결을 거쳐야 한다.\n\n하지만 정부는 11일 뒤인 6월 29일 3대 메가프로젝트 본계획을 발표했고, 다음 날 서남권에만 하루 106만t의 용수를 추가 공급할 수 있다고 발표했다. 연간 3억8690만t 규모다. 불과 며칠 전 가뭄 시 5억t 이상 물이 부족할 것으로 예상한 정부가 4억t 가까운 용수를 추가 공급할 수 있다고 공언한 것이다.\n\n기후부는 국가물관리기본계획의 물 부족 수치와 정부의 메가프로젝트 물 공급 방안은 직접 비교할 수 없다는 입장이다. 국가물관리기본계획은 극한의 가뭄 상황을 가정한 분석이고, 서남권 계획은 평시를 기준으로 삼는다는 것이다. 기후부 관계자는 \"평시 공급 계획과 비상시 공급 계획은 다르다. 극한가뭄이 늘 오는 게 아니기 때문에 비상상황을 기준으로 상시 공급 계획을 수립하지는 않는다\"며 \"가뭄 대책은 별도로 수립 중\"이라고 설명했다.\n\n그러나 전문가들은 물 부족을 바라보는 정부의 기조가 정치적 상황에 따라 흔들리는 것 자체가 문제라고 지적했다. 위원회의 한 위원은 \"국가의 물 공급 계획은 항상 최악의 가뭄을 대비해야 한다\"며 \"충분한 검토 없이 물 대책을 발표하다 보니 물 부족이 심화된다고 보고한 지 한 달도 되지 않아 대규모 신규 용수 공급이 가능하다고 발표하는 모순적 상황에 빠지게 된 것\"이라고 말했다.\n\n남발하는 계획, 달라지는 물 계산\n\n정부가 최상위 국가 물 계획인 국가물관리기본계획상 물 공급 방식을 변경하면서 2030년 최대 물 부족 전망이 5년 만에 83배 증가한 것으로 나타났다. 기후에너지환경부는 물 공급 방식을 현실에 보다 가까운 방식으로 수정한 것이라는 입장이지만, 대통령 직속 국가물관리위원회 소속 위원들은 정부가 관리가 용이한 과거 방식으로 회귀했다며 전면 재검토까지 요구하고 있다. 물 관리 기준을 심의·조율해야 할 국가물관리위원회는 정부가 3대 메가프로젝트 용수 공급 대책을 발표한 뒤에야 사후 보고를 받은 것으로도 파악됐다. 물 관리 체계의 난맥상이 상징적으로 드러난 장면이라는 평가가 나온다.\n\n10일 국민일보 취재를 종합하면 정부는 지난 6월 16일 국가물관리위원회 계획분과위원회에 1차 국가물관리기본계획 변경안에 포함될 물 수지 분석을 보고하면서 2030년 최대 물 부족 전망을 연 5억5000만t으로 전망했다. 이 수치는 5년 전 발표한 원안(660만t)의 83배에 달하는 규모다. 위원들은 회의에서 \"물 관리의 근간이 되는 물 수지 분석을 5년 만에 매우 큰 차이가 나게 결정하는 경우는 찾아보기 힘든 사례\"라며 \"이는 물 공급량을 5년 전 계획과 비교해 심각하게 줄였기 때문\"이라고 지적했다.\n\n물 공급량이 달라지게 된 건 물 공급 방식을 달리 적용했기 때문이다. 2021년 수립된 원안에서 물 공급량은 '부족분 공급방식'을 적용해 산출했다. 부족분 공급방식은 하천에 이미 충분한 물이 흐르고 있으면 댐에서 물을 내려보내지 않고 비축해뒀다가 정말 물이 부족할 때만 그만큼을 보낸다.\n\n반면 이번 변경안에는 '계획량 공급 방식'이 적용됐다. 하천 상황과 무관하게 미리 계약된 양을 매일 똑같이 흘려보내는 방식이다. 하천에 물이 많더라도 댐에서는 늘 일정량의 물이 나가기 때문에 댐에 여유 물량이 쌓이지 않는다. 때문에 계획량 공급 방식을 적용하면 공급 가능한 물의 총량이 급격히 줄어든다.\n\n정부는 5년 전 원안에서 적용한 부족분 공급방식이 현실에 맞지 않아 계산방식을 바꿨다는 입장이다. 기후부 관계자는 \"2021년 국가물관리기본계획을 만들 때 부족분 공급방식으로 물 부족량을 최대 660만t으로 계산했는데, 2022~2023년 광주전남 지역에서 가뭄이 발생하자 계산과 달리 물이 부족했었다\"며 \"부족분 공급방식이 이론적으로 이상적이기는 하지만 실제 현실에는 맞지 않는 면이 있어서 방법을 다시 되돌린 것\"이라고 설명했다.\n\n하지만 전문가들 사이에서는 물 공급량 계산 방식을 전면 재검토해야 한다는 의견이 나온다. 한 국가물관리위원은 \"계획대로 하천을 관리하지 못해서 물이 부족한 것인데, 그렇다고 계산 방식을 과거로 되돌리는 것은 이치에 맞지 않는다\"며 \"물 공급량 계산 방법론 자체를 재검토해야 한다\"고 지적했다.\n\n물 부족량 계산이 명확한 원칙 없이 계속 바뀌어 왔다는 지적은 이전부터 제기돼 왔다. 계획이 난립하다 보니 그 시점에 필요한 정책 방향에 따라 물 계산법이 기준 없이 달라진다는 것이다. 10년마다 수립되는 국가물관리기본계획이 최상위 계획이지만 하천 계획, 수도 계획, 지역별 물관리 계획 등 여러 하위 계획들이 제각각의 기준으로 난립하고 있다. 지난해 하천유역수자원관리계획이 수립될 때는 신규 댐 건설의 명분을 마련하기 위해 부족량을 과다 계산한 것 아니냐는 지적까지 나왔다.\n\n물 관리 주체도, 컨트롤타워도 뒤죽박죽\n\n물 관리 자체가 여러 부처와 기관에 흩어져 있는 것이 이런 혼선이 나타나는 원인으로 꼽힌다. 하천 관리와 물 수지 분석은 기후부가 하지만 댐 운영과 용수 공급은 수자원공사, 농업용수는 농어촌공사가 각각 나눠 맡는다. 실제 물을 흘려보내는 상수도 공급은 지방자치단체가 책임지는 구조다. 계획을 세우는 기관과 실제 물을 공급하는 기관이 제각각인 것이다.\n\n전체 물 계획을 총괄해야 할 국가물관리위원회도 제 역할을 하지 못하고 있다. 정부는 이번 메가프로젝트 발표 과정에서 국가물관리위원회와의 사전 조율을 거치지 않았다. 정부의 메가프로젝트 발표 후 용수 문제가 논란이 되자 민간위원들이 정부 측에 보고를 요청하자, 정부는 지난달 9일에야 위원들에게 서남권 용수 공급 대책을 보고했다. 이미 용수 대책을 발표하고 열흘이 지난 시점이다. 이마저도 기존에 정부가 발표한 내용 외에 구체적인 내용은 없었다고 한다.\n\n이날 회의에서 일부 물관리위원은 주요 용수 대책과 관련해 '사후 보고'가 이뤄지는 점에 대해 사과를 요구했고, 정부는 \"사전 심의 대상이 아니다\"며 반박한 것으로 전해졌다. 한 국가물관리위원은 \"국가물관리위원회가 각 부처 장관 등 정부위원과 민간위원으로 함께 구성된 것은 물 관련 중요 사항을 독립적이고 객관적으로 협의하라는 의미\"라며 \"정부가 위원회를 최소한 파트너로 생각하고 있는지 의문\"이라고 말했다.\n\n전문가들은 물 부족량 계산 기준이 정책 변화나 정치적 필요에 의해 흔들리지 않도록 독립적 기준을 마련해야 한다고 지적했다. 석광훈 에너지전환포럼 전문위원은 지난달 16일 국회 토론회에서 \"물은 관리 부처도 다르고 규제 권한이 중앙부처화돼 있지 않다 보니 감시가 제대로 안 되고 정책적으로 왜곡하기 쉬운 측면이 있다\"며 \"정치권과 어느 정도 거리를 두게 만들고 전문화된 독립적 규제기관이 이를 관리하도록 해야 한다\"고 밝혔다.\n\n테크이슈팀=양한주 김혜지 심희정 김판 기자 1week@kmib.co.kr\n\nGoodNews paper ⓒ 국민일보(www.kmib.co.kr), 무단전재, 수집, 재배포 및 AI학습 이용 금지\n\n이슈탐사팀\n\n김판 기자\n\npan@kmib.co.kr\n\n2698 응원하기",
"source": {
"uri": "kmib.co.kr",
"dataType": "news",
"title": "국민일보"
},
"authors": [],
"concepts": [
{
"uri": "http://ko.wikipedia.org/wiki/용수",
"type": "wiki",
"score": 5,
"label": {
"eng": "용수"
}
},
{
"uri": "http://en.wikipedia.org/wiki/President_(government_title)",
"type": "wiki",
"score": 5,
"label": {
"eng": "President (government title)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Kukmin_Ilbo",
"type": "wiki",
"score": 5,
"label": {
"eng": "Kukmin Ilbo"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Megaproject",
"type": "wiki",
"score": 5,
"label": {
"eng": "Megaproject"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Water_scarcity",
"type": "wiki",
"score": 5,
"label": {
"eng": "Water scarcity"
}
},
{
"uri": "http://en.wikipedia.org/wiki/River",
"type": "wiki",
"score": 5,
"label": {
"eng": "River"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Drought",
"type": "wiki",
"score": 5,
"label": {
"eng": "Drought"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Water",
"type": "wiki",
"score": 5,
"label": {
"eng": "Water"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Dam",
"type": "wiki",
"score": 4,
"label": {
"eng": "Dam"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Buddha_(title)",
"type": "wiki",
"score": 3,
"label": {
"eng": "Buddha (title)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Crab",
"type": "wiki",
"score": 3,
"label": {
"eng": "Crab"
}
},
{
"uri": "http://en.wikipedia.org/wiki/National_Assembly_(South_Korea)",
"type": "wiki",
"score": 2,
"label": {
"eng": "National Assembly (South Korea)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Apple",
"type": "wiki",
"score": 2,
"label": {
"eng": "Apple"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Water_supply",
"type": "wiki",
"score": 2,
"label": {
"eng": "Water supply"
}
}
],
"categories": [
{
"uri": "news/Technology",
"label": "news/Technology",
"wgt": 58
},
{
"uri": "iptc/economy,_business_and_finance",
"label": "iptc/economy, business and finance",
"wgt": 55
},
{
"uri": "iptc/politics_and_government",
"label": "iptc/politics and government",
"wgt": 70
},
{
"uri": "iptc/environment",
"label": "iptc/environment",
"wgt": 81
}
],
"image": "https://image.kmib.co.kr/online_image/2026/0810/01100201.20260810501640.jpg",
"eventUri": null,
"sentiment": null,
"wgt": 524050045,
"relevance": 1
},
{
"uri": "9426608920",
"lang": "kor",
"isDuplicate": false,
"date": "2026-08-10",
"time": "09:27:04",
"dateTime": "2026-08-10T09:27:04Z",
"dateTimePub": "2026-08-10T09:20:45Z",
"dataType": "news",
"sim": 0,
"url": "https://www.yna.co.kr/view/AKR20260810138551527",
"title": "한샘, 2분기 영업이익 5배로 증가...13분기 연속 흑자(종합)",
"body": "(서울=연합뉴스) 구정모 기자 = 한샘[009240]은 주택 경기 불확실성과 원자재·운임비 상승 등 어려운 시장 환경에서도 리하우스 부문 성장 등에 힘입어 올해 2분기 영업이익이 지난해 같은 기간의 5배 수준으로 증가했다고 10일 밝혔다.\n\n한샘의 2분기 연결 기준 영업이익은 113억원으로 지난해 같은 기간보다 400% 증가했다. 2023년 2분기부터 13분기 연속 흑자를 이어갔다.\n\n매출은 4천172억원으로 작년 동기 대비 9.2% 감소했다. 순이익은 48억원으로 85.2% 줄었다.\n\n실적 개선은 리하우스 부문이 이끌었다. 리하우스 부문 매출은 지난해 같은 기간보다 13% 증가했다.\n\n한샘은 아파트 매매 거래와 개보수 수요가 늘어난 가운데 부엌·바스·수납 등 핵심 상품군의 판매가 호조를 보였다고 설명했다.\n\n홈퍼니싱 부문에서는 수납가구 '시그니처'의 2분기 매출이 12% 증가했고 '스위브 더마스터'를 포함한 스위브 소파 시리즈 매출은 46% 늘었다.\n\n한샘은 온오프라인 유통 채널도 개편하고 있다.\n\n지난 4월 고객관계관리(CRM) 기업 세일즈포스와 협력해 상담부터 시공까지 전 과정을 관리하는 영업관리 시스템을 도입했으며, 6월에는 상담·실측·견적·계약·시공·사후관리 과정을 확인할 수 있는 모바일 고객 전용 플랫폼 '인테리어 플래너'를 출시했다.\n\n온라인에서는 한샘몰을 자체 브랜드(PB) 중심으로 개편하고 상품 탐색 기능을 강화했다. 이에 따라 한샘몰의 상반기 매출은 지난해 같은 기간보다 20% 증가했다.\n\n오프라인에서는 비효율 매장을 폐점하는 한편 핵심 상권을 중심으로 매장을 재정비하고 있다. 지난 2월 한샘 지웰시티몰 청주점과 천안아산점, 울산점을 새로 열었으며 지난달에는 롯데 동래점을 리뉴얼했다.\n\n한샘은 하반기에도 주택 경기 불확실성과 원자재·운임비 인상 등 대외적 불안 요소가 있지만, 상위 등급 제품군 확대와 유통·채널 전략 고도화, 브랜드 가치 제고와 핵심 상품 중심의 마케팅 등을 추진할 방침이다.\n\n한샘 관계자는 \"단기적인 비용 축소에 의존하는 대신 본원적 경쟁력을 강화하는 체질 개선을 통해 13분기 연속 흑자 및 전년 동기 대비 5배가량의 영업이익 증가를 시현했다\"며 \"하반기에도 핵심 제품의 경쟁력 강화, 유통·채널을 통한 고객 경험 고도화, 브랜드 가치 제고와 핵심 상품 중심의 마케팅을 일관되게 추진할 것\"이라고 말했다.\n\npseudojm@yna.co.kr\n\n제보는 카카오톡 okjebo <저작권자(c) 연합뉴스, 무단 전재-재배포, AI 학습 및 활용 금지> 2026/08/10 18:20 송고 2026년08월10일 18시20분 송고",
"source": {
"uri": "yna.co.kr",
"dataType": "news",
"title": "연합뉴스"
},
"authors": [
{
"uri": "구정모@yna.co.kr",
"name": "구정모",
"type": "author",
"isAgency": false
}
],
"concepts": [
{
"uri": "http://ko.wikipedia.org/wiki/한샘",
"type": "org",
"score": 5,
"label": {
"eng": "한샘"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Commodity",
"type": "wiki",
"score": 5,
"label": {
"eng": "Commodity"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Yonhap_News_Agency",
"type": "wiki",
"score": 4,
"label": {
"eng": "Yonhap News Agency"
}
},
{
"uri": "http://en.wikipedia.org/wiki/House",
"type": "wiki",
"score": 4,
"label": {
"eng": "House"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Customer_relationship_management",
"type": "wiki",
"score": 4,
"label": {
"eng": "Customer relationship management"
}
},
{
"uri": "http://ko.wikipedia.org/wiki/시장",
"type": "wiki",
"score": 3,
"label": {
"eng": "시장"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Reporter",
"type": "wiki",
"score": 3,
"label": {
"eng": "Reporter"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Distribution_(marketing)",
"type": "wiki",
"score": 3,
"label": {
"eng": "Distribution (marketing)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Platform",
"type": "wiki",
"score": 3,
"label": {
"eng": "Platform"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Byte",
"type": "wiki",
"score": 3,
"label": {
"eng": "Byte"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Apartment",
"type": "wiki",
"score": 3,
"label": {
"eng": "Apartment"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Marketing",
"type": "wiki",
"score": 3,
"label": {
"eng": "Marketing"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Seoul",
"type": "loc",
"score": 3,
"label": {
"eng": "Seoul"
},
"location": {
"type": "place",
"label": {
"eng": "Seoul"
},
"country": {
"type": "country",
"label": {
"eng": "South Korea"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Lotte_Corporation",
"type": "org",
"score": 2,
"label": {
"eng": "Lotte Corporation"
}
},
{
"uri": "http://en.wikipedia.org/wiki/KakaoTalk",
"type": "wiki",
"score": 2,
"label": {
"eng": "KakaoTalk"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Ganghwa_County",
"type": "loc",
"score": 2,
"label": {
"eng": "Ganghwa County"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Artificial_intelligence",
"type": "wiki",
"score": 2,
"label": {
"eng": "Artificial intelligence"
}
}
],
"categories": [
{
"uri": "news/Technology",
"label": "news/Technology",
"wgt": 55
},
{
"uri": "iptc/economy,_business_and_finance/business_information",
"label": "iptc/economy, business and finance/business information",
"wgt": 100
}
],
"image": "https://img2.yna.co.kr/photo/cms/2025/11/11/36/PCM20251111000036990_P4.jpg",
"eventUri": null,
"sentiment": null,
"wgt": 524050024,
"relevance": 1
},
{
"uri": "9426608253",
"lang": "eng",
"isDuplicate": false,
"date": "2026-08-10",
"time": "09:26:09",
"dateTime": "2026-08-10T09:26:09Z",
"dateTimePub": "2026-08-10T09:19:04Z",
"dataType": "news",
"sim": 0,
"url": "https://www.koreatimes.co.kr/lifestyle/koreanheritage/20260810/seouls-historic-deoksu-palace-turns-to-high-tech-security-to-detect-intruders",
"title": "Seoul's historic Deoksu Palace turns to high-tech security to detect intruders - The Korea Times",
"body": "Beneath the curved eaves and ornate wooden beams of Deoksu Palace, where Korea's last monarchs once navigated the closing days of the 1392-1910 Joseon Dynasty, a quieter form of vigilance has taken root. The historic site in central Seoul, long vulnerable to unauthorized visitors and accidental damage, has quietly adopted modern sensor technology to safeguard its centuries-old timber structures.\n\nThe Deoksu Palace Management Office, a division of the Royal Palaces and Tombs Center under the Korea Heritage Service, announced the completion, Monday, of an advanced intrusion detection system across the palace grounds' main halls. The upgrade installs passive infrared motion sensors and automated warning broadcasting units inside major historic pavilions, including Junghwajeon, Hamnyeongjeon and Seogeodang.\n\nThe initiative represents an ongoing effort by Korean heritage authorities to modernize preservation tactics in a nation acutely aware of how quickly its ancient wooden treasures can be lost. Traditional East Asian timber architecture, built without modern fire-retardant materials, remains uniquely vulnerable to human error and deliberate destruction.\n\nKorea learned that lesson in tragic fashion in 2008, when an arsonist set fire to Sungnyemun, the 600-year-old wooden gate in central Seoul designated as National Treasure No. 1. The resulting blaze gutted the wooden superstructure, sending shockwaves through the country and prompting a multi-year, multi-million-dollar reconstruction effort. Security vulnerabilities have continued to resurface in recent years: in late 2023, public outrage erupted after vandals spray-painted illegal streaming website URLs across the stone outer walls of Gyeongbok Palace, highlighting the ongoing challenge of securing sprawling historic sites against unauthorized access.\n\nBy embedding discrete infrared sensors inside Deoksu Palace's halls, security personnel can now monitor sensitive interiors around the clock without erecting intrusive physical barriers that mar the viewing experience. When the sensors detect movement inside a restricted hall, an automated network speaker immediately issues a verbal warning to the intruder. Simultaneously, an alert flashes across monitors in the palace's central control room, accompanied by visual strobes and acoustic alarms, allowing security guards to respond within seconds.\n\n\"The objective is prevention rather than simple apprehension,\" said Lee Seung-jae, director of the Deoksu Palace Management Office. \"By reducing initial response times to zero, we can deter unauthorized access before any actual harm comes to these structures.\"\n\nAs heritage sites across Asia grapple with rising tourism and the preservation of aging wooden architecture, Korea's deployment of smart sensor networks offers a blueprint for balancing public access with conservation. Officials stated they will monitor the system's performance at Deoksu Palace before considering similar high-tech safeguards for other historic royal properties across the capital.\n\nThis article was published with the assistance of generative AI and edited by The Korea Times.",
"source": {
"uri": "koreatimes.co.kr",
"dataType": "news",
"title": "The Korea Times"
},
"authors": [
{
"uri": "lee_kyung_min@koreatimes.co.kr",
"name": "Lee Kyung-min",
"type": "author",
"isAgency": false
}
],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Deoksugung",
"type": "loc",
"score": 5,
"label": {
"eng": "Deoksugung"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Seoul",
"type": "loc",
"score": 5,
"label": {
"eng": "Seoul"
},
"location": {
"type": "place",
"label": {
"eng": "Seoul"
},
"country": {
"type": "country",
"label": {
"eng": "South Korea"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Lumber",
"type": "wiki",
"score": 4,
"label": {
"eng": "Lumber"
}
},
{
"uri": "http://en.wikipedia.org/wiki/South_Korea",
"type": "loc",
"score": 4,
"label": {
"eng": "South Korea"
},
"location": {
"type": "country",
"label": {
"eng": "South Korea"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Intrusion_detection_system",
"type": "wiki",
"score": 3,
"label": {
"eng": "Intrusion detection system"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Eaves",
"type": "wiki",
"score": 3,
"label": {
"eng": "Eaves"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Joseon",
"type": "loc",
"score": 3,
"label": {
"eng": "Joseon"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Motion_detection",
"type": "wiki",
"score": 3,
"label": {
"eng": "Motion detection"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Infrared",
"type": "wiki",
"score": 3,
"label": {
"eng": "Infrared"
}
},
{
"uri": "http://en.wikipedia.org/wiki/High_tech",
"type": "wiki",
"score": 3,
"label": {
"eng": "High tech"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Namdaemun",
"type": "wiki",
"score": 2,
"label": {
"eng": "Namdaemun"
}
},
{
"uri": "http://en.wikipedia.org/wiki/National_Treasure_(South_Korea)",
"type": "wiki",
"score": 2,
"label": {
"eng": "National Treasure (South Korea)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/East_Asia",
"type": "loc",
"score": 2,
"label": {
"eng": "East Asia"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Pavilion",
"type": "wiki",
"score": 2,
"label": {
"eng": "Pavilion"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Vulnerability_(computing)",
"type": "wiki",
"score": 2,
"label": {
"eng": "Vulnerability (computing)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Arson",
"type": "wiki",
"score": 2,
"label": {
"eng": "Arson"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Vandalism",
"type": "wiki",
"score": 2,
"label": {
"eng": "Vandalism"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Korean_language",
"type": "wiki",
"score": 2,
"label": {
"eng": "Korean language"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Control_room",
"type": "wiki",
"score": 1,
"label": {
"eng": "Control room"
}
},
{
"uri": "http://en.wikipedia.org/wiki/The_Korea_Times",
"type": "wiki",
"score": 1,
"label": {
"eng": "The Korea Times"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Gyeongbokgung",
"type": "loc",
"score": 1,
"label": {
"eng": "Gyeongbokgung"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Acoustics",
"type": "wiki",
"score": 1,
"label": {
"eng": "Acoustics"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Wireless_sensor_network",
"type": "wiki",
"score": 1,
"label": {
"eng": "Wireless sensor network"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Strobe_light",
"type": "wiki",
"score": 1,
"label": {
"eng": "Strobe light"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Conservation_biology",
"type": "wiki",
"score": 1,
"label": {
"eng": "Conservation biology"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Security_guard",
"type": "wiki",
"score": 1,
"label": {
"eng": "Security guard"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Asia",
"type": "loc",
"score": 1,
"label": {
"eng": "Asia"
},
"location": null
}
],
"categories": [
{
"uri": "dmoz/Society/Issues",
"label": "dmoz/Society/Issues",
"wgt": 16
},
{
"uri": "dmoz/Business/Business_Services/Fire_and_Security",
"label": "dmoz/Business/Business Services/Fire and Security",
"wgt": 18
},
{
"uri": "dmoz/Computers/Security/Intrusion_Detection_Systems",
"label": "dmoz/Computers/Security/Intrusion Detection Systems",
"wgt": 25
},
{
"uri": "dmoz/Business/Construction_and_Maintenance/Historic_Preservation",
"label": "dmoz/Business/Construction and Maintenance/Historic Preservation",
"wgt": 22
},
{
"uri": "dmoz/Arts/Architecture/Preservation",
"label": "dmoz/Arts/Architecture/Preservation",
"wgt": 26
},
{
"uri": "news/Technology",
"label": "news/Technology",
"wgt": 96
},
{
"uri": "iptc/arts,_culture,_entertainment_and_media",
"label": "iptc/arts, culture, entertainment and media",
"wgt": 90
},
{
"uri": "iptc/economy,_business_and_finance/products_and_services",
"label": "iptc/economy, business and finance/products and services",
"wgt": 70
}
],
"image": "https://newsimg.koreatimes.co.kr/2026/08/10/d4a80cf4-cc4e-49de-8221-7e2848d6ad20.jpg",
"eventUri": null,
"sentiment": -0.1686274509803921,
"wgt": 524049969,
"relevance": 1
},
{
"uri": "9426607198",
"lang": "kor",
"isDuplicate": false,
"date": "2026-08-10",
"time": "09:25:51",
"dateTime": "2026-08-10T09:25:51Z",
"dateTimePub": "2026-08-10T09:22:00Z",
"dataType": "news",
"sim": 0,
"url": "https://www.kmib.co.kr/article/view.asp?arcid=9000001877",
"title": "李 \"2028년 광주군공항 이전\"...'3대 메가' 충청·영남은 올해 착공 '전격전'",
"body": "李 \"2028년 광주군공항 이전\"...'3대 메가' 충청·영남은 올해 착공 '전격전'\n\n이재명 대통령이 '3대 메가프로젝트'의 조속한 추진을 위해 전격전을 펼쳐야 한다며 호남 반도체 클러스터 예정 부지인 광주 군 공항 기능을 2년 내 다른 곳으로 이동하라고 지시했다. 청와대는 충청권과 영남권의 대규모 반도체 투자도 올해 중 착공 또는 증설할 것이라고 밝혔다. 최근 산업계와 노동계 간 갈등 양상이 빚어진 '주52시간 예외'와 관련해 청와대는 \"숙고하겠다\"면서 즉답을 피했다.\n\n이 대통령은 10일 청와대에서 주재한 '메가프로젝트 민관합동 2차 점검회의'에서 \"속도전을 넘어 전격전을 치러야 하는 상황\"이라며 이같이 밝혔다. 특히 호남 반도체 클러스터를 임기 내 착공하겠다는 강한 의지를 드러냈다. 이 대통령은 \"호남, 영남, 충청 3개 지역이 중심이 되고 있는데 이 중에서 호남 반도체 클러스터의 경우 일본 구마모토에 못지 않은 속도로 신속하게 집행됐으면 좋겠다\"며 \"국방부는 2028년 중순까지 광주 기지 기능을 다른 군공항으로 임시 배치해 광주 군공항 부지가 반도체 산업 단지로 조기 활용되도록 조치해달라\"고 말했다.\n\n강훈식 대통령 비서실장은 브리핑에서 \"연내 메가특구특별법 제정을 추진해 각종 허가와 환경영향평가 등을 단축하고, 전력과 용수, 교통 등 기반 시설과 주거, 교육 등 정주 여건을 신속하게 갖출 계획\"이라고 강조했다.\n\n강 실장은 충청과 영남권에서 예고한 수백조원 규모의 반도체 시설 투자도 차질 없이 진행될 것이라고 밝혔다. 강 실장은 \"충청권 국민보고회에서 발표한 392조원 규모 투자계획 중 SK하이닉스와 삼성전자, 네이버 등 6개 기업의 246조원 규모 프로젝트가 올해 중 착공 또는 설비 증설을 시작한다\"며 \"영남권 보고회에서 발표한 312조원의 투자계획 중 SK와 삼성전자, 현대차, 두산 등 8개 기업 107조원 규모의 프로젝트도 금년 중 착공 또는 증설 착수 예정\"이라고 설명했다.\n\n정부는 피지컬 AI(인공지능) 산업과 관련해 2030년까지 연구용 데이터팩토리용 휴머노이드 700대, 4족 보행 로봇 등 1000대 이상을 구매해 초기 시장을 창출하겠다고 보고했다. 이에 이 대통령은 \"피지컬 AI 시장 창출에는 부족한 수준이므로 수요 조사를 바탕해서 정부 규모 구매 규모를 대폭 확대하여 로봇 생태계를 구축하라\"고 지시했다. 이를 위해 전북 새만금에 로봇 파운드리를 구축해 스타트업을 위한 부품생산 인프라를 확충하기로 했다고 강 실장은 밝혔다.\n\n이 대통령은 회의에서 메가프로젝트 추진 과정에서 양극화 방지 방안도 선제적으로 마련하라고 주문했다. 정부는 대·중소기업이 함께 반도체 기술개발부터 실증 양산까지 협력하는 함께 성장 프로젝트를 향후 10년간 1조원 규모로 추진하고, 수출 소부장 기업 자금난 해소를 위해 상생무역금융 5조원을 공급하기로 했다. 반도체 분야 유망 소부장 기업과 펩리스에 집중 투자하는 5조원 규모의 반도체 신규 펀드도 조성된다.\n\n최승욱 기자 applesu@kmib.co.kr\n\nGoodNews paper ⓒ 국민일보(www.kmib.co.kr), 무단전재, 수집, 재배포 및 AI학습 이용 금지",
"source": {
"uri": "kmib.co.kr",
"dataType": "news",
"title": "국민일보"
},
"authors": [
{
"uri": "최승욱@kmib.co.kr",
"name": "최승욱",
"type": "author",
"isAgency": false
}
],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/President_(government_title)",
"type": "wiki",
"score": 5,
"label": {
"eng": "President (government title)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Honam",
"type": "loc",
"score": 5,
"label": {
"eng": "Honam"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Blue_House",
"type": "wiki",
"score": 5,
"label": {
"eng": "Blue House"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Blitzkrieg",
"type": "wiki",
"score": 5,
"label": {
"eng": "Blitzkrieg"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Semiconductor",
"type": "wiki",
"score": 5,
"label": {
"eng": "Semiconductor"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Artificial_intelligence",
"type": "wiki",
"score": 5,
"label": {
"eng": "Artificial intelligence"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Robot",
"type": "wiki",
"score": 5,
"label": {
"eng": "Robot"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Gwangju",
"type": "loc",
"score": 5,
"label": {
"eng": "Gwangju"
},
"location": {
"type": "place",
"label": {
"eng": "Gwangju"
},
"country": {
"type": "country",
"label": {
"eng": "South Korea"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Yeongnam",
"type": "loc",
"score": 4,
"label": {
"eng": "Yeongnam"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Megaproject",
"type": "wiki",
"score": 4,
"label": {
"eng": "Megaproject"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Samsung_Electronics",
"type": "org",
"score": 4,
"label": {
"eng": "Samsung Electronics"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Infrastructure",
"type": "wiki",
"score": 4,
"label": {
"eng": "Infrastructure"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Naver",
"type": "wiki",
"score": 3,
"label": {
"eng": "Naver"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Lee_Jae-myung",
"type": "person",
"score": 3,
"label": {
"eng": "Lee Jae-myung"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Hoseo",
"type": "loc",
"score": 3,
"label": {
"eng": "Hoseo"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Jun_(country_subdivision)",
"type": "wiki",
"score": 3,
"label": {
"eng": "Jun (country subdivision)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Chungcheong_Province",
"type": "loc",
"score": 3,
"label": {
"eng": "Chungcheong Province"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Computer_cluster",
"type": "wiki",
"score": 3,
"label": {
"eng": "Computer cluster"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Electric_power",
"type": "wiki",
"score": 3,
"label": {
"eng": "Electric power"
}
},
{
"uri": "http://ko.wikipedia.org/wiki/시장",
"type": "wiki",
"score": 2,
"label": {
"eng": "시장"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Kukmin_Ilbo",
"type": "wiki",
"score": 2,
"label": {
"eng": "Kukmin Ilbo"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Doosan_Bears",
"type": "wiki",
"score": 2,
"label": {
"eng": "Doosan Bears"
}
},
{
"uri": "http://en.wikipedia.org/wiki/North_Jeolla_Province",
"type": "loc",
"score": 2,
"label": {
"eng": "North Jeolla Province"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Hyundai_Motor_Company",
"type": "org",
"score": 2,
"label": {
"eng": "Hyundai Motor Company"
}
}
],
"categories": [
{
"uri": "news/Technology",
"label": "news/Technology",
"wgt": 99
},
{
"uri": "iptc/science_and_technology",
"label": "iptc/science and technology",
"wgt": 53
},
{
"uri": "iptc/health/disease_and_condition/communicable_disease",
"label": "iptc/health/disease and condition/communicable disease",
"wgt": 55
}
],
"image": "https://image.kmib.co.kr/online_image/2026/0810/01100201.20260810501170.jpg",
"eventUri": null,
"sentiment": null,
"wgt": 524049951,
"relevance": 1
},
{
"uri": "9426606176",
"lang": "kor",
"isDuplicate": false,
"date": "2026-08-10",
"time": "09:24:11",
"dateTime": "2026-08-10T09:24:11Z",
"dateTimePub": "2026-08-10T09:18:14Z",
"dataType": "news",
"sim": 0,
"url": "https://www.yna.co.kr/view/AKR20260810140100062",
"title": "동해안 해수욕장 피서객 500만 돌파...작년보다 25% 급감",
"body": "고성 68% 줄어 감소 폭 최대...양양 쏠림 현상 속 전반적 침체 우려\n\n(강릉=연합뉴스) 유형재 기자 = 올여름 강원 동해안 해수욕장을 찾은 피서객이 500만명을 넘어섰다.\n\n10일 강원특별자치도에 따르면 이날 기준 동해안 6개 시군 85개 해수욕장 누적 피서객은 504만900명으로 지난해 같은 기간 671만7천547명보다 25%(167만6천647명) 감소했다.\n\n지역별로는 강릉시가 206만5천899명으로 가장 많았지만, 지난해보다 16.9% 감소했다.\n\n동해시는 41만3천815명(-40.4%), 삼척시는 65만2천285명(-7.5%)을 기록했다.\n\n반면 양양군은 81만7천400명이 찾아 지난해 같은 기간보다 24만5천342명(42.9%) 증가하며 동해안 시군 가운데 유일하게 증가율을 보였다.\n\n속초시도 55만6천671명으로 지난해보다 4.5% 줄었다.\n\n고성군은 53만4천830명으로 지난해보다 무려 114만2천665명(-68.1%) 감소해 가장 큰 감소 폭을 기록했다.\n\n한편 강원 동해안 해수욕장은 고성과 삼척, 동해시는 오는 17일까지, 강릉과 속초, 양양은 오는 23일까지 각각 운영된다.\n\nyoo21@yna.co.kr\n\n제보는 카카오톡 okjebo <저작권자(c) 연합뉴스, 무단 전재-재배포, AI 학습 및 활용 금지> 2026/08/10 18:18 송고 2026년08월10일 18시18분 송고",
"source": {
"uri": "yna.co.kr",
"dataType": "news",
"title": "연합뉴스"
},
"authors": [
{
"uri": "유형재@yna.co.kr",
"name": "유형재",
"type": "author",
"isAgency": false
}
],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Sea_of_Japan",
"type": "wiki",
"score": 5,
"label": {
"eng": "Sea of Japan"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Yonhap_News_Agency",
"type": "wiki",
"score": 4,
"label": {
"eng": "Yonhap News Agency"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Gangwon_Province,_South_Korea",
"type": "loc",
"score": 4,
"label": {
"eng": "Gangwon Province, South Korea"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Gangneung",
"type": "loc",
"score": 4,
"label": {
"eng": "Gangneung"
},
"location": {
"type": "place",
"label": {
"eng": "Gangneung"
},
"country": {
"type": "country",
"label": {
"eng": "South Korea"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Yangyang_County",
"type": "loc",
"score": 3,
"label": {
"eng": "Yangyang County"
},
"location": {
"type": "place",
"label": {
"eng": "Yangyang County"
},
"country": {
"type": "country",
"label": {
"eng": "South Korea"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Goseong_County,_Gangwon",
"type": "loc",
"score": 3,
"label": {
"eng": "Goseong County, Gangwon"
},
"location": {
"type": "place",
"label": {
"eng": "Goseong County, Gangwon"
},
"country": {
"type": "country",
"label": {
"eng": "South Korea"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Genus",
"type": "wiki",
"score": 3,
"label": {
"eng": "Genus"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Samcheok",
"type": "loc",
"score": 2,
"label": {
"eng": "Samcheok"
},
"location": {
"type": "place",
"label": {
"eng": "Samcheok"
},
"country": {
"type": "country",
"label": {
"eng": "South Korea"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Sokcho",
"type": "loc",
"score": 2,
"label": {
"eng": "Sokcho"
},
"location": {
"type": "place",
"label": {
"eng": "Sokcho"
},
"country": {
"type": "country",
"label": {
"eng": "South Korea"
}
}
}
}
],
"categories": [
{
"uri": "iptc/economy,_business_and_finance",
"label": "iptc/economy, business and finance",
"wgt": 91
}
],
"image": "https://img2.yna.co.kr/photo/yna/YH/2026/08/02/PYH2026080206940006200_P4.jpg",
"eventUri": null,
"sentiment": null,
"wgt": 524049851,
"relevance": 1
},
{
"uri": "9426606071",
"lang": "eng",
"isDuplicate": false,
"date": "2026-08-10",
"time": "09:24:02",
"dateTime": "2026-08-10T09:24:02Z",
"dateTimePub": "2026-08-10T09:20:55Z",
"dataType": "news",
"sim": 0,
"url": "https://en.yna.co.kr/view/AEN20260810008800315",
"title": "Police to strengthen whistleblower protections following investigative authority reform",
"body": "SEOUL, Aug. 10 (Yonhap) -- The Korean National Police Agency said Monday it will strengthen measures to encourage whistleblowing and protect those who report legal violations as part of its efforts to reform the organization following a recent legal revision that grants investigative authority solely with the police.\n\nThe agency said the goal is to reinforce internal oversight and give officers greater confidence to report wrongdoing.\n\nThe measures were reviewed and approved at the Korean National Police Commission earlier in the day. The agency said it plans to revise its enforcement rules on disciplinary actions for police officers accordingly.\n\nTo protect whistleblowers' identities, the agency will allow reports to be filed through legal representatives. It is also working with other agencies to develop ways to help cover whistleblowers' legal costs.\n\nOn financial rewards, the maximum payout will be raised to 100 million won (US$70,497) from the current 27 million won, in an effort to encourage more whistleblowing.\n\nThe move came after the National Assembly passed a revised Criminal Procedure Act last month, stripping prosecutors of their authority to conduct direct investigations and leaving investigative authority solely with the police.\n\nThe revision has also raised concerns that giving the police exclusive investigative authority could undermine the overall quality of investigations.",
"source": {
"uri": "en.yna.co.kr",
"dataType": "news",
"title": "Yonhap News Agency"
},
"authors": [
{
"uri": "woo_jae_yeon@en.yna.co.kr",
"name": "Woo Jae-yeon",
"type": "author",
"isAgency": false
}
],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Whistleblower",
"type": "wiki",
"score": 5,
"label": {
"eng": "Whistleblower"
}
},
{
"uri": "http://en.wikipedia.org/wiki/National_Police_Agency_(South_Korea)",
"type": "org",
"score": 4,
"label": {
"eng": "National Police Agency (South Korea)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/National_Assembly_(South_Korea)",
"type": "wiki",
"score": 1,
"label": {
"eng": "National Assembly (South Korea)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/United_States_dollar",
"type": "wiki",
"score": 1,
"label": {
"eng": "United States dollar"
}
}
],
"categories": [
{
"uri": "dmoz/Society/Issues",
"label": "dmoz/Society/Issues",
"wgt": 16
},
{
"uri": "dmoz/Business/Business_Services/Fire_and_Security",
"label": "dmoz/Business/Business Services/Fire and Security",
"wgt": 16
},
{
"uri": "dmoz/Society/Law/Law_Enforcement",
"label": "dmoz/Society/Law/Law Enforcement",
"wgt": 25
},
{
"uri": "dmoz/Society/Law/Employment",
"label": "dmoz/Society/Law/Employment",
"wgt": 15
},
{
"uri": "dmoz/Business/Telecommunications/Regulation",
"label": "dmoz/Business/Telecommunications/Regulation",
"wgt": 15
},
{
"uri": "news/Technology",
"label": "news/Technology",
"wgt": 47
},
{
"uri": "iptc/politics_and_government",
"label": "iptc/politics and government",
"wgt": 56
},
{
"uri": "iptc/crime,_law_and_justice",
"label": "iptc/crime, law and justice",
"wgt": 92
}
],
"image": "https://img0.yna.co.kr/photo/yna/YH/2026/08/04/PYH2026080404520001300_P4.jpg",
"eventUri": null,
"sentiment": 0.4274509803921569,
"wgt": 524049842,
"relevance": 1
}
],
"totalResults": 139055,
"page": 1,
"count": 10,
"pages": 13906
}
}