<rdf:RDF
	 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	 xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	 xmlns:foaf="http://xmlns.com/foaf/0.1/"
	 xmlns:wot="http://xmlns.com/wot/0.1/"
	 xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	 xmlns:dc="http://purl.org/dc/elements/1.1/"
	 xmlns:rss="http://purl.org/rss/1.0/"
	 xmlns:cc="http://web.resource.org/cc/">

<!-- information on who I am -->

	 <foaf:Person rdf:ID="Gman">
		  <foaf:name>Eugene Y. Vasserman</foaf:name>
		  <foaf:firstName>Eugene</foaf:firstName>
		  <foaf:surname>Vasserman</foaf:surname>
		  <foaf:nick>Gman</foaf:nick>
		  <foaf:mbox_sha1sum>93bc6eb01e19c57fda26f0009665efc14d10f9c0</foaf:mbox_sha1sum>
		  <foaf:depiction rdf:resource="http://www.y3k.org/images/me.jpg"/>
		  <foaf:weblog rdf:resource="http://eyv.livejournal.com/"/>

		  <foaf:homepage>
				<rdf:Description rdf:about="http://www.y3k.org/">
					 <dc:description>Personal home page</dc:description>
				</rdf:Description>
		  </foaf:homepage>

		  <foaf:image>
				<rdf:Description
					 rdf:about="http://www.y3k.org/images/me.jpg">
					 <dc:description>Eugene Y. Vasserman</dc:description>
				</rdf:Description>
		  </foaf:image>

		  <foaf:geekcode>
				GCS/MD/S/SS d? s:+ a- C++++$ UBL++++$ P+++$>++++ L++(+++)$>++++ 
				E-(---) W++(+++)$ N(+) o K++ w(++)$ O- M-(--) !V PS+(++)>+++ 
				PE(-) Y+(++) PGP+ t 5++ X+ R@ tv(+) b+++(++++) DI+ D+ G 
				e++(+++) h+ r>--- z>---
		  </foaf:geekcode>

		  <foaf:weblog rdf:resource="http://eyv.livejournal.com/"/>

		  <foaf:based_near>
				<geo:Point>
					 <geo:lat>44.96603</geo:lat>
					 <geo:long>-93.27294</geo:long>
				</geo:Point>
		  </foaf:based_near>

		  <foaf:Document>
				<rdf:Description rdf:about="http://del.icio.us/eyv/">
					 <dc:title>My list of bookmarks</dc:title>
					 <dc:description>Grossly out of date</dc:description>
				</rdf:Description>
		  </foaf:Document>

		  <foaf:schoolHomepage>
				<rdf:Description rdf:about="http://www.cs.umn.edu/">
					 <dc:description>Computer Science at the University of Minnesota</dc:description>
				</rdf:Description>
		  </foaf:schoolHomepage>

<!-- stuff I care about -->

		  <foaf:interest>
				<rdf:Description>
					 <dc:title>Security</dc:title>
					 <dc:description>Compuer securty with all it entails - software security, safe programming prctices, robust code, fault isolation, secure hypervisors (VMMs), etc.</dc:description>
				</rdf:Description> 
		  </foaf:interest>

		  <foaf:interest>
				<rdf:Description>
					 <dc:title>Networking</dc:title>
					 <dc:description>Compuer networks, the internet, and the protocols and technologies driving it all </dc:description>
				</rdf:Description> 
		  </foaf:interest>

		  <foaf:interest>
				<rdf:Description>
					 <dc:title>Cryptography</dc:title>
					 <dc:description>Partially theoretical, but mostly in the way it applies to the above-mentioned interestes.</dc:description>
				</rdf:Description> 
		  </foaf:interest>

		  <foaf:currentProject>
				<rdf:Description
					 rdf:about="http://www.cs.umn.edu/~eyv/">
					 <dc:title>Research</dc:title>
					 <dc:description>Security and networking reasearch. Also some miscellaneous stuff. Not much there right now.</dc:description>
            </rdf:Description>
        </foaf:currentProject>

		  <foaf:pastProject>
				<rdf:Description 
					 rdf:about="http://www.y3k.org/projects.html">
					 <dc:title>Free-time projects - nothing too interesting</dc:title>
					 <dc:description>Firefox extensions, Greasemonkey scripts, and a number of old abandoned projects</dc:description>
				</rdf:Description>
		  </foaf:pastProject>


