Uniform Resource Identifier

Last updated
Uniform Resource Identifier
AbbreviationURI
Native name
StatusActive
Year started2005
First publishedJanuary 2005 (2005-01)
OrganizationRFC
Authors Tim Berners-Lee; Roy Thomas Fielding; Larry Masinter
Domain World Wide Web
Website https://datatracker.ietf.org/doc/html/rfc3986#section-1.1

A Uniform Resource Identifier (URI) is a unique sequence of characters that identifies an abstract or physical resource, [1] such as resources on a webpage, mail address, phone number, [2] books, real-world objects such as people and places, concepts. [3] URIs are used to identify anything described using the Resource Description Framework (RDF), for example, concepts that are part of an ontology defined using the Web Ontology Language (OWL), and people who are described using the Friend of a Friend vocabulary would each have an individual URI.

Contents

URIs which provide a means of locating and retrieving information resources on a network (either on the Internet or on another private network, such as a computer filesystem or an Intranet) are Uniform Resource Locators (URLs). By that, URL is referred to the subset of URIs. [2] Other URIs provide only a unique name, without a means of locating or retrieving the resource or information about it; these are Uniform Resource Names (URNs). The web technologies that use URIs are not limited to web browsers.

History

Conception

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

Over the next three and a half years, as the World Wide Web's core technologies of HTML, HTTP, and web 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 term Uniform Resource Locator came to represent the former, and the more contentious Uniform Resource Name came to represent the latter. In July 1992 Berners-Lee's report on the 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. [6] In November 1992 the IETF "URI Working Group" met for the first time. [7]

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 resource identification. In June 1994, the IETF published Berners-Lee's first Request for Comments that acknowledged the existence of URLs and URNs. Most importantly, it defined a formal syntax for Universal Resource Identifiers (i.e. URL-like strings whose precise syntaxes and semantics depended on their schemes). In addition, the RFC   1630 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. [8]

Refinement

In December 1994, RFC   1738 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. [9] The agreed definition and syntax of URNs had to wait until the publication of IETF RFC 2141 [10] in May 1997.

The publication of IETF RFC 2396 [11] in August 1998 saw the URI syntax become a separate specification [12] 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 of "U" in "URI" to "Uniform" from "Universal".

In December 1999, RFC   2732 [13] provided a minor update to RFC 2396, allowing URIs to accommodate IPv6 addresses. A number of shortcomings discovered in the two specifications led to a community effort, coordinated by RFC 2396 co-author Roy Fielding, that culminated in the publication of IETF RFC 3986 [14] 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. IETF RFC 2616 [15] for example, refines the http 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, the W3C's Technical Architecture Group (TAG) published a guide to best practices and canonical URIs for publishing multiple versions of a given resource. [16] 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, IETF RFC   3305 [17] 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 as Resource 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.

The Semantic 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. The TAG published an e-mail in 2005 with a solution of the problem, which became known as the httpRange-14 resolution. [18] The W3C subsequently published an Interest Group Note titled Cool URIs for the Semantic Web, which explained the use of content negotiation and the HTTP 303 response code for redirections in more detail. [19]

Design

URLs and URNs

A Uniform 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 the International Standard Book Number (ISBN) system, ISBN 0-486-27557-4 identifies a specific edition of Shakespeare's play Romeo and Juliet . The URN for that edition would be urn:isbn:0-486-27557-4. However, it gives no information as to where to find a copy of that book.

A Uniform 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 URL http://example.org/wiki/Main_Page refers to a resource identified as /wiki/Main_Page, whose representation is obtainable via the Hypertext Transfer Protocol (http:) from a network host whose domain name is example.org. (In this case, HTTP usually implies it to be in the form of HTML 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 a W3C 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. [20]

As such, a URL is simply a URI that happens to point to a resource over a network. [lower-alpha 1] [21] 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 the http or https schemes. Such assumptions can lead to confusion, for example, in the case of XML namespaces that have a visual similarity to resolvable URIs.

