@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 n1: <https://>.
@prefix inbox: </inbox/>.
@prefix wou: </>.
@prefix sos: <http://www.w3.org/ns/sosa/>.
@prefix ssn: <http://www.w3.org/ns/ssn/>.

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

:me
    a schema:Person, sos:FeatureOfInterest, foaf:Person;
    acl:trustedApp
        [], [], [], [],
            [
                acl:mode acl:Append, acl:Control, acl:Read, acl:Write;
                acl:origin n1:solid-node-client
            ],
            [
                acl:mode acl:Append, acl:Read, acl:Write;
                acl:origin <http://localhost:3123>
            ],
            [
                acl:mode acl:Append, acl:Read, acl:Write;
                acl:origin <http://localhost:3125>
            ],
            [
                acl:mode acl:Append, acl:Read, acl:Write;
                acl:origin <http://localhost:8080>
            ],
            [
                acl:mode acl:Append, acl:Read, acl:Write;
                acl:origin <http://podpro.dev:443>
            ],
            [
                acl:mode acl:Append, acl:Read, acl:Write;
                acl:origin <https://comunica.github.io>
            ],
            [
                acl:mode acl:Append, acl:Read, acl:Write;
                acl:origin <https://linkedlensers.github.io>
            ],
            [
                acl:mode acl:Append, acl:Read, acl:Write;
                acl:origin <https://openhps.github.io>
            ],
            [
                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://podpro.dev>
            ],
            [
                acl:mode acl:Append, acl:Read, acl:Write;
                acl:origin <https://sindhu-vasireddy.github.io>
            ];
    ldp:inbox inbox:;
    space:preferencesFile </settings/prefs.ttl>;
    space:storage wou:;
    solid:account wou:;
    solid:oidcIssuer <https://solidcommunity.net/>, wou:;
    solid:privateTypeIndex </settings/privateTypeIndex.ttl>;
    solid:publicTypeIndex </settings/publicTypeIndex.ttl>;
    ssn:hasProperty
        </properties/orientation.ttl>, </properties/position.ttl>,
        </properties/velocity.ttl>;
    foaf:name "Wout Slabbinck".
