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