<?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" />
    <issued>2007-12-14T00:00:00</issued>
  </attribution>

  <ol>
    <dr>
      <iriset>
        <includehosts>movie.example.com</includehosts>
        <includepathstartswith>/after9pm</includepathstartswith>
      </iriset>

      <descriptorset include="adult" />
      <descriptorset include="trustmark" />
    </dr>

    <dr>
      <iriset>
        <includehosts>movie.example.com</includehosts>
      </iriset>

      <descriptorset include="allages" />
      <descriptorset include="trustmark" />
    </dr>
  </ol>

  <descriptorset node="adult">
    <ex:agemin>18</ex:agemin>
    <displaytext>Adults Only</displaytext>
    <displayicon src="http://authority.example.org/adult.png" />
  </descriptorset>

  <descriptorset node="allages">
    <ex:agemin>0</ex:agemin>
    <displaytext>All Ages</displaytext>
    <displayicon src="http://authority.example.org/all.png" />
  </descriptorset>

  <descriptorset node="trustmark">
    <typeof src="http://trust.example.org/vocab#trustedsite" />
  </descriptorset>

  <dr>
    <iriset>
      <includehosts>movie.example.com</includehosts>
      <includepathstartswith>/latest</includepathstartswith>
    </iriset>

    <tagset>
      <tag>New Releases</tag>
      <tag>What's Hot</tag>
      <seealso src="http://cinema.example.com/nowplaying/" />
    </tagset>
  </dr>
</powder>
