# N3
# Personal information in machine-readable form
#
#  This (card.n3) is Tim Berners-Lee's FOAF file. It is a data file with the 
# sort of information which would be on a home page.
#  This is RDF data.
#  This is written in Notation3 - see http://www.w3.org/DesignIssues/Notation3
# See alternatively the RDF/XML file card.rdf generated from this.
# Use the uri <http://www.w3.org/People/Berners-Lee/card> to refer to this
# file independent of the format.
# Use the uri <http://www.w3.org/People/Berners-Lee/card#i> to refer to Tim BL.
#
@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@prefix doap:  <http://usefulinc.com/ns/doap#>.
@prefix :      <http://www.w3.org/2000/10/swap/pim/contact#>.
@prefix s:     <http://www.w3.org/2000/01/rdf-schema#>.
@prefix admin: <http://webns.net/mvcb/> .
@prefix cc:    <http://creativecommons.org/ns#>.
@prefix dc:    <http://purl.org/dc/elements/1.1/>.
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#>.
@prefix geo:   <http://www.w3.org/2003/01/geo/wgs84_pos#>.
@prefix w3c: <http://www.w3.org/data#>.
@prefix card: <http://www.w3.org/People/Berners-Lee/card#>.
@prefix cert: <http://www.w3.org/ns/auth/cert#> .
@prefix rsa: <http://www.w3.org/ns/auth/rsa#> .

# About this document:
# The <> (the empty URI) means "this document".

    <>   a foaf:PersonalProfileDocument;
         cc:license <http://creativecommons.org/licenses/by-nc/3.0/>;
	 dc:title "Tim Berners-Lee's FOAF file";
         foaf:maker card:i;
         foaf:primaryTopic card:i.

# Below we introduce a FOAF file I have write access to, which the tabulator
# will let me edit.


# Turn off for now, @@
#<http://dig.csail.mit.edu/2008/webdav/timbl/foaf.rdf>
#        a foaf:PersonalProfileDocument;  # Suitable place to edit
#        is rdfs:seeAlso of card:i;       # Go fetch it
#         cc:license <http://creativecommons.org/licenses/by-nc/3.0/>;
#	 dc:title "Tim Berners-Lee's editable FOAF file";
#         foaf:maker card:i;
#         foaf:primaryTopic card:i.

############## Stuff about me

card:i
    s:label  	"Tim Berners-Lee";   # For generic user interfaces etc
    a :Male;
    foaf:based_near [geo:lat "42.361860"; geo:long "-71.091840"];

    :office [
	:phone <tel:+1-617-253-5702>;
	geo:lat 	"42.361860";
	geo:long	"-71.091840";
	:address [
		:street "32 Vassar Street";
		:street2 "MIT CSAIL Room 32-G524";
		:city "Cambridge";
		:postalCode "02139";
		:country "USA"
	]
    ];
    :publicHomePage <../Berners-Lee/>;
    :homePage <../Berners-Lee/>;     # hack - follows by RDFS from line above
			    # The W3C structure data uses this as an IFP
    is foaf:member of w3c:W3C;
    :assistant card:amy;

# Using FOAF vocabulary:

    a foaf:Person;
    # The idea is that this is the one I would suggest you use and 
    # I use for myself, which can lead to others.
    foaf:preferredURI "http://www.w3.org/People/Berners-Lee/card#i"; # experimental
    foaf:mbox <mailto:timbl@w3.org>;
    foaf:mbox_sha1sum "965c47c5a70db7407210cef6e4e6f5374a525c5c";
    foaf:openid <http://www.w3.org/People/Berners-Lee/>;
    foaf:img <http://www.w3.org/Press/Stock/Berners-Lee/2001-europaeum-eighth.jpg>;

    foaf:family_name "Berners-Lee";
    foaf:givenname "Timothy";

    foaf:homepage <http://www.w3.org/People/Berners-Lee/>;
        is foaf:member of <http://dig.csail.mit.edu/data#DIG>; 
     foaf:mbox <mailto:timbl@w3.org>;
    #	 foaf:mbox_sha1sum "1839a1cc2e719a85ea7d9007f587b2899cd94064";
     foaf:name "Timothy Berners-Lee";
     foaf:nick "TimBL", "timbl";
     foaf:phone <tel:+1-(617)-253-5702>;
    #         foaf:schoolHomepage <http://www.w3.org/People/Berners-Lee>;
     foaf:title "Sir";
    #         foaf:workInfoHomepage <http://www.w3.org/People/Berners-Lee>;
     foaf:workplaceHomepage <http://www.w3.org/>.

