Just a quick note; technically speaking "RDF" isn't a media type, but rather a data model. There are several serializations of RDF, the most popular being RDF/XML (let's call it APPLICATION_RDFXML?), but there are others, like N3, etc. that are quite popular.
It might be a good idea, before going 1.0, to clarify this by renaming APPLICATION_RDF to APPLICATION_RDFXML and adding APPLICATION_RDF_N3, and APPLICATION_RDF_NTRIPLE Also, philosophical question: is it really the case that we can assume a 1-1 mapping between a MediaType and a Mime-Type? Mime-type application/rdf+xml is the "correct" mime-type for RDF/XML, but in reality some frameworks (like Mozilla's RDF stuff) expect it in application/xml .. I'm hacking around this in my RDFXMLRepresentation, but it seems inelegant as it stands. Ryan -- Ryan Daum [EMAIL PROTECTED] Senior Developer, Toronto 647.724.5232 x 2073