<!-- list of friends and people on my not-enemies list -->

		  <foaf:knows>
				<foaf:Person>
					 <foaf:name>Rose</foaf:name>
					 <foaf:firstName>Rose</foaf:firstName>
					 <foaf:nick>rosa_mundi</foaf:nick>
					 <rdfs:seeAlso
						  rdf:resource="http://rosa_mundi.livejournal.com/data/foaf"/>
					 <foaf:weblog
						  rdf:resource="http://rosa_mundi.livejournal.com/"/>
				</foaf:Person>
		  </foaf:knows>

		  <foaf:knows>
				<foaf:Person>
					 <foaf:nick>beths_stanley</foaf:nick>
					 <rdfs:seeAlso
						  rdf:resource="http://beths_stanley.livejournal.com/data/foaf"/>
					 <foaf:weblog
						  rdf:resource="http://beths_stanley.livejournal.com/"/>
				</foaf:Person>
		  </foaf:knows>

		  <foaf:knows>
				<foaf:Person>
					 <foaf:name>Brian</foaf:name>
					 <foaf:firstName>Brian</foaf:firstName>
					 <foaf:nick>before</foaf:nick>
					 <rdfs:seeAlso
						  rdf:resource="http://before.livejournal.com/data/foaf"/>
					 <foaf:weblog
						  rdf:resource="http://before.livejournal.com/"/>
				</foaf:Person>
		  </foaf:knows>

		  <foaf:knows>
				<foaf:Person>
					 <foaf:name>Sarah</foaf:name>
					 <foaf:firstName>Sarah</foaf:firstName>
					 <foaf:nick>ambienteye</foaf:nick>
					 <rdfs:seeAlso
						  rdf:resource="http://ambienteye.livejournal.com/data/foaf"/>
					 <foaf:weblog
						  rdf:resource="http://ambienteye.livejournal.com/"/>
				</foaf:Person>
		  </foaf:knows>

		  <foaf:knows>
				<foaf:Person>
					 <foaf:name>Roswell</foaf:name>
					 <foaf:firstName>Roswell</foaf:firstName>
					 <foaf:nick>roswellzero</foaf:nick>
					 <rdfs:seeAlso
						  rdf:resource="http://roswellzero.livejournal.com/data/foaf"/>
					 <foaf:weblog
						  rdf:resource="http://roswellzero.livejournal.com/"/>
				</foaf:Person>
		  </foaf:knows>

		  <foaf:knows>
				<foaf:Person>
					 <foaf:name>Andrew</foaf:name>					
					 <foaf:firstName>Andrew</foaf:firstName>					
					 <foaf:nick>ellipsoid</foaf:nick>
					 <rdfs:seeAlso
						  rdf:resource="http://ellipsoid.livejournal.com/data/foaf"/>
					 <foaf:weblog
						  rdf:resource="http://ellipsoid.livejournal.com/"/>
				</foaf:Person>
		  </foaf:knows>

		  <foaf:knows>
				<foaf:Person>
					 <foaf:name>Katherine</foaf:name>
					 <foaf:firstName>Katherine</foaf:firstName>
					 <foaf:nick>viajes</foaf:nick>
					 <rdfs:seeAlso
						  rdf:resource="http://viajes.livejournal.com/data/foaf"/>
					 <foaf:weblog
						  rdf:resource="http://viajes.livejournal.com/"/>
				</foaf:Person>
		  </foaf:knows>

<!-- I guess that defines me as a person -->
	 </foaf:Person>


<!-- signature on all the stuff above -->

	 <!-- 
	 <wot:PubKey wot:hex_id="83681C59" wot:length="1024" >
		  <wot:fingerprint>324D 8CAB 9686 FFFC 3E5D  5724 F60B 20E4 8368 1C59</wot:fingerprint>
		  <wot:identity>
				<wot:User>
					 <wot:pubkeyAddress>
						  http://www.y3k.org/eyv-pubkey.txt
					 </wot:pubkeyAddress>
				</wot:User>
		  </wot:identity>
	 </wot:PubKey>
	 -->

	 <!--	Read for more info: http://usefulinc.com/foaf/signingFoafFiles -->
	 <!-- On my redhat linux box it's just "gpg -a -detach-sign foaf.rdf" -->

	 <!-- digital signature for this file -->
	 <!--   <rdf:Description rdf:about="">
		  <wot:assurance rdf:resource="http://www.y3k.org/foaf.xml.asc" />
		  <dc:creator rdf:resource="#Gman" />
		  <dc:date>2003-05-27</dc:date>
	 </rdf:Description> -->

</rdf:RDF>
