<?xml version="1.0"?>
<powder xmlns="http://www.w3.org/2007/05/powder#" 
        xmlns:palette="http://color.example.org/vocab#"
        xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">

  <attribution>
    <maker>color.http://example.com/foaf.rdf#me</maker>
  </attribution>

  <ol xml:id="list">
    <dr rdf:resource="http://example.com/powder2.xml#blue" />

    <dr xml:id="red">
      <iriset>
        <includehosts>example.com</includehosts>
      </iriset>
 
      <descriptorset>
        <palette:color>red</palette:color>
      </descriptorset>
    </dr>

  </ol>

</powder>
