Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Uniform Resource Identifier

From Wikipedia, the free encyclopedia
String used to identify a name of a web or internet resource
"URI" redirects here. For other uses, seeURI (disambiguation).
Not to be confused withURL.
This articleneeds additional citations forverification. Please helpimprove this article byadding citations to reliable sources. Unsourced material may be challenged and removed.
Find sources: "Uniform Resource Identifier" – news ·newspapers ·books ·scholar ·JSTOR
(August 2025) (Learn how and when to remove this message)
Uniform Resource Identifier
AbbreviationURI
Native name
RFC 3986[1]
StatusActive
OrganizationInternet Engineering Task Force
Authors
DomainWorld Wide Web
Websitedatatracker.ietf.org/doc/html/rfc3986#section-1.1

AUniform Resource Identifier (URI), formerlyUniversal Resource Identifier, is a unique sequence of characters that identifies an abstract or physical resource,[1]: 1  such as resources on awebpage,email address, phone number,[1]: 7  books, real-world objects such as people and places, and concepts[1]: 5 

URIs which provide a means of locating andretrieving information resources on anetwork (either on the Internet or on anotherprivate network, such as acomputer file system or anIntranet) areUniform Resource Locators (URLs). Therefore, URLs are a subset of URIs, i.e. every URL is a URI (and not necessarily the other way around).[1]: 7  Other URIs provide only a unique name, without a means of locating or retrieving the resource or information about it; these areUniform Resource Names (URNs). The web technologies that use URIs are not limited toweb browsers.

History

[edit]

Conception

[edit]

URIs and URLs have a shared history. In 1990,Tim Berners-Lee's proposals forhypertext implicitly introduced the idea of a URL as a short string representing a resource that is the target of ahyperlink.[2] At the time, people referred to it as a "hypertext name"[3] or "document name".

Over the next three and a half years, as theWorld Wide Web's core technologies ofHTML,HTTP, andweb browsers developed, a need to distinguish a string that provided an address for a resource from a string that merely named a resource emerged. Although not yet formally defined, the termUniform Resource Locator came to represent the former, and the more contentiousUniform Resource Name came to represent the latter. In July 1992 Berners-Lee's report on theInternet Engineering Task Force (IETF) "UDI (Universal Document Identifiers)BOF" mentions URLs (as Uniform Resource Locators), URNs (originally, as Unique Resource Numbers), and the need to charter a new working group.[4] In November 1992 the IETF "URI Working Group" met for the first time.[5]

During the debate over defining URLs and URNs, it became evident that the concepts embodied by the two terms were merely aspects of the fundamental, overarching, notion of resourceidentification. In June 1994, the IETF publishedRFC 1630, Berners-Lee's firstRequest for Comments that acknowledged the existence of URLs and URNs. Most importantly, it defined a formal syntax forUniversal Resource Identifiers (i.e. URL-like strings whose precise syntaxes and semantics depended on their schemes). It also attempted to summarize the syntaxes of URL schemes in use at the time. It acknowledged –but did not standardize—the existence of relative URLs and fragment identifiers.[6]

Refinement

[edit]

In December 1994,RFC 1738[7] formally defined relative and absolute URLs, refined the general URL syntax, defined how to resolve relative URLs to absolute form, and better enumerated the URL schemes then in use. The agreed definition and syntax of URNs had to wait until the publication of IETFRFC 2141[8] in May 1997.

The publication of IETFRFC 2396[9] in August 1998 saw the URI syntax become a separate specification[9] and most of the parts of RFCs 1630 and 1738 relating to URIs and URLs in general were revised and expanded by the IETF. The new RFC changed the meaning ofU inURI from "Universal" to "Uniform."

In December 1999,RFC 2732[10] provided a minor update to RFC 2396, allowing URIs to accommodateIPv6 addresses. A number of shortcomings discovered in the two specifications led to a community effort, coordinated by RFC 2396 co-authorRoy Fielding, that culminated in the publication of IETFRFC 3986[1] in January 2005. While obsoleting the prior standard, it did not render the details of existing URL schemes obsolete; RFC 1738 continues to govern such schemes except where otherwise superseded. IETFRFC 2616[11] for example, refines thehttp scheme. Simultaneously, the IETF published the content of RFC 3986 as the full standard STD 66, reflecting the establishment of the URI generic syntax as an official Internet protocol.

