  @prefix foaf: <http://xmlns.com/foaf/0.1/> .
  @prefix owl: <http://www.w3.org/2002/07/owl#> .
  @prefix dc: <http://purl.org/dc/terms/> .
  @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
  @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
  @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://webscience.org/person/14>
    a foaf:Person;
    foaf:family_name "Sussman";
    foaf:givenname "Gerry";
    foaf:name "Gerry Sussman";
    foaf:homepage <http://www-swiss.ai.mit.edu/~gjs/>;
    foaf:depiction <http://webscience.org/image/70.jpg>;
    owl:sameAs <http://dbpedia.org/resource/Gerald_Jay_Sussman>.

<http://webscience.org/image/70.jpg>
    foaf:thumbnail <http://webscience.org/image/70.jpg?transforms=aspect-100,125,top,middle;resize-100,125>;
    dc:title "Photograph of Gerry Sussman";
    a foaf:Image.

<http://webscience.org/image/70.jpg?transforms=aspect-100,125,top,middle;resize-100,125>
    dc:title "Thumbnail Photograph of Gerry Sussman";
    a foaf:Image.

<http://webscience.org/WST>
    a foaf:Organization;
    foaf:member <http://webscience.org/person/14>;
    foaf:name "The Web Science Trust".

<> foaf:primaryTopic <http://webscience.org/person/14>.



# END

