absoluteURI
An absoluteURI (often written as absolute URI) is a Uniform Resource Identifier that contains a scheme and therefore identifies a resource independently of any base URI. In RFC 3986, an absolute URI has the form scheme: hier-part [ ? query ] [ # fragment ]. For example, https://www.example.com/path?query=1#frag is an absolute URI.
A relative URI lacks a scheme and must be resolved against a base URI to form an
In practice, absolute URIs are used to locate resources on the network and are commonly manipulated in
The terms URL, URI, and URN relate to this concept. Every URL is a URI, but not
Unicode and IRIs extend the concept further. Internationalized Resource Identifiers allow Unicode, which can be represented