##### My Web ID cert

card:i is cert:identity of [ 
          a rsa:RSAPublicKey;
          rsa:public_exponent "65537"^cert:decimal ;
          rsa:modulus "84554e39b67f5e3912068773655d855d222fa2c05cd9784693f8919aa46a61be703069c5f3266eebc21d6bb429ee47fac347b012eb7da8b1e4b02f7680e39767b0086f1fd48b9a420de3e70df9c2504c87006e7722ab6df210dec768dae454e65b31752379d7032dd2269646562593d8b5c621860a0f929ad64b9dce1d6cb12f"^cert:hex ;
          ] .


##### Things I am involved in -- DOAP

card:i is doap:developer of <http://www.w3.org/2000/10/swap/data#Cwm>,
    <http://dig.csail.mit.edu/2005/ajar/ajaw/data#Tabulator>.


# BBC Catalogue links:   # Clumsy .. need to give people URIs. Now offline :-(
# card:i foaf:homepage <http://open.bbc.co.uk/catalogue/infax/contributor/169456>;
#	s:seeAlso <http://open.bbc.co.uk/catalogue/xml/contributor/169456>.


#  Advogato is geek social netorking site (2008)
card:i = <http://www.advogato.org/person/timbl/foaf.rdf#me>.

##### Identi.ca identity
card:i = <http://identi.ca/user/45563>.

#  The (2006/11) DBLP database
card:i = <http://www4.wiwiss.fu-berlin.de/dblp/resource/person/100007>.

# Bizer et al's  RDF mashup of Amazon
card:i = <http://www4.wiwiss.fu-berlin.de/bookmashup/persons/Tim+Berners-Lee>.

<http://www4.wiwiss.fu-berlin.de/booksMeshup/books/006251587X> dc:title
"Weaving the Web: The Original Design and Ultimate Destiny of the World Wide Web";
    dc:creator card:i.

# More from Chris Bizer: the dbpedia scrape of Wikipedia
#   @@@ Commented out temporaily as it was getting slow from redirecting each ontology term
# <http://dbpedia.org/resource/Tim_Berners-Lee> = card:i.

# MIT IAP course

<http://dig.csail.mit.edu/2007/01/camp/data#course> foaf:maker card:i.

# WWW2006 stuff:
#  <#i>   = http://www.ecs.soton.ac.uk/~dt2/dlstuff/www2006_data#tim_berners-lee
#	

<http://www.ecs.soton.ac.uk/~dt2/dlstuff/www2006_data#panel-panelk01>
	s:label  "The Next Wave of the Web (Plenary Panel)";
	:participant card:i.

<http://wiki.ontoworld.org/index.php/_IRW2006>
	:participant card:i.
    	
card:i    foaf:knows
	card:amy,

# DIG

	<http://www.w3.org/People/Connolly/#me>,
	<http://web.mit.edu/ruthdhan/www/foaf.rdf#ruthdhan>,
	<http://people.csail.mit.edu/crowell/foaf.rdf#crowell>,
	<http://people.csail.mit.edu/lkagal/foaf#me>,
	<http://people.csail.mit.edu/ryanlee/about#ryanlee>,
        <http://presbrey.mit.edu/foaf.rdf#presbrey>,


# 
#	<http://eikeon.com/data#DK>,
	<http://www.aaronsw.com/about.xrdf#aaronsw>,
	
        <http://www.w3.org/People/EM/contact#me>,
	<http://www.ivan-herman.net/foaf.rdf#me>,
	<http://www.w3.org/People/karl/karl-foaf.xrdf#me>, 
	<http://norman.walsh.name/knows/who#norman-walsh>,
	<http://danbri.org/foaf.rdf#danbri>,
	<http://heddley.com/edd/foaf.rdf#edd>,
	<http://hometown.aol.com/chbussler/foaf/chbussler.foaf#me>.

#  DIG

<http://dig.csail.mit.edu/People/yosi#YES> foaf:name "Yosi Scharf";
	is foaf:knows of card:i.

<http://people.apache.org/~oshani/foaf.rdf#me>
        foaf:name "Oshani Seneviratne";
	is foaf:knows of card:i.

<http://web.mit.edu/shinnyih/foaf.rdf#> foaf:name "Shinnyih Huang";
	is foaf:knows of card:i.

<http://dig.csail.mit.edu/People/RRS> foaf:name "Ralph R. Swick"; # Note 303, no '#'
	foaf:img <http://www.w3.org/2006/09/Ralph_Swick.jpg>; # in boardroom
	is foaf:knows of card:i.
	
