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

<#me> a foaf:Person;
  foaf:givenName "Anastasia"@en ;
  foaf:familyName "Dimou"@en ;
  schema:name "Anastasia Dimou";
  foaf:img <./profile.png>;
  vcard:title "Assistant professor at KU Leuven" .
