<?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" />
  </attribution>

  <dr>
    <iriset>
      <includeschemes>http https</includeschemes>
      <excludeschemes>http https</excludeschemes>
      <includehosts>example.com example.org</includehosts>
      <excludehosts>example.com example.org</excludehosts>
      <includepathstartswith>foo bar</includepathstartswith>
      <excludepathstartswith>foo bar</excludepathstartswith>
      <includepathcontains>foo bar</includepathcontains>
      <excludepathcontains>foo bar</excludepathcontains>
      <includepathendswith>foo bar</includepathendswith>
      <excludepathendswith>foo bar</excludepathendswith>
      <includeexactpaths>foo bar</includeexactpaths>
      <excludeexactpaths>foo bar</excludeexactpaths>
      <includeports>80 8080 8081 8082</includeports>
      <excludeports>80 8080 8081 8082</excludeports>
      <includeresources>http://www.example.com/thing.foo http://www.example.com/thing.jpg</includeresources>
      <excluderesources>http://www.example.com/thing.foo http://www.example.com/thing.jpg</excluderesources>
      <includequerycontains>id=123456&amp;group=abcdefg</includequerycontains>
      <excludequerycontains>id=123456&amp;group=abcdefg</excludequerycontains>
      <includeiripattern>http://*.example.org:8080</includeiripattern>
      <excludeiripattern>http://*.example.org:8080</excludeiripattern>
      <includeregex>me</includeregex>
      <excluderegex>me</excluderegex>
    </iriset>
    
    <descriptorset>
      <ex:shape>square</ex:shape>
    </descriptorset>
  </dr>
  
</powder>
