- From: Richard Newman <rnewman@twinql.com>
- Date: Wed, 10 Jun 2009 08:54:55 -0700
- To: Pierre-Antoine Champin <swlists-040405@champin.net>
- Cc: Semantic Web <semantic-web@w3.org>
On 10 Jun 2009, at 8:45 AM, Pierre-Antoine Champin wrote: > But if the number of supported languages grows, my RDF file will > grow as > well, and every user will be penalized because they will get all the > translations while they only need one of them for each term. You could also simply return RDF with labels in the appropriate language by examining the Accept-Language header, just as you return RDF/XML, Turtle, N-Triples etc. by examining the Accept header. http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html My user agent will request American and British English; yours will request French. With no Accept-Language, return them all or do something else.
Received on Wednesday, 10 June 2009 15:55:32 UTC