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

<#me> a foaf:Person;
  foaf:givenName "Sitt"@en;
  foaf:familyName "Min Oo"@en;
  foaf:name "Sitt Min Oo"@en;
  vcard:title "PhD-Student"@en;
  foaf:mbox <mailto:x.sittminoo@ugent.be>;
  foaf:img <profile.jpg>.

<#me> foaf:account [
  a knows:GitHubAccount ;
  foaf:accountName "s-minoo" ;
  foaf:accountServiceHomepage <https://github.com/> ]. # Optional.