In 2001, theWorld Wide Web Consortium's (W3C) Technical Architecture Group (TAG) published a guide tobest practices and canonical URIs for publishing multiple versions of a given resource.[12] For example, content might differ by language or by size to adjust for capacity or settings of the device used to access that content.

In August 2002, IETFRFC 3305[13] pointed out that the term "URL" had, despite widespread public use, faded into near obsolescence, and serves only as a reminder that some URIs act as addresses by having schemes implying network accessibility, regardless of any such actual use. As URI-based standards such asResource Description Framework make evident, resource identification need not suggest the retrieval of resource representations over the Internet, nor need they imply network-based resources at all.

TheSemantic Web uses the HTTP URI scheme to identify both documents and concepts for practical uses, a distinction which has caused confusion as to how to distinguish the two. TheTAG published an e-mail in 2005 with a solution of the problem, which became known as thehttpRange-14 resolution.[14] The W3C subsequently published an Interest Group Note titled "Cool URIs for the Semantic Web", which explained the use ofcontent negotiation and theHTTP 303 response code for redirections in more detail.[15]

Design

[edit]

URLs and URNs

[edit]

AUniform Resource Name (URN) is a URI that identifies a resource by name in a particular namespace. A URN may be used to talk about a resource without implying its location or how to access it. For example, in theInternational Standard Book Number (ISBN) system,ISBN 0-486-27557-4 identifies a specific edition of theWilliam Shakespeare playRomeo and Juliet. The URN for that edition would beurn:isbn:0-486-27557-4. However, it gives no information as to where to find a copy of that book.

AUniform Resource Locator (URL) is a URI that specifies the means of acting upon or obtaining the representation of a resource, i.e. specifying both its primary access mechanism and network location. For example, the URLhttp://example.org/wiki/Main_Page refers to a resource identified as/wiki/Main_Page, whose representation is obtainable via theHypertext Transfer Protocol (http:) from a network host whosedomain name isexample.org. (In this case, HTTP usually implies it to be in the form ofHTML and related code. In practice, that is not necessarily the case, as HTTP allows specifying arbitrary formats in its header.)

A URN is analogous to a person's name, while a URL is analogous to their street address. In other words, a URN identifies an item and a URL provides a method for finding it.

Technical publications, especially standards produced by the IETF and by the W3C, normally reflect a view outlined in aW3C Recommendation of 30 July 2001, which acknowledges the precedence of the term URI rather than endorsing any formal subdivision into URL and URN.

URL is a useful but informal concept: a URL is a type of URI that identifies a resource via a representation of its primary access mechanism (e.g., its network "location"), rather than by some other attributes it may have.[16]

As such, a URL is simply a URI that happens to point to a resource over a network.[a][13] However, in non-technical contexts and in software for the World Wide Web, the term "URL" remains widely used. Additionally, the term "web address" (which has no formal definition) often occurs in non-technical publications as a synonym for a URI that uses thehttp orhttps schemes. Such assumptions can lead to confusion, for example, in the case of XML namespaces that have avisual similarity to resolvable URIs.

Specifications produced by theWHATWG preferURL overURI, and so newer HTML5 APIs useURL overURI.[17]

Standardize on the term URL. URI and IRI [Internationalized Resource Identifier] are just confusing. In practice a single algorithm is used for both so keeping them distinct is not helping anyone. URL also easily wins the search result popularity contest.[18]

While most URI schemes were originally designed to be used with a particularprotocol, and often have the same name, they are semantically different from protocols. For example, the schemehttp is generally used for interacting withweb resources using HTTP, but the schemefile has no protocol.

Syntax

[edit]
See also:List of URI schemes

