<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:foaf="http://xmlns.com/foaf/0.1/" 
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" 
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:contact="http://www.w3.org/2000/10/swap/pim/contact#" 
	xmlns:srw="http://purl.org/net/inkel/rdf/schemas/lang/1.0#"
	xmlns:wn="http://xmlns.com/wordnet/1.6/"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	xmlns:air="http://www.daml.org/2001/10/html/airport-ont#">

<foaf:Document rdf:about="">
	<dc:title>Steve Savage's FOAF File</dc:title>
	<dc:description>Information about Steve Savage encoded using the Friend-Of-A-Friend Vocabulary</dc:description>
	<foaf:maker rdf:nodeID="me"/>
</foaf:Document>

<foaf:Person>
<!--About me -->
	<foaf:name>Steve Savage</foaf:name>
	<foaf:title>Mr</foaf:title>
	<foaf:firstName>Steve</foaf:firstName>
	<foaf:surname>Savage</foaf:surname>
  <foaf:mbox rdf:resource="mailto:im@not.telling"/>
	<foaf:homepage rdf:resource="http://www.realitystorm.com"/>
	<foaf:depiction rdf:resource="http://www.realitystorm.com/stevesavage.jpg"/>
	<foaf:workplaceHomepage rdf:resource="http://www.msc.ec.gc.ca/"/>
	<foaf:workInfoHomepage rdf:resource="http://www.msc.ec.gc.ca/msc/contents_e.html"/>
	<foaf:schoolHomepage rdf:resource="http://www.uwaterloo.ca/"/>
	<foaf:dateOfBirth>1973-05-27</foaf:dateOfBirth>
	<foaf:geekcode></foaf:geekcode>

	<foaf:interest>
		<rdf:Description rdf:about="http://www.w3c.org/">
			<dc:title>World Wide Web</dc:title>
		</rdf:Description>
	</foaf:interest>

	<foaf:interest>
		<rdf:Description rdf:about="http://www.adobe.com/products/coldfusion/">
			<dc:title>Adobe Coldfusion</dc:title>
		</rdf:Description>
	</foaf:interest>

	<foaf:interest>
		<rdf:Description rdf:about="http://www.neilgaiman.com/">
			<dc:title>Books by Neil Gaiman</dc:title>
		</rdf:Description>
	</foaf:interest>
	
	<foaf:interest>
		<rdf:Description rdf:about="http://www.swebok.org/htmlformat.html">
			<dc:title>Software Engineering</dc:title>
		</rdf:Description>
	</foaf:interest>
	
	<foaf:currentProject>
		<rdf:Description rdf:about="http://www.ninjo-workstation.com/">
			<dc:title>NinJo Forecaster Workstation</dc:title>
		</rdf:Description>
	</foaf:currentProject>

	<foaf:currentProject>
		<rdf:Description rdf:about="http://www.realitystorm.com">
			<dc:title>This Site</dc:title>
		</rdf:Description>
	</foaf:currentProject>

	<foaf:pastProject>
		<rdf:Description rdf:about="http://ams.confex.com/ams/84Annual/techprogram/paper_69946.htm">
			<dc:title>Meterological Service of Canada - Data Management Framework</dc:title>
		</rdf:Description>
	</foaf:pastProject>
	
	<foaf:pastProject>
		<rdf:Description rdf:about="http://weatheroffice.ec.gc.ca">
			<dc:title>Meterological Service of Canada - Weather Website</dc:title>
		</rdf:Description>
	</foaf:pastProject>
	
	<contact:nearestAirport>
	<wn:Airport air:icao="CYYZ" air:iata="YYZ"/>
	</contact:nearestAirport>
	
	<foaf:based_near>
	<geo:Point>
	<geo:lat>51.389</geo:lat> 
	<geo:long>-2.4014</geo:long> 
	</geo:Point>
	</foaf:based_near>
	
	<srw:srw>en</srw:srw>

<!-- People I Know -->

	<foaf:knows xmlns:rel="http://www.perceive.net/schemas/20021119/relationship/relationship.rdf" xmlns:dcterms="http://purl.org/dc/terms/">
		<foaf:Person>
			<foaf:name>Jocelyn Stretton</foaf:name>
			<foaf:mbox_sha1sum>a37ea6e3f8054709c7c10ebc0b32742dce965607</foaf:mbox_sha1sum>
	    <foaf:mbox rdf:resource="mailto:im@not.telling"/>
			<foaf:homepage rdf:resource="http://www.ninjagirl.com/"/>
			<rdfs:seeAlso rdf:resource="http://www.ninjagirl.com/"/>
		</foaf:Person>
	</foaf:knows>

	<foaf:knows xmlns:rel="http://www.perceive.net/schemas/20021119/relationship/relationship.rdf" xmlns:dcterms="http://purl.org/dc/terms/">
		<foaf:Person>
			<foaf:name>Richelleforsey.com</foaf:name>
	    <foaf:mbox rdf:resource="mailto:im@not.telling"/>
			<foaf:homepage rdf:resource="http://www.richelleforsey.com/"/>
			<rdfs:seeAlso rdf:resource="http://www.richelleforsey.com/"/>
		</foaf:Person>
	</foaf:knows>

</foaf:Person>
</rdf:RDF>
