You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once the Content-Location has been evaluated and confirmed, create resource triples for each Link header, where the subject is the Content-Location (or Request-URI if absent), the object is the linked resource, and the predicate is the link relation.
The link relation itself should be rebased as a URI against a base of http://www.w3.org/1999/xhtml/vocab# (so rel=license becomes a predicate URI of http://www.w3.org/1999/xhtml/vocab#license)
The text was updated successfully, but these errors were encountered:
Specifically:
Content-Location
has been evaluated and confirmed, create resource triples for eachLink
header, where the subject is theContent-Location
(orRequest-URI
if absent), the object is the linked resource, and the predicate is the link relation.http://www.w3.org/1999/xhtml/vocab#
(sorel=license
becomes a predicate URI ofhttp://www.w3.org/1999/xhtml/vocab#license
)The text was updated successfully, but these errors were encountered: