@prefix : <#>.
@prefix acl: <http://www.w3.org/ns/auth/acl#>.
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
@prefix ldp: <http://www.w3.org/ns/ldp#>.
@prefix schema: <http://schema.org/>.
@prefix solid: <http://www.w3.org/ns/solid/terms#>.
@prefix space: <http://www.w3.org/ns/pim/space#>.
@prefix vcard: <http://www.w3.org/2006/vcard/ns#>.
@prefix pro: <./>.
@prefix inbox: </inbox/>.
@prefix jend: </>.
@prefix fri: </friends.ttl#>.
@prefix fr: </friend-requests-inbox/>.
@prefix n1: <https://www.w3.org/TR/activitypub/#>.
@prefix c: <https://jenda.inrupt.net/profile/card#>.

fri:this ldp:inbox fr: .

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

:me
    a schema:Person, foaf:Person;
    vcard:url
    [ a vcard:WebID; vcard:value "https://jenda.inrupt.net/profile/card#me" ];
    acl:trustedApp
            [
                acl:mode acl:Append, acl:Control, acl:Read, acl:Write;
                acl:origin <http://localhost:3000>
            ],
            [
                acl:mode acl:Append, acl:Control, acl:Read, acl:Write;
                acl:origin <http://localhost:5173>
            ],
            [
                acl:mode acl:Append, acl:Control, acl:Read, acl:Write;
                acl:origin <https://notes.jenda.dev>
            ],
            [
                acl:mode acl:Append, acl:Read, acl:Write;
                acl:origin <https://friend-requests-exploration.inrupt.app>
            ];
    ldp:inbox inbox:;
    space:preferencesFile </settings/prefs.ttl>;
    space:storage jend:;
    solid:account jend:;
    solid:oidcIssuer <https://solidcommunity.net/>;
    solid:privateTypeIndex </settings/privateTypeIndex.ttl>;
    solid:publicTypeIndex </settings/publicTypeIndex.ttl>;
    foaf:knows c:me;
    foaf:name "Jan Horak";
    n1:following fri:this.
