# N3
# Personal information 
# in machine-readable form
#
# Predicates borrowed from Tim Berners-Lee
# http://www.w3.org/People/Berners-Lee/card.n3#i
#
@prefix foaf:       <http://xmlns.com/foaf/0.1/> .
@prefix contact:    <http://www.w3.org/2000/10/swap/pim/contact#>.
@prefix admin:      <http://webns.net/mvcb/> .
@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 geo:        <http://www.w3.org/2003/01/geo/wgs84_pos#>.
@prefix card:       <http://thefigtrees.net/lee/ldf-card#>.
@prefix :           <http://thefigtrees.net/id#>.
@prefix cal:		<http://www.w3.org/2002/12/cal/icaltzd#>.
@prefix rss:        <http://purl.org/rss/1.0/>.
@prefix owl:        <http://www.w3.org/2002/07/owl#>.

<>  
    a foaf:PersonalProfileDocument;
    foaf:maker :lee;
    foaf:primaryTopic :lee.

:lee 
    owl:sameAs card:LDF ;
    owl:sameAs <http://www.cambridgesemantics.com/people/lee> ;
    rdfs:seeAlso <http://www.cambridgesemantics.com/people/about/lee> ;
    a contact:Male;
	# The below is --fake-- for the calendar demo
    # rdfs:seeAlso <http://thefigtrees.net/lee/ldf.ics>;
	foaf:primaryTopicOf <>;
    contact:personalTitle "Mr";
    rdfs:label "Lee Feigenbaum";   # For generic user interfaces etc
    contact:givenName   "Lee";
    contact:familyName  "Feigenbaum";
    contact:office [
        contact:phone <tel:+1-617-553-1060>;
        geo:lat    "42.366";
        geo:long   "-71.077";
        contact:address [
            contact:street "66 Orchard St. #1";
            contact:city "Jamaica Plain";
            contact:postalCode "02130";
            contact:country "USA"
        ]
    ];

# Using FOAF vocabulary:

    a foaf:Person;
    foaf:img <http://thefigtrees.net/lee/pictures/lee-headshot> ;
    foaf:img <http://www.cambridgesemantics.com/people/photo/lee> ;
    foaf:family_name "Feigenbaum";
    foaf:givenname "Lee";
    foaf:homepage <http://thefigtrees.net/lee/>;
    foaf:openid <http://figtree.myopenid.com/>;
    foaf:weblog [
      a foaf:Document ;
      dc:title "TechnicaLee Speaking" ;
      rdfs:seeAlso <http://thefigtrees.net/lee/blog/index.rdf>
    ];
    is foaf:member of <http://www.w3.org/2001/sw/DataAccess/>;
    #foaf:knows [
    #   a foaf:Person;
    #   rdfs:seeAlso <uri>;
    #   foaf:mbox <mailto:...>;
    #   foaf:mbox_sha1sum "...";
    #   foaf:name "...name..."
    #];
	foaf:mbox_sha1sum "15b51eca0082d66bee850ce4774ff2d9921c1f08";
    foaf:name "Lee Feigenbaum";
    foaf:phone <tel:+1-(617)-553-1060>;
    foaf:title "Mr";
    #foaf:workInfoHomepage <http://...>;
    foaf:workplaceHomepage <http://www.cambridgesemantics.com/>;

	foaf:interest <http://www.w3.org/2000/01/sw/>;
	foaf:interest <http://upcoming.org/syndicate/v2/tag/rock/> ;
	foaf:interest <http://upcoming.org/syndicate/v2/tag/technology/> ;
