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

<https://ecrum.pod.knows.idlab.ugent.be/elias-crum/profile/card>
    a foaf:PersonalProfileDocument;
    foaf:maker <#me>;
    foaf:primaryTopic <#me>.

<#me>
    a foaf:Person;
    foaf:givenName  "Elias"@en ;
    foaf:familyName "Crum"@en ;
    schema:name     "Elias Crum" ;
    foaf:img <https://ecrum.pod.knows.idlab.ugent.be/elias-crum/profile/profile-picture> ;

    vcard:title     "Ph.D. Cendidate" ;
    foaf:mbox       <mailto:elias.crum@ugent.be> ;
    foaf:img        <profile.png> ;
    foaf:account    [a   knows:GitHubAccount ;
                     foaf:accountName "Elias Crum" ;
                     foaf:accountServiceHomepage <https://github.com/ecrum19>; ];
   
    solid:oidcIssuer <https://ecrum.pod.knows.idlab.ugent.be/>.
