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

<>
    a foaf:PersonalProfileDocument;
    rdfs:seeAlso <https://pod.woutslabbinck.com/profile/projects>, <https://pod.woutslabbinck.com/profile/cv-data>;
    foaf:maker <https://pod.woutslabbinck.com/profile/card#me>;
    foaf:primaryTopic <https://pod.woutslabbinck.com/profile/card#me>.

<https://pod.woutslabbinck.com/profile/card#me> a foaf:Person;
    frapo:hasORCID "0000-0002-3287-7312" ;
    solid:oidcIssuer <https://pod.woutslabbinck.com/>;
    schema:image <https://pod.woutslabbinck.com/profile/profile.png> ;
    foaf:img <https://pod.woutslabbinck.com/profile/profile.png> ;
    schema:name "Wout Slabbinck"@en ;
    foaf:familyName "Slabbinck"@en ;
    foaf:givenName "Wout"@en ;
    vcard:title "PhD Student" ;
    foaf:mbox <mailto:Wout.Slabbinck@UGent.be> ;
    foaf:name "Wout Slabbinck"@en ;
    foaf:homepage <https://woutslabbinck.com> ;
    foaf:publications <https://scholar.google.com/citations?user=5Y2mo88AAAAJ&hl=en> ;
    foaf:account <https://github.com/woutslabbinck/> .

<https://github.com/woutslabbinck/> a knows:GitHubAccount,foaf:OnlineAccount ;
    foaf:accountName "woutslabbinck";
    foaf:accountServiceHomepage <https://github.com> .
