<?xml version="1.0" ?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:s="http://www.example.com/s/"
	xmlns:v="http://www.example.com/v/">
	<rdf:Description rdf:about="http://www.openhealth.org/editor/test">
		<person xmlns:edit="http://www.openhealth.org/editor#2000-08" role="patient" UID="123">
			<name><last>Doe</last><first>James</first><middle/><title/><suffix/></name>
			<gender>M</gender><id><DOB/><SSN>000-111-1234</SSN></id>
			<address type="home">
				<street/><city/><state/><zip/>
			</address>
			<address type="work">
				<street/><city/><state/><zip/>
			</address>
		</person>
	</rdf:Description>
</rdf:RDF>