<?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>
			<includehosts>example.com</includehosts>
			<includepathstartswith>foo bar</includepathstartswith>
		</iriset>
		<iriset>
			<includehosts>example.org</includehosts>
		</iriset>
		<descriptorset>
			<ex:shape>square</ex:shape>
		</descriptorset>
		<tagset>
			<tag>A tag</tag>
			<tag>Another tag</tag>
		</tagset>
	</dr>
	<ol>
		<dr>
			<iriset>
				<includehosts>example.com</includehosts>
				<includepathendswith>.html .php .pdf</includepathendswith>
				<excludepathendswith>.jpg|.png|.gif</excludepathendswith>
			</iriset>
			<descriptorset>
				<ex:type>Document</ex:type>
			</descriptorset>
		</dr>
		<dr>
			<iriset>
				<includehosts>example.com</includehosts>
				<includepathendswith>.jpg|.png|.gif</includepathendswith>
			</iriset>
			<descriptorset>
				<ex:type>Image</ex:type>
			</descriptorset>
		</dr>
		<dr>
			<iriset>
				<includehosts>example.com</includehosts>
			</iriset>
			<descriptorset>
				<ex:type>Other</ex:type>
			</descriptorset>
		</dr>
	</ol>
	<ol>
		<dr>
			<iriset>
				<includeiripattern>*.example.org</includeiripattern>
			</iriset>
			<descriptorset>
				<ex:colour>red</ex:colour>
			</descriptorset>
		</dr>
		<dr>
			<iriset>
				<includehosts>example.org></includehosts>
			</iriset>
			<descriptorset>
				<ex:colour>Blue</ex:colour>
			</descriptorset>
		</dr>
	</ol>
	<descriptorset xml:id="round">
		<ex:shape>round</ex:shape>
	</descriptorset>
</powder>
