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

<#me> a foaf:Person;
  foaf:givenName "Raf"@en;
  foaf:familyName "Buyle"@en;
  schema:name "Raf Buyle";
  vcard:title "International Relations – Data & Trust Innovation";
  foaf:mbox <mailto:raf.buyle@ugent.be> ;
  foaf:img <profile.jpg>;
  dbp:orcidId "0000-0002-5254-7337" ;
  scoro:hasORCID "0000-0002-5254-7337" ;
  foaf:account [
		a knows:GitHubAccount ;
		foaf:accountName "rafbuyle" ;
		foaf:accountServiceHomepage <https://github.com/>
  ].

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