@prefix : <#>.
@prefix solid: <http://www.w3.org/ns/solid/terms#>.
@prefix pro: <./>.
@prefix n0: <http://xmlns.com/foaf/0.1/>.
@prefix schem: <http://schema.org/>.
@prefix n: <http://www.w3.org/2006/vcard/ns#>.
@prefix n1: <http://www.w3.org/ns/auth/acl#>.
@prefix ldp: <http://www.w3.org/ns/ldp#>.
@prefix inbox: </inbox/>.
@prefix sp: <http://www.w3.org/ns/pim/space#>.
@prefix jol: </>.
@prefix pix: </pixolid/>.
@prefix c: <https://alejandroj.solid.community/profile/card#>.
@prefix c0: <https://angelo.veltens.org/profile/card#>.
@prefix c1: <https://gaia.solid.community/profile/card#>.
@prefix c2: <https://karstenvoigt.solid.community/profile/card#>.
@prefix c3: <https://masek.solid.community/profile/card#>.
@prefix c4: <https://melvin.solid.community/profile/card#>.
@prefix c5: <https://morettian.solid.community/profile/card#>.
@prefix c6: <https://nada.solid.community/profile/card#>.
@prefix c7: <https://spoggy.solid.community/profile/card#>.
@prefix c8: <https://timbl.solid.community/profile/card#>.

pro:card a n0:PersonalProfileDocument; n0:maker :me; n0:primaryTopic :me.

:me
    a schem:Person, n0:Person;
    n:fn "Christian Buggedei";
    n:hasPhoto <buggedei.jpg>;
    n:organization-name "Darcy";
    n:role "Founder";
    n1:trustedApp
            [
                n1:mode n1:Append, n1:Read, n1:Write;
                n1:origin <https://darcy.darcy.is>
            ],
            [
                n1:mode n1:Append, n1:Read, n1:Write;
                n1:origin <https://friend-requests-exploration.inrupt.app>
            ],
            [
                n1:mode n1:Append, n1:Read, n1:Write;
                n1:origin <https://ibex.darcy.is>
            ],
            [
                n1:mode n1:Append, n1:Read, n1:Write;
                n1:origin <https://otto-aa.github.io>
            ],
            [
                n1:mode n1:Append, n1:Read, n1:Write;
                n1:origin <https://scenaristeur.github.io>
            ],
        [ n1:origin <https://vincenttunru.gitlab.io> ];
    ldp:inbox inbox:;
    sp:preferencesFile </settings/prefs.ttl>;
    sp:storage jol:;
    solid:account jol:;
    solid:privateTypeIndex </settings/privateTypeIndex.ttl>;
    solid:publicTypeIndex </settings/publicTypeIndex.ttl>;
    solid:timeline pix:;
    n0:knows
    c:me, c0:me, c1:me, c2:me, c3:me, c4:me, c5:me, c6:me, c7:me, c8:me;
    n0:name "Christian Buggedei".

<#me> <http://www.w3.org/ns/solid/terms#oidcIssuer> <https://solidcommunity.net/>. # Automatically added for Solid 0.9 compatibility
