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

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

:id1667243778745
    vcard:country-name "Deutschland";
    vcard:locality "Berlin";
    vcard:postal-code "12205";
    vcard:street-address "Nidwaldener Zeile 12".
:id1667243915260 a vcard:Cell; vcard:value <tel:+491736219658>.

:me
    a schema:Person, foaf:Person;
    vcard:bday "1974-10-24"^^xsd:date;
    vcard:fn "Gerrit Gragert";
    vcard:hasAddress :id1667243778745;
    vcard:hasPhoto <2bo854.jpg>;
    vcard:hasTelephone :id1667243915260;
    acl:trustedApp
            [
                acl:mode acl:Append, acl:Read, acl:Write;
                acl:origin <https://ohmypod.netlify.app>
            ],
            [
                acl:mode acl:Append, acl:Read, acl:Write;
                acl:origin <https://podbrowser.inrupt.com>
            ],
            [
                acl:mode acl:Append, acl:Read, acl:Write;
                acl:origin <https://scenaristeur.github.io>
            ],
            [
                acl:mode acl:Append, acl:Read, acl:Write;
                acl:origin <https://solidcommunity.net>
            ],
            [
                acl:mode acl:Append, acl:Read, acl:Write;
                acl:origin <https://vincenttunru.gitlab.io>
            ];
    ldp:inbox inbox:;
    space:preferencesFile </settings/prefs.ttl>;
    space:storage gr:;
    solid:account gr:;
    solid:oidcIssuer <https://gragert.de>;
    solid:preferredObjectPronoun "him";
    solid:preferredRelativePronoun "his";
    solid:preferredSubjectPronoun "he";
    solid:privateTypeIndex </settings/privateTypeIndex.ttl>;
    solid:publicTypeIndex </settings/publicTypeIndex.ttl>;
    foaf:name "Gerrit Gragert".
