<?xml version="1.0"?>
<rdf:RDF
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:s="http://description.org/schema/"
  xmlns:v="http://description.org/schema/v/"
  xmlns:a="http://description.org/schema/">
  <rdf:Description>
    <rdf:subject resource="http://www.w3.org/Home/Lassila" />
    <rdf:predicate resource="http://description.org/schema/Creator" />
    <rdf:object>Ora Lassila</rdf:object>
    <rdf:type resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement" />
    <a:attributedTo>
		<rdf:Alt>
			<rdf:li>Ralph Swick</rdf:li>
			<rdf:li>Jonathan Borden</rdf:li>
		</rdf:Alt>
	</a:attributedTo>
  </rdf:Description>




</rdf:RDF>

