@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix terms: <http://purl.org/dc/terms/> .
@prefix k: <http://keithalexander.co.uk/> .
@prefix kID: <http://keithalexander.co.uk/id/> .
@prefix iand: <http://iandavis.com/id/> .
@prefix rel: <http://purl.org/vocab/relationship/> .

<> a foaf:PersonalProfileDocument ;
	rdfs:seeAlso k: ; 
	terms:created "27-02-09" ;
	foaf:primaryTopic kID:me ;
	rdfs:label "People Known by Keith Alexander (kwijibo)" .

kID:me
 	rdfs:label "Keith Alexander" ;
	owl:sameAs iand:keith ;
	foaf:knows  							<http://richard.cyganiak.de/foaf.rdf#cygri> ,
											<http://sw-app.org/mic.xhtml#i> ,
											<http://danbri.org/foaf.rdf#danbri> ,
											<http://bblfish.net/people/henry/card#me> ,
											<http://captsolo.net/semweb/foaf-captsolo.rdf#Uldis_Bojars>,
											iand:me , iand:beobal , iand:rsinger , iand:danny , iand:daveiw ,
											<http://winningspermparty.com/about.n3#rob>  ;
	rel:siblingOf <http://winningspermparty.com/about.n3#rob> .
	
<http://winningspermparty.com/about.n3#rob> foaf:name "Robert Alexander" ; 
	foaf:depiction <http://winningspermparty.com/wp-content/avatars/Rob.jpg> ;
	foaf:workplaceHomepage <http://winningspermparty.com/> ;
	foaf:homepage <http://last.fm/user/rlouisalexander> .

