@prefix foaf: <http://xmlns.com/foaf/0.1/>.
@prefix schema: <http://schema.org/>.
@prefix knows:  <https://data.knows.idlab.ugent.be/person/office/#>.
@prefix dbp: <http://dbpedia.org/ontology/> .
@prefix dbpedia: <http://dbpedia.org/resource/> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#>.
@prefix solid: <http://www.w3.org/ns/solid/terms#>.
@prefix wdt: <http://www.wikidata.org/prop/direct/> .

<https://reschauz.pod.knows.idlab.ugent.be/profile/profile/card> a foaf:PersonalProfileDocument;
    foaf:maker <#me>;
    foaf:primaryTopic <#me>.
<#me> a foaf:Person;
    foaf:givenName "Ruben"@en;
    foaf:familyName "Eschauzier"@en;
    schema:name "Ruben Eschauzier";
    foaf:img <https://reschauz.pod.knows.idlab.ugent.be/profile/profile/profile-picture.jpg>;

    vcard:title "PhD Candidate";
    foaf:mbox   <mailto:ruben.eschauzier@ugent.be> ;
    foaf:account        [a      knows:GitHubAccount ;
                         foaf:accountName "RubenEschauzier";
                         foaf:accountServiceHomepage <https://github.com/RubenEschauzier/>; ];
    solid:oidcIssuer <https://reschauz.pod.knows.idlab.ugent.be/>;
    solid:privateTypeIndex <https://reschauz.pod.knows.idlab.ugent.be/profile/settings/privateTypeIndex>.
