@prefix : <#>.
@prefix acl: <http://www.w3.org/ns/auth/acl#>.
@prefix solid: <http://www.w3.org/ns/solid/terms#>.
@prefix space: <http://www.w3.org/ns/pim/space#>.
@prefix n0: <https://>.

:me
    acl:trustedApp
            [
                acl:mode acl:Append, acl:Control, acl:Read, acl:Write;
                acl:origin n0:tester
            ];
    space:preferencesFile </Settings/Preferences.ttl>;
    solid:publicTypeIndex <publicTypeIndex.ttl>.