Specifications produced by the WHATWG prefer URL over URI, and so newer HTML5 APIs use URL over URI. [22]

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. [23]

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

Syntax

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 in RFC   2396, published in August 1998, [12] and finalized in RFC   3986, published in January 2005. [24]

A URI is composed from an allowed set of ASCII characters consisting of reserved characters (gen-delims: :, /, ?, #, [, ], and @; sub-delims: !, $, &, ', (, ), *, +, ,, ;, and =), [25] unreserved characters (uppercase and lowercase letters, decimal digits, -, ., _, and ~), [25] and the character %. [26] Syntax components and subcomponents are separated by delimiters from the reserved characters (only from generic reserved characters for components) and define identifying data represented as unreserved characters, reserved characters that do not act as delimiters in the component and subcomponent respectively, [27] and percent-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 data octet is a sequence of three characters, consisting of the character % followed by the two hexadecimal digits representing that octet's numeric value. [28]

The URI generic syntax consists of five components organized hierarchically in order of decreasing significance from left to right: [29]

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

A component is undefined if it has an associated delimiter and the delimiter does not appear in the URI; the scheme and path components are always defined. [30] A component is empty if it has no characters; the scheme component is always non-empty. [29]

The authority component consists of subcomponents:

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

This is represented in a syntax diagram as:

URI syntax diagram.svg

The URI comprises:

By convention, in http and https URIs, the last part of a path is named pathinfo 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 a web 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 the path (an executable module or program) and "/3456/my-document" is the second part of the path named pathinfo, which is passed to the executable module or program named "/questions" to select the requested document.
An http or https URI containing a pathinfo part without a query 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 (;) [lower-alpha 4] key1=value1;key2=value2

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. [36]

Example URIs

The following figure displays example URIs and their component parts.

<nowiki/>           <span class="tmp-color" style="color:rgb(0, 76, 178)">userinfo</span>       <span class="tmp-color" style="color:rgb(0, 177, 17)">host</span>      <span class="tmp-color" style="color:rgb(178, 111, 0)">port</span>           <span class="tmp-color" style="color:rgb(0, 76, 178)">┌──┴───┐</span> <span class="tmp-color" style="color:rgb(0, 177, 17)">┌──────┴──────┐</span> <span class="tmp-color" style="color:rgb(178, 111, 0)">┌┴┐</span>   https://john.doe@www.example.com:123/forum/questions/?tag=networking&order=newest#top   <span class="tmp-color" style="color:rgb(178, 111, 0)">└─┬─┘</span>   <span class="tmp-color" style="color:rgb(176, 0, 177)">└─────────────┬────────────┘</span><span class="tmp-color" style="color:rgb(0, 76, 178)">└───────┬───────┘</span> <span class="tmp-color" style="color:rgb(0, 178, 17)">└────────────┬────────────┘</span> <span class="tmp-color" style="color:rgb(178, 111, 0)">└┬┘</span>   <span class="tmp-color" style="color:rgb(178, 111, 0)">scheme</span>          <span class="tmp-color" style="color:rgb(176, 0, 177)">authority</span>                  <span class="tmp-color" style="color:rgb(0, 76, 178)">path</span>                  <span class="tmp-color" style="color:rgb(0, 178, 17)"><span class="tmp-color" style="color:rgb(0, 178, 17)">query</span></span>           <span class="tmp-color" style="color:rgb(178, 111, 0)">fragment</span>    ldap://[2001:db8::7]/c=GB?objectClass?one   <span class="tmp-color" style="color:rgb(178, 111, 0)">└┬─┘</span>   <span class="tmp-color" style="color:rgb(176, 0, 177)">└─────┬─────┘</span><span class="tmp-color" style="color:rgb(0, 76, 178)">└─┬─┘</span> <span class="tmp-color" style="color:rgb(0, 178, 17)">└──────┬──────┘</span>   <span class="tmp-color" style="color:rgb(178, 111, 0)">scheme</span>   <span class="tmp-color" style="color:rgb(176, 0, 177)">authority</span>   <span class="tmp-color" style="color:rgb(0, 76, 178)">path</span>      <span class="tmp-color" style="color:rgb(0, 178, 17)">query</span>    mailto:John.Doe@example.com   <span class="tmp-color" style="color:rgb(178, 111, 0)">└─┬──┘</span> <span class="tmp-color" style="color:rgb(0, 76, 178)">└────┬─────────────┘</span>   <span class="tmp-color" style="color:rgb(178, 111, 0)">scheme</span>     <span class="tmp-color" style="color:rgb(0, 76, 178)">path</span>    news:comp.infosystems.www.servers.unix   <span class="tmp-color" style="color:rgb(178, 111, 0)">└┬─┘</span> <span class="tmp-color" style="color:rgb(0, 76, 178)">└─────────────┬─────────────────┘</span>   <span class="tmp-color" style="color:rgb(178, 111, 0)">scheme</span>            <span class="tmp-color" style="color:rgb(0, 76, 178)">path</span>    tel:+1-816-555-1212   <span class="tmp-color" style="color:rgb(178, 111, 0)">└┬┘</span> <span class="tmp-color" style="color:rgb(0, 76, 178)">└──────┬──────┘</span>   <span class="tmp-color" style="color:rgb(178, 111, 0)">scheme</span>    <span class="tmp-color" style="color:rgb(0, 76, 178)">path</span>    telnet://192.0.2.16:80/   <span class="tmp-color" style="color:rgb(178, 111, 0)">└─┬──┘</span>   <span class="tmp-color" style="color:rgb(176, 0, 177)">└─────┬─────┘</span><span class="tmp-color" style="color:rgb(0, 76, 178)">│</span>   <span class="tmp-color" style="color:rgb(178, 111, 0)">scheme</span>     <span class="tmp-color" style="color:rgb(176, 0, 177)">authority</span>  <span class="tmp-color" style="color:rgb(0, 76, 178)">path</span>    urn:oasis:names:specification:docbook:dtd:xml:4.1.2   <span class="tmp-color" style="color:rgb(178, 111, 0)">└┬┘</span> <span class="tmp-color" style="color:rgb(0, 76, 178)">└──────────────────────┬──────────────────────┘</span>   <span class="tmp-color" style="color:rgb(178, 111, 0)">scheme</span>                    <span class="tmp-color" style="color:rgb(0, 76, 178)">path</span>

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

URI references

A URI reference is either a URI or a relative reference when it does not begin with a scheme component followed by a colon (:). [37] 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). [38]

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

