<?xml version="1.0"?>

   <powder xmlns="http://www.w3.org/2007/05/powder#"

           xmlns:ex="http://example.org/vocab#">

      <attribution>

         <issuedby src="http://authority.example.org/company.rdf#me" />

      </attribution>


      <dr>

         <iriset>

            <includehosts>example.com</includehosts>

            <excludepathstartswith>/foo</excludepathstartswith>

         </iriset>

 

         <descriptorset>

            <ex:color>red</ex:color>

         </descriptorset>

      </dr>


      <dr>

         <iriset>

            <includehosts>example.com</includehosts>

            <includepathstartswith>/foo</includepathstartswith>

         </iriset>


         <descriptorset>

            <ex:color>blue</ex:color>

         </descriptorset>

      </dr>

   </powder>