# Southampton ECS is all linked data (2006)

<http://id.ecs.soton.ac.uk/person/1650> foaf:name "Wendy Hall";
	is foaf:knows of card:i.

<http://id.ecs.soton.ac.uk/person/2686> foaf:name "Nigel Shadbolt";
	is foaf:knows of card:i.

<http://id.ecs.soton.ac.uk/person/1269> foaf:name "Nicholas Gibbins";
	is foaf:knows of card:i.

<http://id.ecs.soton.ac.uk/person/60> foaf:name	    "Les Carr";
	is foaf:knows of card:i.

<http://users.ecs.soton.ac.uk/mc/mcfoaf.rdf#me>  foaf:name "mc schraefel";
	is foaf:knows of card:i.
    
# Garlik

<http://qdos.com/people/tom.xrdf#me> a foaf:Person;
    foaf:name "Tom Ilube"; is foaf:knows of card:i.

# Opera community - many links inside:

<http://my.opera.com/chaals/xml/foaf#me>
    foaf:name "Charles McCathieNevile";
    is foaf:knows of card:i.

#SWIG

#<http://my.opera.com/kjetilk/xml/foaf#me>  # SWIG
 <http://www.kjetil.kjernsmo.net/foaf#me>   foaf:name "Kjetil Kjernsmo";
    is foaf:knows of card:i.

<http://my.opera.com/howcome/xml/foaf#howcome>
    foaf:name "Håkon Wium Lie";
    is foaf:knows of card:i.

<http://www.cambridgesemantics.com/people/lee> foaf:name "Lee Feigenbaum";
    is foaf:knows of card:i.

<http://myopenlink.net/dataspace/person/kidehen#this> foaf:name "Kingsley Idehen";
    a foaf:Person; 
    is foaf:knows of card:i.

# MIT

<http://people.csail.mit.edu/psz/foaf.rdf#me>
    foaf:name "Peter Szolovits";
    is foaf:knows of card:i.


# Mindswap folks

<http://www.mindswap.org/2004/owl/mindswappers#Jennifer.Golbeck>
    foaf:name "Jennifer Golbeck";
    is foaf:knows of card:i.

<http://www.mindswap.org/2004/owl/mindswappers#Bijan.Parsia>
    foaf:name "Bijan Parsia";
    is foaf:knows of card:i.

<http://eikeon.com/foaf.rdf#eikeon>
    foaf:name "Daniel Krech";
    is foaf:knows of card:i.

<http://www.cs.umd.edu/~hendler/2003/foaf.rdf#jhendler>
	foaf:name "Jim Hendler";
	is foaf:knows of card:i.
	
# Semantic Web Interest Group

<http://bblfish.net/people/henry/card#me>
    foaf:name	"Henry Story";
    is foaf:knows of card:i.

[] foaf:name "Susie Stephens";
    foaf:mbox <mailto:susie.stephens@gmail.com>;
    is foaf:member of <http://dbpedia.org/resource/Eli_Lilly_and_Company>;
    is foaf:knows of card:i.
    
######################
	
<#dj> a foaf:Person;
                foaf:name "Dean Jackson";
                rdfs:seeAlso <http://www.grorg.org/dean/foaf.rdf>;
                foaf:homepage <http://www.grorg.org/dean/>;
                foaf:mbox <mailto:dean@w3.org>,
                       <mailto:dino@grorg.org>;
		is foaf:knows of card:i;
                foaf:mbox_sha1sum "6de4ff27ef927b9ba21ccc88257e41a2d7e7d293".

<#cm> a foaf:Person;
		 foaf:name "Coralie Mercier";
		 foaf:mbox <mailto:coralie@w3.org>;
		 rdfs:seeAlso <http://www.koalie.net/foaf.rdf>;
		 is foaf:knows of card:i.

<#edd> a foaf:Person;
                 rdfs:seeAlso <http://heddley.com/edd/foaf.rdf>;
                 foaf:homepage <http://heddley.com/edd/>;
                 foaf:mbox <mailto:edd@usefulinc.com>,
                        <mailto:edd@xml.com>,
                        <mailto:edd@xmlhack.com>;
                 foaf:name "Edd Dumbill";
                 foaf:nick "edd";
		is foaf:knows of card:i.
		 

