@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 org: <http://www.w3.org/ns/org#>.
@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 xsd: <http://www.w3.org/2001/XMLSchema#>.
@prefix n0: </>.
@prefix inbox: </inbox/>.
@prefix pro: <./>.

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

:id1628034191898 vcard:country-name "AUS"; vcard:region "ACT".

:id1633383354686 org:member :me.

:id1665020322433 a vcard:Cell; vcard:value <tel:0418754895>.

:id1665020332905 a vcard:Home; vcard:value <tel:0258456745>.

:me
    a schema:Person, foaf:Person;
    schema:skills :id1633383362239;
    vcard:bday "2021-10-14"^^xsd:date;
    vcard:fn "Anushka Vid";
    vcard:hasAddress :id1628034191898;
    vcard:hasPhoto <headshot-square.jpg>;
    vcard:hasTelephone :id1633383324551, :id1665020322433, :id1665020332905;
    vcard:note "Trying to get SOLID-OIDC working in a Flutter app";
    vcard:organization-name "ANU";
    vcard:role "Research fellow";
    acl:trustedApp
            [
                acl:mode acl:Append, acl:Control, acl:Read, acl:Write;
                acl:origin <http://127.0.0.1:3000>
            ],
            [
                acl:mode acl:Append, acl:Control, acl:Read, acl:Write;
                acl:origin <http://127.0.0.1:4000>
            ],
            [
                acl:mode acl:Append, acl:Control, acl:Read, acl:Write;
                acl:origin <http://localhost:4000>
            ],
            [
                acl:mode acl:Append, acl:Control, acl:Read, acl:Write;
                acl:origin <http://localhost:4400>
            ],
            [
                acl:mode acl:Append, acl:Control, acl:Read, acl:Write;
                acl:origin <http://localhost:51767>
            ],
            [
                acl:mode acl:Append, acl:Control, acl:Read, acl:Write;
                acl:origin <http://localhost:54019>
            ],
            [
                acl:mode acl:Append, acl:Control, acl:Read, acl:Write;
                acl:origin <http://localhost:54634>
            ],
            [
                acl:mode acl:Append, acl:Control, acl:Read, acl:Write;
                acl:origin <https://api.liqid.chat>
            ],
            [
                acl:mode acl:Append, acl:Read, acl:Write;
                acl:origin <http://127.0.0.1:5001>
            ],
            [
                acl:mode acl:Append, acl:Read, acl:Write;
                acl:origin <http://localhost:1234>
            ];
    ldp:inbox inbox:;
    space:preferencesFile </settings/prefs.ttl>;
    space:storage n0:;
    solid:account n0:;
    solid:oidcIssuer <https://solidcommunity.net/>;
    solid:preferredObjectPronoun "him";
    solid:preferredRelativePronoun "his";
    solid:preferredSubjectPronoun "he";
    solid:privateTypeIndex </settings/privateTypeIndex.ttl>;
    solid:profileBackgroundColor "#ffffff"^^xsd:color;
    solid:publicTypeIndex </settings/publicTypeIndex.ttl>;
    foaf:name "Anushka Vidanage".
