<?xml version="1.0"?>
<!DOCTYPE rdf:RDF [
  <!ENTITY classification "http://www.news.example.jp/classification#">
]>

<rdf:RDF
  xmlns="http://purl.org/rss/1.0"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
  xmlns:label="http://www.w3.org/2004/12/q/contentlabel#"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:icra="http://www.icra.org/rdfs/vocabularyv03#">

  <channel rdf:about="http://news.example.jp/index.rdf">
    <title>Japanese Politics Today</title>
    <link>http://news.example.jp/</link>
    <description>An example of a Japanese news site</description>
    <dc:create>Japanese Politics Today</dc:create>
    <label:hasDefaultLabel>
      <label:ContentLabel>
        <icra:nz>1</icra:nz>
        <icra:sz>1</icra:sz>
        <icra:vz>1</icra:vz>
        <icra:lz>1</icra:lz>
        <icra:oz>1</icra:oz>
        <icra:cz>1</icra:cz>
        <label:hasModifier><icra:xe/></label:hasModifier>
      </label:ContentLabel>
    </label:hasDefaultLabel>
    <label:hasDefaultClassification rdf:resource="&classification;Politics" />
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://examplenews.jp/article/1.html" />
        <rdf:li rdf:resource="http://examplenews.jp/article/2.html" />
        <rdf:li rdf:resource="http://examplenews.jp/article/3.html" />
      </rdf:Seq>
    </items>
  </channel>

  <item rdf:about="http://examplenews.jp/article/1.html">
    <title>Article 1</title>
    <link>http://examplenews.jp/article/1.html</link>
  </item>
 
 <item rdf:about="http://examplenews.jp/article/2.html">
    <title>Article 2</title>
    <link>http://examplenews.jp/article/2.html</link>
    <label:hasClassification rdf:resource="&classification;Economy" />
  </item>

  <item rdf:about="http://examplenews.jp/article/3.html">
    <title>Article 3</title>
    <link>http://examplenews.jp/article/3.html</link>
    <label:hasLabel>
      <label:ContentLabel rdf:ID="label_3">
        <rdfs:label>World wide article with passionate kissing, no violence,etc.</rdfs:label>
        <icra:nz>1</icra:nz>
        <icra:sa>1</icra:sa>
        <icra:vz>1</icra:vz>
        <icra:lz>1</icra:lz>
        <icra:oz>1</icra:oz>
        <icra:cz>1</icra:cz>
        <label:hasModifier><icra:xe/></label:hasModifier>
      </label:ContentLabel>
    </label:hasLabel>
    <label:hasClassification rdf:resource="&classification;World" />
  </item>
</rdf:RDF>
