  @prefix foaf: <http://xmlns.com/foaf/0.1/> .
  @prefix owl: <http://www.w3.org/2002/07/owl#> .
  @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://www.websci10.org/person/7>
    a foaf:Person;
    foaf:family_name "Berners-Lee";
    foaf:givenname "Tim";
    foaf:name "Tim Berners-Lee";
    foaf:homepage <http://www.w3.org/People/Berners-Lee/Overview.html>;
    foaf:depiction <http://www.websci10.org/image/10.jpg>;
    foaf:title "Sir";
    owl:sameAs
        <http://www.w3.org/People/Berners-Lee/card#i>,
        <http://webscience.org/person/6>,
        <http://dbpedia.org/resource/Tim_Berners-Lee>.

<> foaf:primaryTopic <http://www.websci10.org/person/7>.



# END

