<rdf:RDF xmlns:foaf="http://xmlns.com/foaf/0.1/" 
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
    <foaf:Person rdf:about="#CR">
        <foaf:name>Camilo Rostoker</foaf:name>
        <foaf:mbox rdf:resource="mailto:camilorostoker@hotmail.com" />
        <foaf:homepage rdf:resource="http://www.rostoker.ca" />
        <foaf:nick>Cambo</foaf:nick>
        <foaf:depiction rdf:resource="http://www.cs.ubc.ca/~rostokec/images/rostoker.jpg" />
        <foaf:interest rdf:resource="http://www.ultivillage.com" rdfs:label="Ultimate Frisbee" />
				<foaf:workplaceHomepage rdf:resource="http://www.scalableanalytics.com/"/>
    </foaf:Person>
</rdf:RDF>

