<?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>http://color.example.org/foaf.rdf#me</maker>
  </attribution>

  <dr xml:id="red">
    <iriset>
      <includehosts>example.com</includehosts>
    </iriset>
 
    <descriptorset>
      <palette:color>red</palette:color>
    </descriptorset>
  </dr>

  <dr rdf:resource="http://example.com/powder2.xml#square" />

</powder>