https://example.com/path/resource.txt#fragment //example.com/path/resource.txt /path/resource.txt path/resource.txt ../resource.txt ./resource.txt resource.txt #fragment 

Resolution

Resolving a URI reference against a base URI results in a target URI. This implies that the base URI exists and is an absolute URI (a URI with no fragment component). The base URI can be obtained, in order of precedence, from: [40]

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: [41]

"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

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

Relation to XML namespaces

In XML, a namespace 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. [43] However, the name is generally not considered to be a URI, [44] 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 with http: may have no connotation to the use of the HTTP.

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. [45] A separate W3C specification for namespaces in XML 1.1 permits Internationalized Resource Identifier (IRI) references to serve as the basis for namespace names in addition to URI references. [46]

See also

Notes

  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. The procedures for registering new URI schemes were originally defined in 1999 by RFC   2717, and are now defined by RFC  7595, published in June 2015. [31]
  3. 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. [33]
  4. Historic RFC   1866 (obsoleted by RFC  2854) encourages CGI authors to support ';' in addition to '&'. [35]

Related Research Articles

<span class="mw-page-title-main">HTTP</span> Application protocol for distributed, collaborative, hypermedia information systems

The Hypertext Transfer Protocol (HTTP) is an application layer protocol in the Internet protocol suite model for distributed, collaborative, hypermedia information systems. HTTP is the foundation of data communication for the World Wide Web, where hypertext documents include hyperlinks to other resources that the user can easily access, for example by a mouse click or by tapping the screen in a web browser.

