# A N3 FOAF file. Incidentally also valid Turtle.
# http://www.w3.org/TeamSubmission/turtle/

@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> . 
@prefix dc:		<http://purl.org/dc/elements/1.1/> .
@prefix geo:	<http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix doac:	<http://ramonantonio.net/doac/0.1/> .
@prefix wot:	<http://xmlns.com/wot/0.1/> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
@prefix sioc:	<http://rdfs.org/sioc/ns#> .
@base					<http://kalifi.org/foaf.n3> .

<>
	a foaf:PersonalProfileDocument;
	foaf:maker <#me>;
	foaf:primaryTopic <#me>.
	
<#me>
	a foaf:Person;
	foaf:name "Kari Silvennoinen";
	foaf:givenname "Kari";
	foaf:family_name "Silvennoinen";
	foaf:based_near [ 
		geo:lat "60.1755556"; 
		geo:long "24.9341667"; 
		rdfs:seeAlso <http://sws.geonames.org/658225/about.rdf>; 
		rdfs:label "Helsinki"; ];
	foaf:mbox_sha1sum 
		"9386ec723d6dd1d0333a8d2f81924c064f43acd4", 
		"fa0739f132ffc0eae89268757f657abcbbc0ca2a", 
		"08212f109e5126c40d5079d1f1b1d7ccf5c60db8";
	foaf:homepage <http://kalifi.org>;
	foaf:schoolHomepage <http://www.hse.fi>;
	foaf:img <http://www.gravatar.com/avatar/796f2d7c1c84c52c48dcb4cba8424c24.jpg>;
	foaf:title "Mr";
	doac:education [ 
		a doac:Degree; 
		doac:title "M.Sc. (Econ.)"; 
		doac:organization "Helsinki School of Economics"; 
		doac:subject "Management Science, Quantative Methods of Economics, and Accounting";
		doac:start-date "2000-09-01";
		doac:end-date "2005-09-01"; ];
	foaf:yahooChatID "kari.silvennoinen";
	foaf:msnChatID "karpsu@hotmail.com";
	foaf:skypeID "karisilvennoinen";
	# kalifi:hackerkey "v4sw5Rhw4ln5pr5Ock3ma8u6Mw5Xm7l5Ui5e7t4b7HSen5g5A hackerkey.com";
	foaf:holdsAccount	[
		a foaf:OnlineAccount;
		foaf:accountServiceHomepage <http://www.google.com>;
		foaf:homepage <http://www.google.com/profiles/102956085487541180705>;	];
	foaf:holdsAccount	[
		a foaf:OnlineAccount;
		foaf:accountServiceHomepage <http://twitter.com>;
		foaf:accountName "ksilvennoinen";
		foaf:homepage <http://twitter.com/ksilvennoinen>;	];
	foaf:holdsAccount	[ 
		a foaf:OnlineAccount;
		foaf:accountServiceHomepage <http://www.linkedin.com/>;
		foaf:homepage <http://fi.linkedin.com/in/karisilvennoinen/>;	];
	foaf:holdsAccount	[ 
		a foaf:OnlineAccount;
		foaf:accountServiceHomepage <http://www.facebook.com/>;
		foaf:homepage <http://www.facebook.com/people/Kari_Silvennoinen/625433854>;	];
	foaf:holdsAccount	[
		a foaf:OnlineAccount;
		foaf:accountServiceHomepage <http://www.flickr.com/>;
		foaf:homepage <http://www.flickr.com/photos/zyx/>;
		foaf:accountName "ksilvennoinen";	];
	foaf:holdsAccount	[
		a foaf:OnlineGamingAccount;
		foaf:accountServiceHomepage <http://steampowered.com>;
		foaf:accountName "zyx";
		foaf:homepage <http://steamcommunity.com/id/dazyx/>;	];
	foaf:holdsAccount [ 
	  a foaf:OnlineGamingAccount; 
	  foaf:accountServiceHomepage <http://www.kingdomofloathing.com>; 
	  foaf:accountName "Zyx"; ];
	foaf:currentProject <http://www.techiteasy.org>;
	foaf:currentProject <http://www.curlysworldoffreeware.com>;
	wot:hasKey <http://kalifi.org/kari.asc>;

<http://kalifi.org/kari.asc>
	a wot:PubKey;
	wot:pubkeyAddress <http://kalifi.org/kari.asc>;
	wot:hex_id "ACDA5FED";
	wot:fingerprint "EB7B5C3966ADD2A157D4668CE032F1F4ACDA5FED";
	wot:length 1024.

<http://www.techiteasy.org>
  a foaf:Project;
	a sioc:Forum;
	sioc:feed <http://www.techiteasy.org/feed/>;
  dc:title "Tech IT Easy"; 
  dc:description "The blog about Technology and Business"; 
  dc:language "en"; 
  dc:type "InteractiveResource"; 
  foaf:weblog <http://www.techiteasy.org/>.
	
<http://www.curlysworldoffreeware.com>
	a sioc:Site;
	a foaf:Project;
	rdfs:label "Curly's World of Freeware";
	sioc:host_of [
		a sioc:Forum;
		rdfs:label "CWF Forums";
	];
	dc:title "Curly's World of Freeware";
	dc:description "A quality freeware gaming site";
	dc:type "InteractiveResource".