<http://swordfish.rdfweb.org/people/libby/rdfweb/webwho.xrdf#me>  a foaf:Person; is foaf:knows of card:i;
#                 foaf:depiction <http://rdfweb.org/people/danbri/rdfweb/libby.gif>;
                 foaf:img <http://swordfish.rdfweb.org/~libby/libby.jpg>;
                 foaf:mbox <mailto:libby.miller@bristol.ac.uk>;
                 foaf:name "Libby Miller";
                 is foaf:knows of card:i.

 # AAAI
<http://www.isi.edu/~gil/foaf.rdf#me>  a foaf:Person;
     foaf:name "Yolanda Gill";
     is foaf:knows of card:i.


<http://www.dajobe.org/foaf.rdf#i>  a foaf:Person;
     foaf:name "Dave Beckett";
     is foaf:knows of card:i;
     foaf:mbox <mailto:dave@dajobe.org>.


<http://people.csail.mit.edu/lkagal/foaf.rdf#me> a foaf:Person;
    foaf:name "Lalana Kagal";
     is foaf:knows of card:i;
     foaf:mbox <mailto:lalana@csail.mit.edu>.
    
<http://inamidst.com/sbp/foaf#Sean> a foaf:Person; foaf:name "Sean Palmer";
        is foaf:knows of card:i.

[] a foaf:Person; foaf:name "Danny Ayers";
        foaf:mbox_sha1sum "669fe353dbef63d12ba11f69ace8acbec1ac8b17";
        rdfs:seeAlso <http://dannyayers.com/me.rdf>;
        is foaf:knows of card:i.


<http://dbpedia.org/resource/John_Markoff> a foaf:Person;
    foaf:name "John Markoff";
     is foaf:knows of card:i.



# Through MATC etc

<http://dbpedia.org/resource/John_Gage> a foaf:Person;
    foaf:img <http://upload.wikimedia.org/wikipedia/commons/d/de/John_Gage.jpg>;
    foaf:name "John Gage";
     is foaf:knows of card:i.

<http://dbpedia.org/resource/John_Klensin> a foaf:Person;
    foaf:name "John Klensin";
     is foaf:knows of card:i.
     
<http://dig.csail.mit.edu/2007/wiki/people/RobertHoffmann#RMH> a foaf:Person;
    foaf:name "Robert Hoffmann"; is foaf:knows of card:i.
    
<http://dbpedia.org/resource/John_Seely_Brown> a foaf:Person;
    = <http://www4.wiwiss.fu-berlin.de/bookmashup/persons/John+Seely+Brown>;
    foaf:name "John Seely Brown";
    foaf:homepage <http://www.johnseelybrown.com/>;
    foaf:img <http://transliteracies.english.ucsb.edu/images/participants/t/brown-john-seely-2.jpg>;
     is foaf:knows of card:i.
    
<http://rit.mellon.org/Members/ihf/foaf.rdf#me> a foaf:Person;
        foaf:name "Ira Fuchs";
        foaf:img <http://www.sun.com/products-n-solutions/edu/images/jelc/fuchs.jpg>;
        foaf:homepage <http://www.mellon.org/about_foundation/staff/program-area-staff/irafuchs>;
        is foaf:knows of card:i.

# Through TAG
<http://dbpedia.org/resource/Tim_Bray> a foaf:Person;
    foaf:name "Tim Bray";
     is foaf:knows of card:i.
      
# Good to publish name so an RDF browser can display the data from this file.
# The foaf:mbox and rdfs:seeAlso are for FOAF engines which do not follow links.
#

<http://www.lassila.org/ora.rdf#me> foaf:name "Ora Lassila";
    is foaf:knows of card:i.


# Dan Brickley's many identities

<http://my.opera.com/danbri/xml/foaf#me>		    # In Opera community
    = <http://danbri.org/foaf.rdf#danbri>;	    # His own foaf file
    = <http://www4.wiwiss.fu-berlin.de/dblp/resource/person/336851> ; # DBLP biographic
    rdfs:seeAlso    <http://danbri.livejournal.com/data/foaf>;	    # LiveJournal;
    foaf:mbox_sha1sum "70c053d15de49ff03a1bcc374e4119b40798a66e".


<http://research.microsoft.com/~henrikn/foaf.xml#me> 
    foaf:name "Henrik Nielsen"; is foaf:knows of card:i. # 2007-05-18

# Alas closed until further notice :-/
# <http://open.bbc.co.uk/catalogue/infax/contributor/169456>
#	dc:title "BBC - Programme Catalogue - Tim Berners-Lee".

#########  W3C

<http://teole.jfouffa.org/People/Teole/card.rdf#me>
            foaf:name "Philippe Le Hégaret"; is foaf:knows of card:i.