A Uniform Resource Name (URN) is a Uniform Resource Identifier (URI) that uses the urn scheme. URNs are globally unique persistent identifiers assigned within defined namespaces so they will be available for a long period of time, even after the resource which they identify ceases to exist or becomes unavailable. URNs cannot be used to directly locate an item and need not be resolvable, as they are simply templates that another parser may use to find an item.

Web standards are the formal, non-proprietary standards and other technical specifications that define and describe aspects of the World Wide Web. In recent years, the term has been more frequently associated with the trend of endorsing a set of standardized best practices for building web sites, and a philosophy of web design and development that includes those methods.

A query string is a part of a uniform resource locator (URL) that assigns values to specified parameters. A query string commonly includes fields added to a base URL by a Web browser or other client application, for example as part of an HTML document, choosing the appearance of a page, or jumping to positions in multimedia content.

mailto is a Uniform Resource Identifier (URI) scheme for email addresses. It is used to produce hyperlinks on websites that allow users to send an email to a specific address directly from an HTML document, without having to copy it and entering it into an email client.

A persistent uniform resource locator (PURL) is a uniform resource locator (URL) that is used to redirect to the location of the requested web resource. PURLs redirect HTTP clients using HTTP status codes.

The data URI scheme is a uniform resource identifier (URI) scheme that provides a way to include data in-line in Web pages as if they were external resources. It is a form of file literal or here document. This technique allows normally separate elements such as images and style sheets to be fetched in a single Hypertext Transfer Protocol (HTTP) request, which may be more efficient than multiple HTTP requests, and used by several browser extensions to package images as well as other multimedia content in a single HTML file for page saving. As of 2024, data URIs are fully supported by all major browsers.

In computer hypertext, a URI fragment is a string of characters that refers to a resource that is subordinate to another, primary resource. The primary resource is identified by a Uniform Resource Identifier (URI), and the fragment identifier points to the subordinate resource.

URL encoding, officially known as percent-encoding, is a method to encode arbitrary data in a uniform resource identifier (URI) using only the US-ASCII characters legal within a URI. Although it is known as URL encoding, it is also used more generally within the main Uniform Resource Identifier (URI) set, which includes both Uniform Resource Locator (URL) and Uniform Resource Name (URN). As such, it is also used in the preparation of data of the application/x-www-form-urlencoded media type, as is often used in the submission of HTML form data in HTTP requests.

A web resource is any identifiable resource present on or connected to the World Wide Web. Resources are identified using Uniform Resource Identifiers (URIs). In the Semantic Web, web resources and their semantic properties are described using the Resource Description Framework (RDF).

<span class="mw-page-title-main">URI normalization</span> Process by which URIs are standardized

URI normalization is the process by which URIs are modified and standardized in a consistent manner. The goal of the normalization process is to transform a URI into a normalized URI so it is possible to determine if two syntactically different URIs may be equivalent.

Clean URLs are web addresses or Uniform Resource Locator (URLs) intended to improve the usability and accessibility of a website, web application, or web service by being immediately and intuitively meaningful to non-expert users. Such URL schemes tend to reflect the conceptual structure of a collection of information and decouple the user interface from a server's internal representation of information. Other reasons for using clean URLs include search engine optimization (SEO), conforming to the representational state transfer (REST) style of software architecture, and ensuring that individual web resources remain consistently at the same URL. This makes the World Wide Web a more stable and useful system, and allows more durable and reliable bookmarking of web resources.

<span class="mw-page-title-main">Michael Mealling</span>

