Re: [dxwg] List profiles for dynamic resources (#785)

the media type hints are orthogonal - its the conjunction of them we need to say something about. 

the example is incomplete - or maybe we should drop the rel="" dimension for the media type if all media types are supported.

the "some resources are only available in some media types" case would require explicit combinations - so you could say

```
Link: <http://example.org/a/resource>; rel="self"; profile="urn:example:profile:1", 
<http://example.org/a/resource>; rel="alternate"; profile="urn:example:profile:2" ,
<http://example.org/a/resource>; type="text/html",
<http://example.org/a/resource>; type="application/xml"
<http://example.org/a/resource>; rel="alternate";  type="text/turtle";  profile="urn:example:profile:2" 
```

if profile2 was available in all three media types, but it was the only profile available in turtle..

 

-- 
GitHub Notification of comment by rob-metalinkage
Please view or discuss this issue at https://github.com/w3c/dxwg/issues/785#issuecomment-491207757 using your GitHub account

Received on Friday, 10 May 2019 08:34:31 UTC