<?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>
  </attribution>

  <descriptorset xml:id="square">
    <ex:finish rdf:resource="http://example.org/vocab#shiny"/>
    <ex:shape>square</ex:shape>
  </descriptorset>

  <descriptorset xml:id="round">
    <ex:finish rdf:resource="http://example.org/vocab#matt"/>
    <ex:shape>round</ex:shape>
  </descriptorset>

  <descriptorset xml:id="hexagonal">
    <ex:finish rdf:resource="http://example.org/vocab#eggshell"/>
    <ex:shape>hexagonal</ex:shape>
  </descriptorset>
  
</powder>
