<?xml version="1.0"?>
<powder xmlns="http://www.w3.org/2007/05/powder#" 
        xmlns:foaf="http://xmlns.com/foaf/0.1/"
        xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
        xmlns:ex="http://example.org/vocab#">

  <attribution>
    <maker>
      <foaf:Organization>
        <foaf:homepage rdf:resource="http://authority.example.org/" />
        <foaf:name>The Exemplary Description Authority</foaf:name>
        <foaf:nick>EDA</foaf:nick>
      </foaf:Organization>
    </maker>
  </attribution>

  <dr>
    <iriset>
      <includehosts>example.com</includehosts>
    </iriset>
 
    <descriptorset>
      <ex:color>red</ex:color>
    </descriptorset>
  </dr>

  <dr>
    <iriset>
      <includehosts>example.com</includehosts>
      <includepathstartswith>/foo</includepathstartswith>
    </iriset>

    <descriptorset>
      <ex:shape rdf:resource="http://example.org/vocab#square" />
    </descriptorset>
  </dr>

</powder>