<?xml version="1.0"?>
<powder xmlns="http://www.w3.org/2007/05/powder#" 
        xmlns:palette="http://color.example.org/vocab#"
        xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
        xmlns:dcterms="http://purl.org/dcterms/0.1/">

  <attribution>
    <maker>http://color.example.org/foaf.rdf#me</maker>
  </attribution>

  <dr xml:id="blue">
    <dcterms:isPartOf rdf:resource="powder1.xml#list" />
    <iriset>
      <includehosts>example.com</includehosts>
      <includepathcontains>sky sapphire</includepathcontains>
    </iriset>
    <descriptorset>
      <palette:color>blue</palette:color>
    </descriptorset>
  </dr>

  <dr rdf:resource="http://example.com/powder2.xml#square" />

</powder>