item
link relation type
to link from the object's landing page to a URI where actual content of the object is accessible.
collection
link relation type
(the inverse of item
)
to link from the content resource to the landing page.
item
and collection
links:
type
attribute is used to express the media type of the
resource that is the target of the link; see Conventions for further details.profile
attribute is used to provide further details regarding the profile of the media type of the
linked resource; see Conventions for further details.item
and collection
links in
HTTP Link headers. item
links can also be provided in
a landing page's HTML link
element and/or in a Link Set that is discoverable from the landing page.
However, since most content resources are not HTML, collection
links can typically only be provided in the HTTP Link header
of content resources and/or in a Link Set that is discoverable from the content resource.
A typical landing page for a scholarly object links to resources that make up its actual content such as various renderings of an article, supplementary information, data, etc.
Example 1 »
Example 2 »
Example 3 »
Sometimes a landing page for a scholarly object is an HTML rendering of an article, which links to other resources that make up the object's content such as different renderings of an article, supplementary information, data, etc.
Example »