- From: Larry Masinter <LMM@acm.org>
- Date: Thu, 17 Jan 2008 10:57:29 -0800
- To: <eric@w3.org>
- Cc: <www-archive@w3.org>, <ietf-types@alvestrand.no>
(bcc: http-wg because this is about the ietf-types proposal for RDF types) I think it would be good to separate out the discussion of HTTP & browser behavior from the MIME registrations of RDF representations. The simple solution for Media Types for RDF languages is -- if you really want to use text/*, then always use a charset parameter, even if you'd rather not. Don't try to change MIME behavior or update the default or otherwise mess with it. You can say, using current MIME, what you want to say. Perhaps the default to US-ASCII is annoying, the content-type string is longer than you would like, but changing MIME is unnecessary. Secondly, don't use use the '+' syntax, as in: text/rdf+n3, text/rdf+turtle since it doesn't fit into the paradigm established for +xml; this was noted during the discussion of registration of +zip types. For an alternative, I imagine there are lots of possibilities. Personally, I prefer being more explicit, e.g., Label N3 documents as: text/w3c.rdf.n3;charset=utf-8 label Turtle files as: text/w3c.rdf.turtle;charset=utf-8 Larry
Received on Thursday, 17 January 2008 19:03:47 UTC