- From: Ivan Herman via GitHub <sysbot+gh@w3.org>
- Date: Thu, 29 Sep 2016 15:57:26 +0000
- To: public-annotation@w3.org
> On 29 Sep 2016, at 17:51, Rob Sanderson <notifications@github.com>
wrote:
>
> Going to https://www.w3.org/ns/oa/ <https://www.w3.org/ns/oa/>
presents an HTML list of the available serializations of the
vocabulary, as discussed previously.
>
> However currently clicking on the links does not resolve to the
serializations, instead it goes back to the same HTML page.
>
> Seems like a configuration issue of the server?
>
>
The right URI-s for the namespace files (at this moment) are
https:/www.w3.org/ns/oa
<http://www.w3.org/ns/oa>.{html,ttl,jsonld,owl,rdf}
and there is an oa.var file:
```
URI: oa
URI: oa.html
Content-Type: text/html
URI: oa.rdf
Content-Type: application/rdf+xml; qs=0.4
URI: oa.ttl
Content-Type: text/turtle; qs=0.6
URI: oa.jsonld
Content-Type: application/ld+json; qs=0.5
URI: oa.json
Content-Type: application/json; qs=0.4
```
to ensure conneg.
In other words, the HTML file seems to be the problem child:-(
--
GitHub Notification of comment by iherman
Please view or discuss this issue at
https://github.com/w3c/web-annotation/issues/359#issuecomment-250509096
using your GitHub account
Received on Thursday, 29 September 2016 15:57:34 UTC