<?xml version="1.0"?>

<powder xmlns:ex="http://example.org/vocab#"
        xmlns:ex2="http://example.org/palette#"
        xmlns="http://www.w3.org/2007/05/powder#"
        xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">

  <attribution>
    <issuedby src="http://authority.example.org/company.rdf#me" />
    <issued>2007-12-14T00:00:00</issued>
  </attribution>

  <dr>
    <iriset>
      <includehosts>example.com</includehosts>
    </iriset>

    <descriptorset>
      <ex:color rdf:parseType="Literal">
        <ex2:hex>ff0000</ex2:hex>
        <ex2:red>255</ex2:red>
        <ex2:green>0</ex2:green>
        <ex2:blue>0</ex2:blue>
      </ex:color>
      <displaytext>Everything on example.org is red</displaytext>
      <displayicon src="http://example.org/icon.png" />
    </descriptorset>
  </dr>

</powder>