﻿<?xml version="1.0" encoding="utf-8" ?> 
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns:foaf="http://xmlns.com/foaf/0.1/">

<foaf:Person>
    <foaf:name>Ziv Caspi</foaf:name>
    <foaf:title>Mr</foaf:title>
    <foaf:firstName>Ziv</foaf:firstName>
    <foaf:surname>Caspi</foaf:surname>
    <foaf:mbox_sha1sum>823cf3c48ae80487b5dc287d24002bdd3e5ecbe0</foaf:mbox_sha1sum>
    <foaf:homepage rdf:resource="http://radio.weblogs.com/0106548/"/>
    <foaf:workplaceHomepage rdf:resource="http://www.microsoft.com/"/>
    <foaf:schoolHomepage rdf:resource="http://www.tau.ac.il/"/>

    <!-- "Knows" and "Friend" are not exactly appropriate here, but what the heck! -->
    <foaf:knows>
        <foaf:Person>
            <foaf:name>Mark Pilgrim</foaf:name>
            <foaf:mbox_sha1sum>85d089d9dc87139d5542aa4ee2822bf65e56b55e</foaf:mbox_sha1sum>
            <rdfs:seeAlso rdf:resource="http://diveintomark.org/public/foaf.rdf"/>
        </foaf:Person>
    </foaf:knows>

    <foaf:knows>
        <foaf:Person>
            <foaf:name>Sam Ruby</foaf:name>
            <foaf:mbox_sha1sum>703471c6f39094d88665d24ce72c42fdc5f20585</foaf:mbox_sha1sum>
            <rdfs:seeAlso rdf:resource="http://www.intertwingly.net/public/foaf.rdf"/>
        </foaf:Person>
    </foaf:knows>

    <foaf:knows>
        <foaf:Person>
            <foaf:name>Morbus Iff</foaf:name>
            <foaf:mbox_sha1sum>c772b0edbe3ae910b758efd35b1d2e10ce22342e</foaf:mbox_sha1sum>
        </foaf:Person>
    </foaf:knows>
    
    <foaf:knows>
        <foaf:Person>
            <foaf:name>Eric Vitiello</foaf:name>
            <foaf:mbox_sha1sum>5f93ed6a7346e6b8a767ebd87c407d4765b4e228</foaf:mbox_sha1sum>
        </foaf:Person>
    </foaf:knows>    
</foaf:Person>
</rdf:RDF>
