The mimetype for rdf/xml content is not text/rdf as stored in shared-mime-info ATM. It is actually application/rdf+xml. I propose to use the following: <?xml version="1.0" encoding="utf-8"?> <mime-type xmlns="http://www.freedesktop.org/standards/shared-mime-info" type="application/rdf+xml"> <comment>RDF/XML document</comment> <sub-class-of type="application/xml"/> <alias>text/rdf</alias> <glob pattern="*.rdf" /> <glob pattern="*.rdfs" /> </mime-type>
* freedesktop.org.xml.in: Fix RDF mime-type, spotted by Sebastian Trüg <trueg@kde.org> (Closes: #18088)
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.