- From: Richard Light <richard@light.demon.co.uk>
- Date: Sun, 31 Mar 2019 11:02:08 +0000
- To: "semantic-web@w3.org" <semantic-web@w3.org>
Received on Sunday, 31 March 2019 11:02:37 UTC
Niklas,
I was bitten by this issue when testing content negotiation outcomes. The issue is that your browser is not an innocent bystander in this HTTP transaction: it will have provided a requested set of response formats (and not just 'text/html') which will have an impact on what is returned. And different browsers have different default settings (which you as their user can alter).
Richard
On 31/03/2019 06:59, Niklas Petersen wrote:
Hi,
visiting via a browser (text/html) the URIs of RDF, RDFS and OWL returns the turtle serialization of them. Would it not be better to provide a more human-friendly version (.html)?
http://www.w3.org/1999/02/22-rdf-syntax-ns#
-> ? (probably to RDFS :/)
http://www.w3.org/2002/07/owl#
-> https://www.w3.org/TR/owl2-overview/
http://www.w3.org/2000/01/rdf-schema#
-> https://www.w3.org/TR/rdf-schema/
Best regards,
Niklas
.
--
Richard Light
Received on Sunday, 31 March 2019 11:02:37 UTC