URI の R の定義。
RFC 3986 に書いてあるみたい。
要約が Web Kanzaki にある。URIとファイルディレクトリ -- ごく簡単なHTMLの説明, URIの意味するところ, Resource (RFC 2396 を基にしている。RFC 2396 は obsolete)
RFC 2396 では微妙に細かいことが書いてあったんだけど、RFC 3986 では意味するところが「なんでもいい」になった感じ。長いこと書いてあるけど大半が例。URI がついてるもんは全部リソース、インターネットを通じてアクセスできる必要はない、抽象的なものでもいい。
- Resource
- This specification does not limit the scope of what might be a resource; rather, the term "resource" is used in a general sense for whatever might be identified by a URI. Familiar examples include an electronic document, an image, a source of information with a consistent purpose (e.g., "today's weather report for Los Angeles"), a service (e.g., an HTTP-to-SMS gateway), and a collection of other resources. A resource is not necessarily accessible via the Internet; e.g., human beings, corporations, and bound books in a library can also be resources. Likewise, abstract concepts can be resources, such as the operators and operands of a mathematical equation, the types of a relationship (e.g., "parent" or "employee"), or numeric values (e.g., zero, one, and infinity).
注意:勝手にマークアップしました。
思ったよりてきとーだった。