@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 pro: <./>.
@prefix n0: <https://>.
@prefix inbox: </inbox/>.
@prefix ren: </>.
@prefix pmx: <http://purl.org/pmx#> .

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

:me
    a schema:Person, foaf:Person;
    acl:trustedApp
            [
                acl:mode acl:Append, acl:Control, acl:Read, acl:Write;
                acl:origin n0:solid-node-client
            ],
            [
                acl:mode acl:Append, acl:Read, acl:Write;
                acl:origin <https://aharth.inrupt.net>
            ],
            [
                acl:mode acl:Append, acl:Read, acl:Write;
                acl:origin <https://penny.vincenttunru.com>
            ],
            [
                acl:mode acl:Append, acl:Read, acl:Write;
                acl:origin <https://solid.iis.fraunhofer.de>
            ];
    ldp:inbox inbox:;
    space:preferencesFile </settings/prefs.ttl>;
    space:storage ren:;
    solid:account ren:;
    solid:oidcIssuer <https://solidcommunity.net/>;
    solid:privateTypeIndex </settings/privateTypeIndex.ttl>;
    solid:publicTypeIndex </settings/publicTypeIndex.ttl>;
    pmx:config </profile/config.ttl> ;
    foaf:name "Rene";
    pmx:cupa <https://cupa.solidweb.org/profile/card#me> .

<> pmx:cupa <https://cupa.solidweb.org/profile/card#me> .
<> pmx:config </profile/config.ttl> .