#	foaf:interest <http://www.w3.org/2000/06/webdata/xslt?xslfile=http%3A%2F%2Fthefigtrees.net%2Flee%2Fsw%2Fical%2Fwww%2Fdata%2Fupcoming-rss2rdf.xsl&xmlfile=http%3A%2F%2Fupcoming.org%2Fsyndicate%2Fv2%2Ftag%2Frock%2F&transform=Submit>;
#	foaf:interest <http://www.w3.org/2000/06/webdata/xslt?xslfile=http%3A%2F%2Fthefigtrees.net%2Flee%2Fsw%2Fical%2Fwww%2Fdata%2Fupcoming-rss2rdf.xsl&xmlfile=http%3A%2F%2Fupcoming.org%2Fsyndicate%2Fv2%2Ftag%2Ftechnology%2F&transform=Submit>;

    foaf:knows 
        <http://torrez.us/who#elias>
        ,<http://www.w3.org/People/Connolly/#me>
		,[foaf:name "Andy Seaborne"]
		,[foaf:name "Dave Beckett"]
		,[foaf:name "Libby Miller"]
		,[foaf:name "Jos De Roo"]
		,[foaf:name "Wing Yung"]
	.

<http://thefigtrees.net/lee/blog/index.rdf>
  a rss:channel ;
  foaf:maker :lee ;
  foaf:topic 
    <http://www.w3.org/RDF/>,
    <http://www.w3.org/2001/sw/>;
.

<http://www.w3.org/2000/01/sw/> dc:title "Semantic Web" .

<http://thefigtrees.net/lee/ldf.ics>
	a cal:Vcalendar .

<http://torrez.us/who#elias>
    a foaf:Person ;
	foaf:name "Elias Torres" ;
	#foaf:interest <http://localhost/ical/data/rock.rdf> ;
	#foaf:interest <http://localhost/ical/data/technology.rdf> ;
	foaf:interest <http://upcoming.org/syndicate/v2/tag/rock/> ;
	foaf:interest <http://upcoming.org/syndicate/v2/tag/technology/> ;
	#foaf:interest <http://www.w3.org/2000/06/webdata/xslt?xslfile=http%3A%2F%2Fthefigtrees.net%2Flee%2Fsw%2Fical%2Fwww%2Fdata%2Fupcoming-rss2rdf.xsl&xmlfile=http%3A%2F%2Fupcoming.org%2Fsyndicate%2Fv2%2Ftag%2Frock%2F&transform=Submit>;
	#foaf:interest <http://www.w3.org/2000/06/webdata/xslt?xslfile=http%3A%2F%2Fthefigtrees.net%2Flee%2Fsw%2Fical%2Fwww%2Fdata%2Fupcoming-rss2rdf.xsl&xmlfile=http%3A%2F%2Fupcoming.org%2Fsyndicate%2Fv2%2Ftag%2Ftechnology%2F&transform=Submit>;
	rdfs:seeAlso <http://thefigtrees.net/lee/eliast-school.ics.rdf> ;
    rdfs:seeAlso <http://torrez.us/who> .

<http://thefigtrees.net/lee/eliast-school.ics.rdf>
  a cal:Vcalendar .

<http://upcoming.org/syndicate/v2/tag/rock/> dc:title "Rock Music" .
<http://upcoming.org/syndicate/v2/tag/technology/> dc:title "Technology" .
<http://www.w3.org/2000/06/webdata/xslt?xslfile=http%3A%2F%2Fthefigtrees.net%2Flee%2Fsw%2Fical%2Fwww%2Fdata%2Fupcoming-rss2rdf.xsl&xmlfile=http%3A%2F%2Fupcoming.org%2Fsyndicate%2Fv2%2Ftag%2Frock%2F&transform=Submit> dc:title "Rock Music" .
<http://www.w3.org/2000/06/webdata/xslt?xslfile=http%3A%2F%2Fthefigtrees.net%2Flee%2Fsw%2Fical%2Fwww%2Fdata%2Fupcoming-rss2rdf.xsl&xmlfile=http%3A%2F%2Fupcoming.org%2Fsyndicate%2Fv2%2Ftag%2Ftechnology%2F&transform=Submit> dc:title "Technology Events" .


<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".

<http://www.w3.org/People/Connolly/home-smart.rdf>
	a cal:Vcalendar .

