Re: [dxwg] Usage notes [RUN] (#86)

> I agree that as the VANN vocabulary is not available (getting 404 with the term http://purl.org/vocab/vann/usageNote),

Funny, I just tried it and it works for me... (redirects to http://vocab.org/vann/#usageNote):

```
$ curl -I -L http://purl.org/vocab/vann/usageNote
HTTP/1.1 302 FOUND
Server: nginx/1.14.0 (Ubuntu)
Date: Tue, 12 Mar 2019 09:04:43 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 194
Connection: keep-alive
Location: http://vocab.org/vann/usageNote
Access-Control-Allow-Origin: *

HTTP/1.1 303 See Other
Server: nginx/1.6.2
Date: Tue, 12 Mar 2019 09:04:43 GMT
Content-Type: text/html
Content-Length: 168
Connection: keep-alive
Location: http://vocab.org/vann/#usageNote

HTTP/1.1 200 OK
Server: nginx/1.6.2
Date: Tue, 12 Mar 2019 09:04:43 GMT
Content-Type: text/html
Content-Length: 12563
Last-Modified: Mon, 19 Oct 2015 00:02:14 GMT
Connection: keep-alive
ETag: "56243306-3113"
Accept-Ranges: bytes
```


-- 
GitHub Notification of comment by larsgsvensson
Please view or discuss this issue at https://github.com/w3c/dxwg/issues/86#issuecomment-471914572 using your GitHub account

Received on Tuesday, 12 March 2019 09:05:43 UTC