  @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://webscience.org/person/6>
    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://webscience.org/image/52.jpg>;
    foaf:title "Sir";
    owl:sameAs
        <http://www.w3.org/People/Berners-Lee/card#i>,
        <http://semantictweet.com/timberners_lee#me>.

<http://webscience.org/WST>
    a foaf:Organization;
    foaf:member <http://webscience.org/person/6>.

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


# END
