files/en-us/web/uri/reference/schemes/urn/index.md
A Uniform Resource Name (URN) is a URI that identifies a resource by name in a particular namespace. URNs provide globally-unique names for resources as opposed to providing information about their location (URL).
urn:<NID>:<NSS>
<NID>
ISBN and isbn are equivalent).
NIDs are maintained by registries such as IANA, and their resolution depends on the specific namespace.
For instance, the ISBN NID resolution is handled by International ISBN Agency systems.<NSS>
This ISBN corresponds to the book Nineteen Eighty-Four by George Orwell:
urn:isbn:9780141036144
This URN corresponds to the IETF specification {{rfc("7230", "Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing")}}:
urn:ietf:rfc:7230
{{specifications}}