<?xml version="1.0" encoding="UTF-8"?>
<powder xmlns="http://www.w3.org/2007/05/powder#" xmlns:ex="http://example.org/vocab#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<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"/>
		<aboutregex>\:\/\/(([^\/\?\#]*)\@)?([^\:\/\?\#\@]+\.)?(example\.com|example\.org)(\:([0-9]+))?\/</aboutregex>
		<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>
			<includeregex>\:\/\/(([^\/\?\#]*)\@)?([^\:\/\?\#\@]+\.)?(example\.com|example\.org)(\:([0-9]+))?\/</includeregex>
		</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>
