aboutsummaryrefslogtreecommitdiff
path: root/files/ko/glossary/uri
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:42:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:42:17 -0500
commitda78a9e329e272dedb2400b79a3bdeebff387d47 (patch)
treee6ef8aa7c43556f55ddfe031a01cf0a8fa271bfe /files/ko/glossary/uri
parent1109132f09d75da9a28b649c7677bb6ce07c40c0 (diff)
downloadtranslated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.gz
translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.bz2
translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.zip
initial commit
Diffstat (limited to 'files/ko/glossary/uri')
-rw-r--r--files/ko/glossary/uri/index.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/files/ko/glossary/uri/index.html b/files/ko/glossary/uri/index.html
new file mode 100644
index 0000000000..759bb9e381
--- /dev/null
+++ b/files/ko/glossary/uri/index.html
@@ -0,0 +1,23 @@
+---
+title: URI
+slug: Glossary/URI
+tags:
+ - Glossary
+ - HTTP
+ - Search
+ - URI
+ - URL
+translation_of: Glossary/URI
+---
+<div>{{QuickLinksWithSubpages("/ko/docs/Glossary")}}</div>
+
+<p><span class="seoSummary"><strong>URI</strong>(Uniform Resource Identifier)는 하나의 리소스를 가리키는 문자열입니다.</span> 가장 흔한 URI는 {{glossary("URL")}}로, 웹 상에서의 위치로 리소스를 식별합니다. 반면, {{glossary("URN")}}은 주어진 이름공간 안의 이름으로 리소스를 식별합니다. 도서의 ISBN을 예시로 사용할 수 있습니다.</p>
+
+<h2 id="더_알아보기">더 알아보기</h2>
+
+<h3 id="일반_지식">일반 지식</h3>
+
+<ul>
+ <li>위키백과 {{Interwiki("wikipedia", "URI")}}</li>
+ <li><a href="http://tools.ietf.org/html/rfc3986">URL에 관한 RFC 3986</a></li>
+</ul>