<?xml version="1.0"?>

<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:bz="http://www.bugzilla.org/rdf#"
     xmlns:rss="http://purl.org/rss/1.0/"
     xmlns:nc="http://home.netscape.com/NC-rdf#">

<bz:duplicates_report about="http://bugzilla.mozilla.org/duplicates.cgi">
  <bz:bugs>
    <Seq>
        <li>
          <bz:bug about="http://bugzilla.mozilla.org/show_bug.cgi?id=26381">
            <bz:id>aaaa26381</bz:id>
            <bz:component>bbbbXP Toolkit/Widgets: XUL</bz:component>
            <rss:title>rss title of first bug</rss:title>
          </bz:bug>
        </li>
        <li>
          <bz:bug about="http://bugzilla.mozilla.org/show_bug.cgi?id=93776">
            <bz:id>cccc93776</bz:id>
            <bz:component>ddddUS General</bz:component>
            <rss:title>rss title of 2nd bug</rss:title>
          </bz:bug>
        </li>
        <li>
           <bz:bug about="http://bugzilla.mozilla.org/show_bug.cgi?id=32966">
            <bz:id>eeee32966</bz:id>
            <bz:component>ffffNetworking</bz:component>
            <rss:title>rss title of 3rd bug</rss:title>
          </bz:bug>
        </li>
        <li>
          <bz:bug about="http://bugzilla.mozilla.org/show_bug.cgi?id=49274">
            <bz:id nc:parseType="Integer">49274</bz:id>
            <bz:component>HTMLTables</bz:component>
            <rss:title>rss title of 4th bug</rss:title>
          </bz:bug>
        </li>
        <li>
          <bz:bug about="http://bugzilla.mozilla.org/show_bug.cgi?id=18530">
            <bz:id nc:parseType="Integer">18530</bz:id>
            <bz:component>DOM Viewer</bz:component>
            <rss:title>rss title of 5th bug</rss:title>
          </bz:bug>
        </li>
    </Seq>
  </bz:bugs>
</bz:duplicates_report>

</RDF>
