Bug 18088

Summary: Wrong rdf/xml mimetype
Product: shared-mime-info Reporter: Sebastian Trüg <trueg>
Component: freedesktop.org.xmlAssignee: Jonathan Blandford <jrb>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: Other   
OS: All   
URL: http://www.iana.org/assignments/media-types/application/
Whiteboard:
i915 platform: i915 features:

Description Sebastian Trüg 2008-10-16 03:08:26 UTC
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>
Comment 1 Bastien Nocera 2008-10-16 03:24:37 UTC
* 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.