# Basic data on DIG, and pointer to other data
#
# Edit this file - data.rdf is generated from it
#
@prefix : <http://dig.csail.mit.edu/data#>.
@prefix dig: <http://dig.csail.mit.edu/data#>.
@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@prefix dc:    <http://purl.org/dc/elements/1.1/>.
@prefix org:  <http://www.w3.org/2001/04/roadmap/org#>.
@prefix s:  <http://www.w3.org/2000/01/rdf-schema#> .
@keywords is, of, a.

DIG a foaf:Organization;
    s:label "DIG";
    foaf:homepage <./>;
    foaf:name "Decentralized Information Group";
    foaf:logo <i/logo.png>;
    foaf:member

	<http://www.w3.org/People/Berners-Lee/card#i>,
	<http://www.w3.org/People/Connolly/#me>,
	<http://www.w3.org/People/Sandro/data#Sandro_Hawke>,
	<http://people.csail.mit.edu/lkagal/foaf#me>,
#	<http://people.csail.mit.edu/ryanlee/about#ryanlee>,
	<http://dig.csail.mit.edu/People/RRS>,
	<http://dig.csail.mit.edu/People/kkw#me>,
	<http://www.w3.org/People/djweitzner/foaf#djw>,
        <http://people.apache.org/~oshani/foaf.rdf#me>,
        <http://dig.csail.mit.edu/People/gjs-foaf#me>,
        <http://dig.csail.mit.edu/People/kennyluck#I>,
        <http://averdon.csail.mit.edu/foaf#me>,
        <http://www.pipian.com/people/pipian/card#me>.

<http://www.w3.org/People/Berners-Lee/card#i> s:label "Tim".
<http://www.w3.org/People/Connolly/#me> s:label "Dan".
<http://www.w3.org/People/Sandro/data#Sandro_Hawke> s:label "Sandro".
<http://people.csail.mit.edu/lkagal/foaf#me> s:label "Lalana".
<http://people.csail.mit.edu/ryanlee/about#ryanlee> s:label "Ryan".
<http://dig.csail.mit.edu/People/RRS> s:label "Ralph".
<http://dig.csail.mit.edu/People/kkw#me> s:label "K".
<http://www.w3.org/People/djweitzner/foaf#djw> s:label "Danny".
<http://people.apache.org/~oshani/foaf.rdf#me> s:label "Oshani".
<http://dig.csail.mit.edu/People/gjs-foaf#me> s:label "Gerry".
<http://dig.csail.mit.edu/People/kennyluck#I> s:label "Kenny".
<http://averdon.csail.mit.edu/foaf#me> s:label "Fuming".
<http://www.pipian.com/people/pipian/card#me> s:label "Ian".

# Alumns:
#	<http://people.csail.mit.edu/crowell/foaf.rdf#crowell>,
#	<http://dig.csail.mit.edu/People/cdk>, # Carlos Delgado Kloos
#	<http://web.mit.edu/ruthdhan/www/foaf.rdf#ruthdhan>,
#	<http://swiss.csail.mit.edu/users/cph/foaf.rdf#cph>,
#	<http://www.w3.org/People/EM/contact#me>,
#	<http://dig.csail.mit.edu/People/yosi#YES>,


CSAIL a foaf:Organization;
    foaf:name "Computer Science and Artificial Intelligence Laboratory";
    foaf:homepage <http://csail.mit.edu/>;
    org:includes DIG;
    foaf:logo <i/csail-logo-grad.gif>.
    
MIT a foaf:Organization;
    foaf:name "Massachusetts Institute of Technology";
    foaf:logo	<mit-logo.gif>;
    foaf:homePage <http://web.mit.edu/>;
    org:includes CSAIL.

# Gerry has put his foaf in People/gjs-foaf.rdf it seems 
# GJS a foaf:Person;
#     foaf:name "Gerald Jay Sussman";
#     foaf:homepage <http://www-swiss.ai.mit.edu/~gjs/>;
#     foaf:img <http://www-swiss.ai.mit.edu/~gjs/beaver.jpg>.
    
<http://www.w3.org/2009/Talks/1111-dig-tbl/>
    dc:title "Directions at CSAIL/DIG";
    foaf:primaryTopic DIG.
    
<http://www.w3.org/People/Connolly/#me>
    s:seeAlso <http://www.w3.org/People/Connolly/home-smart>.

