<?xml version="1.0"?>
<powder xmlns="http://www.w3.org/2007/05/powder#" 
        xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
        xmlns:ex="http://example.org/vocab#">

  <attribution>
    <issuedby src="http://authority.example.org/company.rdf#me" />
    <issued>2007-12-14T00:00:00</issued>
    <validfrom>2008-01-01T00:00:00</validfrom>
    <validuntil>2008-12-31T23:59:59</validuntil>
    <certifiedby src="http://another.example.org/" />
    <supportedby src="http://yet.another.example.org" />
    <abouthosts>example.com example.org</abouthosts>
    <ex:property1>value</ex:property1>
    <ex:property2 rdf:resource="http://example.org/foo.rdf#frag" />
    <ex:property3 src="http://example.com/bar.rdf#frag" />
  </attribution>

  <more src="http://www.example.com/powder2.xml" />

  <dr>
    <iriset>
      <includehosts>example.com example.org</includehosts>
    </iriset>
    
    <descriptorset>
      <ex:finish rdf:resource="http://example.org/vocab#shiny"/>
      <ex:shape>square</ex:shape>
      <certified>true</certified>
      <sha1sum>abcdef1234567890</sha1sum>
      <typeof src="http://example.org/#thing" />
      <displaytext>Some text to display</displaytext>
      <displayicon src="http://example.com/icon.png" />
    </descriptorset>
    
    <tagset>
      <seealso src="http://example.com/thing" />
      <label>A bunch of tags</label>
      <comment>A pithy comment</comment>
      <tag>A tag</tag>
      <tag>Another tag</tag>
      </tagset>
  </dr>
  
</powder>