Michael Mealling is co-founder of Pipefish Inc, and was the cofounder, Chief Financial Officer (CFO) and Vice President of Business Development of Masten Space Systems, CEO of Refactored Networks, long time participant within the IETF, a Space Frontier Foundation Advocate, and a former Director of the Moon Society. He operates a blog site called Rocketforge and has been interviewed twice on The Space Show and twice on SpaceVidcast.

In programming, a file uniform resource identifier (URI) scheme is a specific format of URI, used to specifically identify a file on a host computer. While URIs can be used to identify anything, there is specific syntax associated with identifying files.

A Formal Public Identifier (FPI) is a short piece of text with a particular structure that may be used to uniquely identify a product, specification or document. FPIs were introduced as part of Standard Generalized Markup Language (SGML), and serve particular purposes in formats historically derived from SGML. Some of their most common uses are as part of document type declarations (DOCTYPEs) and document type definitions (DTDs) in SGML, XML and historically HTML, but they are also used in the vCard and iCalendar file formats to identify the software product which generated the file.

<span class="mw-page-title-main">HTTP location</span> Instruction by web server containing the intended location of a web page.

The HTTP Location header field is returned in responses from an HTTP server under two circumstances:

  1. To ask a web browser to load a different web page. In this circumstance, the Location header should be sent with an HTTP status code of 3xx. It is passed as part of the response by a web server when the requested URI has:
  2. To provide information about the location of a newly created resource. In this circumstance, the Location header should be sent with an HTTP status code of 201 or 202.

A uniform resource locator (URL), colloquially known as an address on the Web, is a reference to a resource that specifies its location on a computer network and a mechanism for retrieving it. A URL is a specific type of Uniform Resource Identifier (URI), although many people use the two terms interchangeably. URLs occur most commonly to reference web pages (HTTP/HTTPS) but are also used for file transfer (FTP), email (mailto), database access (JDBC), and many other applications.

<span class="mw-page-title-main">Well-known URI</span>

A well-known URI is a Uniform Resource Identifier for URL path prefixes that start with /.well-known/. They are implemented in webservers so that requests to the servers for well-known services or information are available at URLs consistent well-known locations across servers.

Larry Melvin Masinter is an early internet pioneer and ACM Fellow. After attending Stanford University, he became a Principal Scientist of Xerox Artificial Intelligence Systems and author or coauthor of 26 of the Internet Engineering Task Force's Requests for Comments.

<span class="mw-page-title-main">Thing Description</span>

The Thing Description (TD) (or W3C WoT Thing Description (TD)) is a royalty-free, open information model with a JSON based representation format for the Internet of Things (IoT). A TD provides a unified way to describe the capabilities of an IoT device or service with its offered data model and functions, protocol usage, and further metadata. Using Thing Descriptions help reduce the complexity of integrating IoT devices and their capabilities into IoT applications.

