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

<#me> a foaf:Person;
  foaf:givenName "Erik"@en;
  foaf:familyName "Mannens"@en;
  vcard:title "Research Valorization Director and Prof. Semantic Intelligence";
  foaf:mbox <mailto:Erik.Mannens@UGent.be>;
  foaf:img <profile.jpg>.

<https://data.knows.idlab.ugent.be/person/erikmannens/#me> <http://www.w3.org/ns/solid/terms#oidcIssuer> <https://emannens.pod.knows.idlab.ugent.be/>.
