Re: Updated LOD Cloud Diagram - First draft and last feedback.

Hi Kingsley,

> I passed <http://data.mmlab.be/people/Anastasia+Dimou> through our edition of Vapour [1]

Thanks for checking this. Below is what happens on HTTP level.
Looks fine to me. Do you spot an issue here?

$ curl -H "Accept: text/turtle" -L http://data.mmlab.be/people/Anastasia+Dimou -i
HTTP/1.1 303 See Other
Server: nginx/1.1.19
Date: Fri, 15 Aug 2014 20:25:52 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Cache-Control: public, max-age=3600
Vary: Accept
Access-Control-Allow-Origin: *
X-Powered-By: Linked Data Fragments Server
Location: http://data.mmlab.be/mmlab?subject=http%3A%2F%2Fdata.mmlab.be%2Fpeople%2FAnastasia%2BDimou

HTTP/1.1 200 OK
Server: nginx/1.1.19
Date: Fri, 15 Aug 2014 20:25:52 GMT
Content-Type: text/turtle;charset=utf-8
Transfer-Encoding: chunked
Connection: keep-alive
Vary: Accept-Encoding
Cache-Control: public, max-age=3600
Vary: Accept
Access-Control-Allow-Origin: *
X-Powered-By: Linked Data Fragments Server

>  and it produced an unexpected result [2]

The result seems fine to me:

Dereferencing Entity URI (requesting (X)HTML)	3/3
Dereferencing Entity URI (requesting JSON-LD)	5/5
Dereferencing Entity URI (requesting RDF/XML)	2/3
Dereferencing Entity URI (requesting TURTLE)	5/5
Dereferencing Entity URI (without content negotiation)	2/2


All test that should pass, pass. (We don't offer XML.)

> i.e., unambiguous names resolve to description documents i.e., as exemplified by terms [3] in natural language, an identifier resolves to the description of its referent. 

That's what we do, right?
- http://data.mmlab.be/people/Anastasia+Dimou is the term
- http://data.mmlab.be/mmlab?subject=http%3A%2F%2Fdata.mmlab.be%2Fpeople%2FAnastasia%2BDimou is the document about that term

> In the worst case, we'll fix any anomalies in our Vapour implementation.

Looks fine to me. Did something change in the meantime?

Ruben

Received on Friday, 15 August 2014 20:31:45 UTC