@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/#>.
@prefix schema: <http://schema.org/>.
@prefix solid: <http://www.w3.org/ns/solid/terms#>.

<#me> a foaf:Person;
    foaf:givenName "Jos"@nl;
    foaf:familyName "De Roo"@nl;
    vcard:title "R&D Engineer";
    foaf:mbox <mailto:jos.deroo@ugent.be>;
    foaf:img <https://josd.github.io/images/jdroo.jpg>;
    foaf:homepage <https://josd.github.io/>;
    solid:oidcIssuer <https://josdroo.pod.knows.idlab.ugent.be/>,
        <https://pod.playground.solidlab.be/>;
    solid:oidcIssuerRegistrationToken "ed8a17dd-23d4-45a7-a15d-a36aa0f9fc20";
    knows:hasAvailabilityCalendar [
        schema:url "https://josdroo.pod.knows.idlab.ugent.be/availability"
    ];
    foaf:account [ 
        a knows:GitHubAccount;
        foaf:accountName "josd";
        foaf:accountServiceHomepage <https://github.com/>
    ].
