@prefix foaf: <http://xmlns.com/foaf/0.1/>.
@prefix solid: <http://www.w3.org/ns/solid/terms#>.
@prefix space: <http://www.w3.org/ns/pim/space#>.
@prefix ldp: <http://www.w3.org/ns/ldp#>.
<>
    a foaf:PersonalProfileDocument;
    foaf:maker <https://solidweb.me/besteves4/profile/card#me>;
    foaf:primaryTopic <https://solidweb.me/besteves4/profile/card#me>.

<https://solidweb.me/besteves4/profile/card#me>
    
    space:storage <https://solidweb.me/besteves4/>;
    ldp:inbox <https://solidweb.me/besteves4/inbox/>;
    space:preferencesFile <https://solidweb.me/besteves4/settings/prefs.ttl>;
    solid:privateTypeIndex <https://solidweb.me/besteves4/settings/privateTypeIndex.ttl>;
    solid:publicTypeIndex <https://solidweb.me/besteves4/settings/publicTypeIndex.ttl>;
    solid:oidcIssuer <https://solidweb.me/>;
    a foaf:Person;
    a foaf:Agent;
    foaf:givenName  "Beatriz"@en ;
    foaf:familyName "Esteves"@en ;
    <http://schema.org/name>     "Beatriz Esteves" ;
    <http://www.w3.org/2006/vcard/ns#title>    "Postdoctoral Researcher on Policies & Trust" ;
    foaf:mbox       <mailto:beatriz.esteves@ugent.be> ;
    foaf:img        <https://solidweb.me/besteves4/profile/profile.jpg> ;
    foaf:account    [ a <https://data.knows.idlab.ugent.be/person/office/#GitHubAccount> ;
                      foaf:accountName            "besteves4" ;
                      foaf:accountServiceHomepage <https://github.com/>
                    ] .
