@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .

<#me> a foaf:Person;
  foaf:givenName "Dwight"@en;
  foaf:familyName "Van Lancker"@en;
  vcard:title "External PhD student";
  foaf:mbox <mailto:dwight.vanlancker@ugent.be> ;
  foaf:img <profile.jpg>.
