- From: Nathan <nathan@webr3.org>
- Date: Sun, 29 Jul 2012 13:16:50 +0100
- To: Nicholas Humfrey <nicholas.humfrey@bbc.co.uk>
- CC: public-rdf-comments <public-rdf-comments@w3.org>
Nicholas Humfrey wrote: > Hello, > > I have just been testing fetching the example: > http://www.w3.org/TR/turtle/examples/example1.ttl > > And found that the w3.org server is returning the wrong content type: > text/n3 > > Please can you correct it to 'text/turtle', as specified in the Working > Draft. minor note, it's also a registered media type too, and has been for about a year. > > ~ $ curl -v http://www.w3.org/TR/turtle/examples/example1.ttl > * About to connect() to www.w3.org port 80 (#0) > * Trying 128.30.52.37... connected > * Connected to www.w3.org (128.30.52.37) port 80 (#0) >> GET /TR/turtle/examples/example1.ttl HTTP/1.1 >> User-Agent: curl/7.19.7 (universal-apple-darwin10.0) libcurl/7.19.7 > OpenSSL/0.9.8r zlib/1.2.3 >> Host: www.w3.org >> Accept: */* >> > < HTTP/1.1 200 OK > < Date: Sun, 29 Jul 2012 11:30:56 GMT > < Server: Apache/2 > < Last-Modified: Sat, 07 Jul 2012 18:36:36 GMT > < ETag: "15f-4c441a91cd500" > < Accept-Ranges: bytes > < Content-Length: 351 > < Cache-Control: max-age=21600 > < Expires: Sun, 29 Jul 2012 17:30:56 GMT > < P3P: policyref="http://www.w3.org/2001/05/P3P/p3p.xml" > < Access-Control-Allow-Origin: * > < Connection: close > < Content-Type: text/n3; qs=0.89 > < > @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . > @prefix dc: <http://purl.org/dc/elements/1.1/> . > @prefix ex: <http://example.org/stuff/1.0/> . > > <http://www.w3.org/TR/rdf-syntax-grammar> > dc:title "RDF/XML Syntax Specification (Revised)" ; > ex:editor [ > ex:fullname "Dave Beckett"; > ex:homePage <http://purl.org/net/dajobe/> > ] . > * Closing connection #0 > > > > > http://www.bbc.co.uk/ > This e-mail (and any attachments) is confidential and may contain personal views which are not the views of the BBC unless specifically stated. > If you have received it in error, please delete it from your system. > Do not use, copy or disclose the information in any way nor act in reliance on it and notify the sender immediately. > Please note that the BBC monitors e-mails sent or received. > Further communication will signify your consent to this. > > >
Received on Sunday, 29 July 2012 12:17:40 UTC