@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@prefix knows: <https://data.knows.idlab.ugent.be/person/office/#> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix solid: <http://www.w3.org/ns/solid/terms#> .

<#me> a foaf:Person;
  foaf:givenName "Gerald"@en;
  foaf:familyName "Haesendonck"@en;
  vcard:title "Developer"@en;
  foaf:mbox <mailto:gerald.haesendonck@ugent.be>;
  foaf:img <https://people.idlab.ugent.be/802001386126.jpg>;
  foaf:account [ 
    a knows:GitHubAccount ;
    foaf:accountName "ghsnd" ];
  solid:oidcIssuerRegistrationToken "ec19fb1b-eb0c-4bba-a5b7-d95e803bb09e" .