<http://www.w3.org/People/Jacobs/contact.rdf#IanJacobs>
            foaf:name "Ian Jacobs"; is foaf:knows of card:i.

<http://www.ivan-herman.net/foaf.rdf#me>
		foaf:mbox_sha1sum "c21b7ed00d78a35efcd8e567f8fd9cca71058c5",
			"5ac8032d5f6012aa1775ea2f63e1676bafd5e80b",
			"eccd01ba8ce2391a439e9b052a9fbf37eae9f732";
		foaf:name "Ivan Herman".
		
<http://www.w3.org/People/karl/karl-foaf.xrdf#me>
		foaf:name	"Karl Dubost";
		foaf:mbox	<mailto:karl@w3.org>;
		rdfs:seeAlso	<http://www.w3.org/People/karl/karl-foaf.xrdf>.

<http://www.aaronsw.com/about.xrdf#aaronsw>
                 a foaf:Person;
		 foaf:mbox 	<mailto:me@aaronsw.com>;
                 rdfs:seeAlso <http://www.aaronsw.com/about.xrdf>;  # Should not be needed
                 foaf:name "Aaron Swartz".


<http://norman.walsh.name/knows/who#norman-walsh> foaf:name "Norman Walsh";
		a foaf:Person.
		
#		rdfs:seeAlso <http://norman.walsh.name/knows/pim.rdf>. Too big , also unnecessary

w3c:W3C :publicHomePage <http://www.w3.org/>;
	rdfs:seeAlso <../../2002/01/tr-automation/tr.rdf>;
	foaf:homepage <../../>;
	foaf:name "World Wide Web Consortium";
	foaf:logo <../../Icons/w3c_home>;
    	s:label "W3C".

<../../2002/01/tr-automation/tr.rdf> dc:title "W3C Standards and Technical Reports".

<http://www.w3.org/People/EM/contact#me>                  
                 a foaf:Person;
                 rdfs:seeAlso <http://www.w3.org/People/EM/contact>;
#                 rdfs:seeAlso <http://purl.org/net/eric/webwho.xrdf>;
                 foaf:img <http://www.ilrt.bristol.ac.uk/people/cmdjb/events/dc7/orig/eric.png>;
                 foaf:homepage <http://purl.org/net/eric/>;
                 foaf:img <http://www.oclc.org/~emiller/capture.jpg>;
                 foaf:mbox <mailto:em@w3.org>;
                 foaf:name "Eric Miller".

<http://people.w3.org/simon/foaf#i>
    a foaf:Person; foaf:name "Simon J. Hernandez";
    is foaf:knows of card:i.

    
<http://www.w3.org/People/djweitzner/foaf#DJW>
	a foaf:Person;
	foaf:name "Daniel J Weitzner";
	foaf:mbox_sha1sum "032c319f439f63efba54f4fa51bfb3a3fafedfbe";
        is foaf:knows of card:i.

<http://hometown.aol.com/chbussler/foaf/chbussler.foaf#me>
	foaf:name "Christoph Bussler".

## Imaginary people just for testing

<http://dig.csail.mit.edu/2007/wiki/people/JoeLambda#JL> foaf:name "Joe Lambda";
    foaf:firstName "Joe"; is foaf:knows of card:i.

##	rdfs:seeAlso <http://www.w3.org/People/djweitzner/public/webwho.xrdf>.

card:amy
	:givenName "Amy";
        a foaf:Person;
    	s:label  "Amy van der Hiel";
    	:familyName "van der Hiel";
    	foaf:mbox <mailto:amy@w3.org>;      
        rdfs:seeAlso <http://people.w3.org/amy/foaf.rdf>;
        foaf:mbox_sha1sum "1839a1cc2e719a85ea7d9007f587b2899cd94064";
        foaf:name "Amy van der Hiel".

<http://www.w3.org/People/Connolly/#me>
                 a foaf:Person;
                 rdfs:seeAlso <http://www.w3.org/People/Connolly/home-smart.rdf>;
                 foaf:mbox <mailto:connolly@w3.org>;
                 foaf:name "Dan Connolly";
                 foaf:nick "DanCon".

<http://wiki.ontoworld.org/index.php/_IRW2006> 
    dc:title "Identity, Reference and the Web workshop 2006".
    
<http://dig.csail.mit.edu/breadcrumbs/blog/4>
    rdfs:seeAlso <http://dig.csail.mit.edu/breadcrumbs/blog/feed/4>; # Sigh
    dc:title "timbl's blog";
    is foaf:weblog of card:i;
    foaf:maker card:i.
    
    
#ends