References

  1. Berners-Lee, Tim; Fielding, Roy T.; Masinter, Larry 2005, p. 1, "Abstract"
  2. 1 2 Berners-Lee, Tim; Fielding, Roy T.; Masinter, Larry 2005, p. 7; "1.1.2. Examples", "1.1.3. URI, URL, and URN"
  3. Berners-Lee, Tim; Fielding, Roy T.; Masinter, Larry 2005, p. 5, "Resource: the term "resource" is used in a general sense for whatever might be identified by a URI"
  4. Palmer, Sean. "The Early History of HTML". infomesh.net. Retrieved 2020-12-06.
  5. "W3 Naming Schemes". www.w3.org. 1992. Retrieved 2020-12-06.
  6. "Proceedings of the Twenty-Fourth Internet Engineering Task Force" (PDF). p. 193. Retrieved 2021-07-27.
  7. "Proceedings of the Twenty-Fifth Internet Engineering Task Force" (PDF). p. 501. Retrieved 2021-07-27.
  8. Berners-Lee, Tim (June 1994). "Universal Resource Identifiers in WWW". Network Working Group. doi:10.17487/RFC1630 . Retrieved 2020-12-06.{{cite journal}}: Cite journal requires |journal= (help)
  9. Berners-Lee, Tim (December 1994). "Request for Comments: 1738: Uniform Resource Locators (URL)". tools.ietf.org/html. doi: 10.17487/RFC1738 . Retrieved 2020-12-06.
  10. Moats, R. (May 1997). "Request for Comments: 2141: URN Syntax". tools.ietf.org. doi:10.17487/RFC2141 . Retrieved 2020-12-06.
  11. Berners-Lee, Tim (August 1998). "RFC 2396: Uniform Resource Identifiers (URI): Generic Syntax". tools.ietf.org. doi: 10.17487/RFC2396 . Retrieved 2020-12-06.
  12. 1 2 RFC 2396 (1998).
  13. Hinden, R. (December 1999). "RFC 2732:Format for Literal IPv6 Addresses in URL's". tools.ietf.org. doi:10.17487/RFC2732 . Retrieved 2020-12-06.
  14. Berners-Lee, Tim (January 2005). "RFC 3986: Uniform Resource Identifier (URI): Generic Syntax". tools.ietf.org. doi:10.17487/RFC3986. S2CID   30973664 . Retrieved 2020-12-06.
  15. Fielding, R. (June 1999). "RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1". tools.ietf.org. doi:10.17487/RFC2616 . Retrieved 2020-12-06.
  16. Raman, T.V. (2006-11-01). "On Linking Alternative Representations To Enable Discovery And Publishing". www.w3.org. Retrieved 2020-12-06.
  17. Mealling, M. (August 2002). Mealling, M; Denenberg, R (eds.). "RFC 3305: Uniform Resource Identifiers (URIs), URLs, and Uniform Resource Names". tools.ietf.org. doi:10.17487/RFC3305. S2CID   45585271 . Retrieved 2020-12-06.
  18. Fielding, Roy (2005-06-18). "[httpRange-14] Resolved". lists.w3.org. Retrieved 2020-12-06.
  19. Sauermann, Leo (December 2008). "Cool URIs for the Semantic Web". www.w3.org. Retrieved 2020-12-06.
  20. URI Planning Interest Group, W3C/IETF (September 2001). "URIs, URLs, and URNs: Clarifications and Recommendations 1.0". www.w3.org. W3C/IETF. Retrieved 2020-12-08.{{cite web}}: CS1 maint: numeric names: authors list (link)
  21. Joint W3C/IETF URI Planning Interest Group (2002).
  22. "URL Standard: 6.3. URL APIs elsewhere".
  23. "URL Standard: Goals".
  24. Berners-Lee, Tim; Fielding, Roy T.; Masinter, Larry 2005, p. 46; "9. Acknowledgements"
  25. 1 2 Berners-Lee, Tim; Fielding, Roy T.; Masinter, Larry 2005, pp. 13–14; "2.2. Reserved Characters", "2.3. Unreserved Characters"
  26. Berners-Lee, Tim; Fielding, Roy T.; Masinter, Larry 2005, pp. 12; "2.1. Percent-Encoding"
  27. RFC 3986 (2005), §2.
  28. RFC 3986 (2005), §2.1.
  29. 1 2 RFC 3986 (2005), §3.
  30. RFC 3986 (2005), §5.2.1.
  31. IETF (2015).
  32. RFC 3986 (2005), §3.2.2.
  33. Lawrence (2014).
  34. RFC 2396 (1998), §3.3.
  35. RFC 1866 (1995), §8.2.1.
  36. RFC 3986 (2005), §A.
  37. RFC 3986 (2005), §4.1.
  38. RFC 3986 (2005), §4.2.
  39. RFC 3986 (2005), §4.4.
  40. RFC 3986 (2005), §5.1.
  41. RFC 3986 (2005), §5.4.
  42. Whitehead 1998, p. 38.
  43. Morrison (2006).
  44. Harold (2004).
  45. W3C (2009).
  46. W3C (2006).

Works cited

Further reading