A URI has a scheme that refers to a specification for assigning identifiers within that scheme. As such, the URI syntax is a federated and extensible naming system wherein each scheme's specification may further restrict the syntax and semantics of identifiers using that scheme. The URI generic syntax is a superset of the syntax of all URI schemes. It was first defined inRFC 2396, published in August 1998,[9] and finalized inRFC 3986, published in January 2005.[19]

A URI is composed from an allowed set ofASCII characters consisting ofreserved characters (gen-delims::,/,?,#,[,], and@; sub-delims:!,$,&,',(,),*,+,,,;, and=),[1]: 13–14  unreserved characters (uppercase and lowercase letters,decimal digits,-,.,_, and~),[1]: 13–14  and the character%.[1]: 12  Syntax components and subcomponents are separated bydelimiters from the reserved characters (only from generic reserved characters for components) and defineidentifying data represented as unreserved characters, reserved characters that do not act as delimiters in the component and subcomponent respectively,[1]: §2  andpercent-encodings when the corresponding character is outside the allowed set or is being used as a delimiter of, or within, the component. A percent-encoding of an identifying dataoctet is a sequence of three characters, consisting of the character% followed by the two hexadecimal digits representing that octet's numeric value.[1]: §2.1 

The URI generic syntax consists of fivecomponents organized hierarchically in order of decreasing significance from left to right:[1]: §3 

URI = scheme ":" ["//" authority] path ["?" query] ["#" fragment]

A component isundefined if it has an associated delimiter and the delimiter does not appear in the URI; the scheme and path components are always defined.[1]: §5.2.1  A component isempty if it has no characters; the scheme component is always non-empty.[1]: §3 

The authority component consists ofsubcomponents:

authority = [userinfo "@"] host [":" port]

This is represented in asyntax diagram as:

URI syntax diagram

The URI comprises:

  • A non-emptyscheme component followed by a colon (:), consisting of a sequence of characters beginning with a letter and followed by any combination of letters, digits, plus (+), period (.), or hyphen (-). Although schemes are case-insensitive, the canonical form is lowercase and documents that specify schemes must do so with lowercase letters. Examples of popular schemes includehttp,https,ftp,mailto,file,data andirc. URI schemes should be registered with theInternet Assigned Numbers Authority (IANA), although non-registered schemes are used in practice.[20]
  • An optionalauthority component preceded by two slashes (//), comprising:
    • An optionaluserinfo subcomponent followed by an at symbol (@), that may consist of auser name and an optionalpassword preceded by a colon (:). Use of the formatusername:password in the userinfo subcomponent is deprecated for security reasons. Applications should not render as clear text any data after the first colon (:) found within a userinfo subcomponent unless the data after the colon is the empty string (indicating no password).
    • Ahost subcomponent, consisting of either a registered name (including but not limited to ahostname) or anIP address.IPv4 addresses must be indot-decimal notation, andIPv6 addresses must be enclosed in brackets ([]).[1]: §3.2.2 [b]
    • An optionalport subcomponent preceded by a colon (:), consisting of decimal digits.
  • Apath component, consisting of a sequence of path segments separated by a slash (/). A path is always defined for a URI, though the defined path may be empty (zero length). A segment may also be empty, resulting in two consecutive slashes (//) in the path component. A path component may resemble or map exactly to afile system path but does not always imply a relation to one. If an authority component is defined, then the path component must either be empty or begin with a slash (/). If an authority component is undefined, then the path cannot begin with an empty segment—that is, with two slashes (//)—since the following characters would be interpreted as an authority component.[9]: §3.3 
By convention, inhttp andhttps URIs, the last part of apath is namedpathinfo and it is optional. It is composed by zero or more path segments that do not refer to an existing physical resource name (e.g. a file, an internal module program or an executable program) but to a logical part (e.g. a command or a qualifier part) that has to be passed separately to the first part of the path that identifies an executable module or program managed by aweb server; this is often used to select dynamic content (a document, etc.) or to tailor it as requested (see also:CGI and PATH_INFO, etc.).
Example:
URI:"http://www.example.com/questions/3456/my-document"
where:"/questions" is the first part of thepath (an executable module or program) and"/3456/my-document" is the second part of thepath namedpathinfo, which is passed to the executable module or program named"/questions" to select the requested document.
Anhttp orhttps URI containing apathinfo part without aquery part may also be referred to as a 'clean URL,' whose last part may be a 'slug.'
Query delimiterExample
Ampersand (&)key1=value1&key2=value2
Semicolon (;)[c]key1=value1;key2=value2
  • An optionalquery component preceded by a question mark (?), consisting of aquery string of non-hierarchical data. Its syntax is not well defined, but by convention is most often a sequence ofattribute–value pairs separated by adelimiter.
  • An optionalfragment component preceded by ahash (#). The fragment contains afragment identifier providing direction to a secondary resource, such as a section heading in an article identified by the remainder of the URI. When the primary resource is anHTML document, the fragment is often anid attribute of a specific element, and web browsers will scroll this element into view.

The scheme- or implementation-specific reserved character+ may be used in the scheme, userinfo, host, path, query, and fragment, and the scheme- or implementation-specific reserved characters!,$,&,',(,),*,,,;, and= may be used in the userinfo, host, path, query, and fragment. Additionally, the generic reserved character: may be used in the userinfo, path, query and fragment, the generic reserved characters@ and/ may be used in the path, query and fragment, and the generic reserved character? may be used in the query and fragment.[1]: §A 

Example URIs

[edit]

The following figure displays example URIs and their component parts.

DOIs (digital object identifiers) fit within theHandle System and fit within the URI system,as facilitated by appropriate syntax.

URI references

[edit]

AURI reference is either a URI or arelative reference when it does not begin with a scheme component followed by a colon (:).[1]: §4.1  A path segment that contains a colon character (e.g.,foo:bar) cannot be used as the first path segment of a relative reference if its path component does not begin with a slash (/), as it would be mistaken for a scheme component. Such a path segment must be preceded by a dot path segment (e.g.,./foo:bar).[1]: §4.2 

Web documentmarkup languages frequently use URI references to point to other resources, such as external documents or specific portions of the same logical document:[1]: §4.4 

  • inHTML, the value of thesrc attribute of theimg element provides a URI reference, as does the value of thehref attribute of thea orlink element;
  • inXML, thesystem identifier appearing after theSYSTEM keyword in aDTD is a fragmentless URI reference;
  • inXSLT, the value of thehref attribute of thexsl:import element/instruction is a URI reference; likewise the first argument to thedocument() function.
https://example.com/path/resource.txt#fragment//example.com/path/resource.txt/path/resource.txtpath/resource.txt../resource.txt./resource.txtresource.txt#fragment

Resolution

[edit]

Resolving a URI reference against abase URI results in atarget URI. This implies that the base URI exists and is anabsolute URI (a URI with no fragment component). The base URI can be obtained, in order of precedence, from:[1]: §5.1 

  • the reference URI itself if it is a URI;
  • the content of the representation;
  • the entity encapsulating the representation;
  • the URI used for the actual retrieval of the representation;
  • the context of the application.

Within a representation with a well defined base URI of

http://a/b/c/d;p?q

a relative reference is resolved to its target URI as follows:[1]: §5.4 

"g:h"     -> "g:h""g"       -> "http://a/b/c/g""./g"     -> "http://a/b/c/g""g/"      -> "http://a/b/c/g/""/g"      -> "http://a/g""//g"     -> "http://g""?y"      -> "http://a/b/c/d;p?y""g?y"     -> "http://a/b/c/g?y""#s"      -> "http://a/b/c/d;p?q#s""g#s"     -> "http://a/b/c/g#s""g?y#s"   -> "http://a/b/c/g?y#s"";x"      -> "http://a/b/c/;x""g;x"     -> "http://a/b/c/g;x""g;x?y#s" -> "http://a/b/c/g;x?y#s"""        -> "http://a/b/c/d;p?q""."       -> "http://a/b/c/""./"      -> "http://a/b/c/"".."      -> "http://a/b/""../"     -> "http://a/b/""../g"    -> "http://a/b/g""../.."   -> "http://a/""../../"  -> "http://a/""../../g" -> "http://a/g"

URL munging

[edit]

URL munging is a technique by which acommand is appended to a URL, usually at the end, after a "?"token. It is commonly used inWebDAV as a mechanism of adding functionality toHTTP. In a versioning system, for example, to add a "checkout" command to a URL, it is written ashttp://editing.com/resource/file.php?command=checkout. It has the advantage of both being easy forCGI parsers and also acts as an intermediary between HTTP and underlying resource, in this case.[24]

Relation to XML namespaces

[edit]

InXML, anamespace is an abstract domain to which a collection of element and attribute names can be assigned. The namespace name is a character string which must adhere to the generic URI syntax.[25] However, the name is generally not considered to be a URI,[26] because the URI specification bases the decision not only on lexical components, but also on their intended use. A namespace name does not necessarily imply any of the semantics of URI schemes; for example, a namespace name beginning withhttp: may have no connotation to the use of theHTTP.

Originally, the namespace name could match the syntax of any non-empty URI reference, but the use of relative URI references was deprecated by the W3C.[27] A separate W3C specification for namespaces in XML 1.1 permitsInternationalized Resource Identifier (IRI) references to serve as the basis for namespace names in addition to URI references.[28]

See also

[edit]

Notes

[edit]
  1. ^A report published in 2002 by a joint W3C/IETF working group aimed to normalize the divergent views held within the IETF and W3C over the relationship between the various 'UR*' terms and standards. While not published as a full standard by either organization, it has become the basis for the above common understanding and has informed many standards since then.
  2. ^For URIs relating to resources on the World Wide Web, some web browsers allow.0 portions of dot-decimal notation to be dropped or raw integer IP addresses to be used.[21]
  3. ^HistoricRFC 1866 (obsoleted byRFC 2854[22]) encourages CGI authors to support ';' in addition to '&'.[23]: §8.2.1 

References

[edit]
  1. ^abcdefghijklmnopqrstuT. Berners-Lee;R. Fielding;L. Masinter (January 2005).Uniform Resource Identifier (URI): Generic Syntax. Network Working Group.doi:10.17487/RFC3986. STD 66. RFC3986.Internet Standard 66. ObsoletesRFC 2732,2396 and1808. Updated byRFC 6874,7320 and8820. UpdatesRFC 1738.
  2. ^Palmer, Sean."The Early History of HTML".infomesh.net. Retrieved2020-12-06.
  3. ^"W3 Naming Schemes".W3C. 1992-02-24. Retrieved2020-12-06.
  4. ^"Proceedings of the Twenty-Fourth Internet Engineering Task Force"(PDF).IETF. Corporation for National Research Initiatives. July 1992. p. 193. Retrieved2021-07-27.
  5. ^"Proceedings of the Twenty-Fifth Internet Engineering Task Force"(PDF).IETF. Corporation for National Research Initiatives. November 1992. p. 501. Retrieved2021-07-27.
  6. ^Berners-Lee, Tim (June 1994).Universal Resource Identifiers in WWW: A Unifying Syntax for the Expression of Names and Addresses of Objects on the Network as used in the World-Wide Web. Network Working Group.doi:10.17487/RFC1630.RFC1630.Informational.
  7. ^T. Berners-Lee;L. Masinter; M. McCahill (December 1994).Uniform Resource Locators (URL). Network Working Group.doi:10.17487/RFC1738.RFC1738.Obsolete. Obsoleted byRFC 4248 and4266. Updated byRFC 1808,2368,2396,3986,6196,6270 and8089.
  8. ^R. Moats (May 1997).P. Vixie (ed.).URN Syntax.IETF Network Working Group.doi:10.17487/RFC2141.RFC2141.Proposed Standard. Obsoleted byRFC 8141.
  9. ^abcdT. Berners-Lee;R. Fielding;L. Masinter (August 1998).Uniform Resource Identifiers (URI): Generic Syntax. Network Working Group.doi:10.17487/RFC2396.RFC2396.Obsolete. Obsoleted byRFC 3986. Updated byRFC 2732. UpdatesRFC 1808 and1738.
  10. ^R. Hinden;B. Carpenter;L. Masinter (December 1999).Format for Literal IPv6 Addresses in URL's. Network Working Group.doi:10.17487/RFC2732.RFC2732.Obsolete. Obsoleted byRFC 3986.
  11. ^R. Fielding; J. Gettys; J. Mogul;H. Frystyk;L. Masinter; P. Leach;T. Berners-Lee (August 1999).Hypertext Transfer Protocol -- HTTP/1.1. Network Working Group.doi:10.17487/RFC2616.RFC2616.Obsolete. Obsoleted byRFC 7230,7231,7232,7233,7234 and7235. ObsoletesRFC 2068. Updated byRFC 2817,5785,6266 and6585.
  12. ^Raman, T.V. (2006-11-01)."On Linking Alternative Representations To Enable Discovery And Publishing".W3C. Retrieved2020-12-06.
  13. ^abMealling, Michael H.; Denenberg, Ray (August 2002).Report from the Joint W3C/IETF URI Planning Interest Group: Uniform Resource Identifiers (URIs), URLs, and Uniform Resource Names (URNs): Clarifications and Recommendations. Network Working Group.doi:10.17487/RFC3305.RFC3305.Informational.
  14. ^Fielding, Roy (2005-06-18)."[httpRange-14] Resolved".W3C Public mailing list archives. Retrieved2020-12-06.
  15. ^Ayers, Danny; Völkel, Max (2008-12-03). Sauermann, Leo; Cyganiak, Richard (eds.)."Cool URIs for the Semantic Web".W3C. Retrieved2020-12-06.
  16. ^URI Planning Interest Group, W3C/IETF (September 2001)."URIs, URLs, and URNs: Clarifications and Recommendations 1.0".www.w3.org. W3C/IETF. Retrieved2020-12-08.
  17. ^"6.3. URL APIs elsewhere".URL Standard. 2025-05-12.
  18. ^"URL Standard: Goals".
  19. ^Berners-Lee, Tim; Fielding, Roy T.; Masinter, Larry 2005, p. 46; "9. Acknowledgements" sfn error: no target: CITEREFBerners-Lee,_Tim;_Fielding,_Roy_T.;_Masinter,_Larry2005 (help)
  20. ^Hansen, Tony; Hardie, Ted (June 2015). Thaler, Dave (ed.).Guidelines and Registration Procedures for URI Schemes.Internet Engineering Task Force.doi:10.17487/RFC7595.ISSN 2070-1721. BCP 35. RFC7595.Best Current Practice 35. Updated byRFC 8615. ObsoletesRFC 4395.
  21. ^Lawrence (2014).
  22. ^D. Connolly;L. Masinter (June 2000).The 'text/html' Media Type. Network Working Group.doi:10.17487/RFC2854.RFC2854.Informational / Legacy. ObsoletesRFC 1980,1867,1942,1866 and2070. Not endorsed by theIETF.
  23. ^Berners-Lee, Tim;Connolly, Daniel W. (November 1995).Hypertext Markup Language - 2.0. Network Working Group.doi:10.17487/RFC1866.RFC1866.Historic. Obsoleted byRFC 2854.
  24. ^Whitehead 1998, p. 38.
  25. ^Morrison (2006).
  26. ^Harold (2004).
  27. ^W3C (2009).
  28. ^W3C (2006).

Works cited

[edit]

Further reading

[edit]

External links

[edit]
Background
Sub-topics
Applications
Related topics
Standards
Syntax and supporting technologies
Schemas, ontologies and rules
Semantic annotation
Common vocabularies
Microformat vocabularies
Official
Unofficial
Basics
Resource identifiers
Concepts
Technology
See also
National
Other

Retrieved from "https://en.wikipedia.org/w/index.php?title=Uniform_Resource_Identifier&oldid=1314629790"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp