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

<#me> a foaf:Person;
  foaf:givenName "Pieter"@en;
  foaf:familyName "Bonte"@en;
  foaf:img <profile.jpg>;
  frapo:hasORCID "0000-0002-8931-8343";
  foaf:homepage <http://pieterbonte.be>;
  foaf:publications <https://scholar.google.be/citations?user=hI9nFA4AAAAJ>;
  foaf:account <https://twitter.com/psbonte>, <https://be.linkedin.com/in/pieter-bonte>;
  vcard:title "Postdoctoral Researcher";
  foaf:mbox <mailto:Pieter.Bonte@UGent.be>;
  knows:hasAvailabilityCalendar [ schema:url "https://psbonte.pod.knows.idlab.ugent.be/availability" ];
  <http://www.w3.org/ns/solid/terms#oidcIssuer> <https://psbonte.pod.knows.idlab.ugent.be/>;
  foaf:account [ 
    a knows:GitHubAccount ;
    foaf:accountName "pbonte" ;
    foaf:accountServiceHomepage "https://github.com/pbonte" ]. 

