Skip to content

Commit

Permalink
start of HTTP Link header -> Alt Profile DM mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Car committed Aug 6, 2019
1 parent 8dbba1a commit 6382071
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion conneg-by-ap/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ <h3>Data Model for resource alternate profiles</h3>
</p>
<pre id="eg-altprofiles-ontology"
class="example nohighlight" aria-busy="false" aria-live="polite"
title="Using a Link-header to point to a list of available profiles">
title="alternate Profiles Data Model as an OWL ontology">
@prefix altp: &lt;http://www.w3.org/ns/dx/conneg/altprofiles#> .
@prefix dct: &lt;http://purl.org/dc/terms/> .
@prefix owl: &lt;http://www.w3.org/2002/07/owl#> .
Expand Down Expand Up @@ -782,6 +782,25 @@ <h3>list profiles</h3>
[more response headers]
</pre>
<div class="issue" data-number="290"></div>
<p>
The <code>Link</code> HTTP header used to communicate alternate profiles for a resource as per
<a href="#eg-link-headers"></a> conforms to the Alternate Profiles Data Model
(<a href="#altprofiles-model"></a>) with the mapping given in <a href=""></a>
</p>
<figure id="fig-altprofile-link-header-mapping">
<table>
<tr>
<th>Link Header Element</th><th>AltProfile Data Model Element</th>
</tr>
<tr>
<td></td><td></td>
</tr>
</table>
<figcaption>
A mapping of the elements within an HTTP <code>Link</code> header communicating alternat profile information
to the elements within the Alternate Profiles Data Model.
</figcaption>
</figure>
<section id="listprofiles-tokens">
<h3>Token mappings</h3>
<p>
Expand Down

0 comments on commit 6382071

Please sign in to comment.