<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="foaf.xsl"?>
<!-- :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
<!-- What is this?                                                                                        -->
<!-- :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
<!-- FOAF, or 'Friend of a Friend' provides a way to create machine-readable homepages in the Web.        -->
<!-- Technically, it is an RDF/XML 'Semantic Web' vocabulary. FOAF documents are most commonly used       -->
<!-- as a way of representing information about people in a way that is easily processed, merged          -->
<!-- and aggregated.                                                                                      -->
<!--                                                                                                      -->
<!-- FOAF provides conventions for saying the sorts of things that you might say in your homepage         -->
<!-- ('My name is...', 'I work for ...', 'I'm interested in ...', 'I live near ...',                      -->
<!-- 'I'm pictured in these photos...', 'I write in this weblog...'), but in a way that is easy for       -->
<!-- computers to process. Since computers are pretty dumb, and can't read human languages, we provide    -->
<!-- simplistic FOAF descriptions, to help them answer questions such as 'Show me pictures of Weblog      -->
<!-- authors interested in ... who live near here', 'Show me recent articles written by people at         -->
<!-- this meeting', 'Is this person vegetarian?'. FOAF is a 'Semantic Web' project, which is an effort    -->
<!-- to make the Web easier for machines to help us navigate.                                             -->
<!-- :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
<!-- :: Though completely unneeded I have commented this file as much as possible to allow humans to   :: -->
<!-- :: read through it with greater ease. I am hoping this will help enthuse my friends with putting  :: -->
<!-- :: up their own FOAF files. :D                                                                    :: -->
<!-- :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
<!-- :: You can find out more about the project here: http://www.foaf-project.org/                     :: -->
<!-- :: Or quickly make your own FOAF.RDF here: http://www.ldodds.com/foaf/foaf-a-matic.html           :: -->
<!-- :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
<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:dc="http://purl.org/dc/elements/1.1/"
      xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
      xmlns:air="http://www.daml.org/2001/10/html/airport-ont#"
      xmlns:srw="http://purl.org/net/inkel/rdf/schemas/lang/1.1#"
      xmlns:bio="http://purl.org/vocab/bio/0.1/"
      xmlns:rel="http://purl.org/vocab/relationship"
      xmlns:lang="http://purl.org/net/inkel/rdf/schemas/lang/1.1#"
      xmlns:terms="http://purl.org/dc/terms/">

	<foaf:PersonalProfileDocument rdf:about="">
		<dc:title>Odessa Zahn's FOAF description</dc:title>
		<dc:description>Friend of a Friend description for Odessa Zahn</dc:description>
		<foaf:primaryTopic rdf:nodeID="odessa"/>
		<foaf:maker rdf:nodeID="odessa"/>
	</foaf:PersonalProfileDocument>

	<foaf:Person rdf:nodeID="odessa">
		<foaf:name xml:lang="en">Odessa Zahn</foaf:name>
		<foaf:title>Ms</foaf:title>
		<foaf:givenname>Odessa</foaf:givenname>
		<foaf:family_name>Zahn</foaf:family_name>
		<foaf:nick>Diva</foaf:nick>
		<foaf:gender>Female</foaf:gender>

		<!-- Biography Items -->
		<bio:olb>
			I care too much, love one man and have wonderful friends. 
		</bio:olb>
		<bio:event>
			<bio:Birth>
				<bio:date>0000-04-12</bio:date>
				<bio:place>Encino, CA, United States</bio:place>
			</bio:Birth>
		</bio:event>

		<!-- E-Mail Addresses -->
		<foaf:mbox_sha1sum>4bde384d0ef72b0a5f5045581fdfba52868beb63</foaf:mbox_sha1sum>

		<!-- Language Information -->
		<srw:speaks>en</srw:speaks>
		<srw:reads>en</srw:reads>
		<srw:writes>en</srw:writes>

		<!-- Misc Crap -->
		<foaf:depiction rdf:resource="http://www.nochicktrix.com/images/xme/diva.jpg"/>

		<!-- Homepage Resources -->
		<foaf:Homepage rdf:resource="http://www.nochicktrix.com/"/>
		<foaf:weblog rdf:resource="http://www.j00wish.com/"/>
		<foaf:workplaceHomepage rdf:resource="http://www.healthcare.ucla.edu/"/>
		<foaf:schoolHomepage rdf:resource="http://www.lausd.k12.ca.us/Chatsworth_HS/index2.htm"/>

		<!-- Interests -->
		<foaf:interest dc:title="Surfing the web" rdf:resource="http://www.yahoo.com/" />

		<!-- Define Relationships -->
		<rel:friendOf rdf:resource="#scottie"/>
		<rel:friendOf rdf:resource="#jake"/>
		<rel:friendOf rdf:resource="#terry"/>
		<rel:friendOf rdf:resource="#david"/>
		<rel:friendOf rdf:resource="#audrey"/>
		<rel:friendOf rdf:resource="#scott"/>

<!-- :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
<!-- :: Friends                                                                                        :: -->
<!-- :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->

<!-- :: Friend :: Scottie Smith ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
		<foaf:knows>
			<foaf:Person rdf:nodeID="scottie">
				<foaf:name xml:lang="en">Scottie Smith</foaf:name>
				<foaf:nick>Bane</foaf:nick>
				<foaf:mbox_sha1sum>1cef71ae676cd0c06012dc4420250b01f6cbf0d6</foaf:mbox_sha1sum>
				<rdfs:seeAlso rdf:resource="http://www.banemacleod.com/feeds/foaf.rdf"/>
				<foaf:depiction rdf:resource="http://www.banemacleod.com/cam/cam.jpg"/>
				<foaf:homepage rdf:resource="http://www.talkloud.net/"/>
				<foaf:weblog rdf:resource="http://www.banemacleod.com/"/>
				<foaf:weblog rdf:resource="http://bane.livejournal.com/"/>
				<foaf:workplaceHomepage rdf:resource="http://www.influx9.com/"/>
				<foaf:plan rdf:resource="http://www.banemacleod.com/.plan"/>
			</foaf:Person>
		</foaf:knows>

<!-- :: Friend :: Jake Dysart ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
		<foaf:knows>
			<foaf:Person rdf:nodeID="jake">
				<foaf:name xml:lang="en">Jake Dysart</foaf:name>
				<foaf:nick>JakeD</foaf:nick>
				<foaf:mbox_sha1sum>96c720d05123590cee0ca3764f772a2faf12774f</foaf:mbox_sha1sum>
				<rdfs:seeAlso rdf:resource="http://www.ragintexan.com/feeds/foaf.rdf"/>
				<foaf:weblog rdf:resource="http://www.ragingtexan.com/"/>
			</foaf:Person>
		</foaf:knows>

<!-- :: Friend :: David Hartogs ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
		<foaf:knows>
			<foaf:Person rdf:nodeID="david">
				<foaf:name xml:lang="en">David Hartogs</foaf:name>
				<foaf:mbox_sha1sum>6cbbc153a45d51ccd28a96403b3d8d31dfbd56c0</foaf:mbox_sha1sum>
				<rdfs:seeAlso rdf:resource="http://www.pudu.de/foaf.rdf"/>
				<foaf:depiction rdf:resource="http://www.pudu.de/xyz/cs.jpg"/>
			</foaf:Person>
		</foaf:knows>

<!-- :: Friend :: Audrey Adams :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
		<foaf:knows>
			<foaf:Person rdf:nodeID="audrey">
				<foaf:name xml:lang="en">Audrey Adams</foaf:name>
				<foaf:nick>Audiedoggie</foaf:nick>
				<foaf:mbox_sha1sum>fe9e477659599b3d0b0f61ac6e07b64ddde84838</foaf:mbox_sha1sum>
				<rdfs:seeAlso rdf:resource="http://www.auddiedoggie.net/feeds/foaf.rdf"/>
				<foaf:weblog rdf:resource="http://www.audiedoggie.com/"/>
				<foaf:workplaceHomepage rdf:resource="http://www.apple.com/"/>
				<foaf:depiction rdf:resource="http://www.audiedoggie.com/gallery/guineaPig03.jpg"/>
			</foaf:Person>
		</foaf:knows>

<!-- :: Friend :: Scott Sexton :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
		<foaf:knows>
			<foaf:Person rdf:nodeID="scott">
				<foaf:name xml:lang="en">Scott Sexton</foaf:name>
				<foaf:nick>evilpoptart</foaf:nick>
				<foaf:mbox_sha1sum>bc6272c9824c70df468cfa9a7320bb901c827f9d</foaf:mbox_sha1sum>
				<rdfs:seeAlso rdf:resource="http://www.livejournal.com/users/evolpoptart/data/foaf" />
				<foaf:weblog rdf:resource="http://www.livejournal.com/users/evolpoptart/"/>
			</foaf:Person>
		</foaf:knows>

<!-- :: Friend :: Terry Tan ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
		<foaf:knows>
			<foaf:Person rdf:nodeID="terry">
				<foaf:name>Terry Tan</foaf:name>
				<foaf:mbox_sha1sum>1e11230b7c49ed1e38b64fa1c70b2bfc76759af3</foaf:mbox_sha1sum>
				<foaf:nick>Jada</foaf:nick>
				<foaf:workplaceHomepage rdf:resource="http://www.walmart.com/"/>
				<rel:parentOf rdf:resource="#scottie"/>
			</foaf:Person>
		</foaf:knows>

<!-- :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
	</foaf:Person>
</rdf:RDF>
<!-- :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
<!--                                          Thanks For Reading!                                         -->
<!-- :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->