- From: Hugh Glaser <hg@ecs.soton.ac.uk>
- Date: Mon, 4 May 2009 11:48:17 +0100
- To: Ivan Herman <ivan@w3.org>, Ian Davis <me@iandavis.com>
- CC: Tim Berners-Lee <timbl@w3.org>, Kingsley Idehen <kidehen@openlinksw.com>, Peter Williams <pwilliams@rapattoni.com>, Semantic Web <semantic-web@w3.org>, foaf-dev Friend of a <foaf-dev@lists.foaf-project.org>
Sorry to be a little unsure of the final outcome. So the decision is text/n3 and text/turtle? And we should be serving with type text/turtle for http://southampton.rkbexplorer.com/models/void.ttl But could also serve the same file (with type text/turtle?) in response to a content request for text/n3 (since it is compatible) and possibly some other things. Best Hugh (Hoping he can be told, so he doesn't have to read and try to understand all the specs!) On 29/04/2009 22:42, "Tim Berners-Lee" <timbl@w3.org> wrote: > > On 2009-04 -29, at 12:52, Ian Davis wrote: > >> http://www.w3.org/TeamSubmission/turtle/ says text/turtle >> >> http://www.dajobe.org/2004/01/turtle/ says application/turtle >> >> Both say application/x-turtle should be used until the registration is >> submitted. Maybe that's the right approach for now. > > No, that is NOT the right approach to use x-. > X- has been out of fashion for years. You should go straight to > using the proposed content type, and save the world the pain of another > transition. > > So it looks then like text/n3 and text/turtle. > > Tim On 30/04/2009 11:21, "Ivan Herman" <ivan@w3.org> wrote: > The team submission (co-signed by Dave B) is the one we should follow in > my view. > > Ivan > > Ian Davis wrote: >> http://www.w3.org/TeamSubmission/turtle/ says text/turtle >> >> http://www.dajobe.org/2004/01/turtle/ says application/turtle >> >> Both say application/x-turtle should be used until the registration is >> submitted. Maybe that's the right approach for now. >> >> On Wed, Apr 29, 2009 at 4:21 PM, Tim Berners-Lee <timbl@w3.org >> <mailto:timbl@w3.org>> wrote: >> >> The tabulator code has >> >> >> sf.mediatypes['text/n3'] = {'q': '1.0'} // as per 2008 spec >> >> sf.mediatypes['text/rdf+n3'] = {'q': 0.5} // pre 2008 spec >> sf.mediatypes['application/x-turtle'] = {'q': 0.2} // pre 2008 >> sf.mediatypes['text/turtle'] = {'q': 1.0} // pre 2008 >> >> The application for text/n3 is pending, but I can't remember what he >> status of *turtle*. I think it was switched to text/turtle, but not >> sure. >> >> Tim >> >> >> On 2009-04 -29, at 10:38, Ian Davis wrote: >> >>> >>> On Wed, Apr 29, 2009 at 2:18 PM, Tim Berners-Lee <timbl@w3.org >>> <mailto:timbl@w3.org>> wrote: >>> >>> Hugh, >>> >>> http://southampton.rkbexplorer.com/models/void.ttl >>> is served up as text/plain -- could you serve it as text/n3 ? >>> >>> Thanks, Tim >>> >>> >>> >>> Is text/n3 best or application/turtle? Neither are registered but >>> application/turtle would be most accurate. I'm only asking because >>> I'm currently serving up turtle from http://ol.dataincubator.org/ >>> as text/plain and I'd like to fix that. >>> >>> Ian >>> >> >>
Received on Monday, 4 May 2009 10:50:23 UTC