@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 wf: <http://www.w3.org/2005/01/wf/flow#>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
@prefix inbox: </inbox/>.
@prefix ex: </>.
@prefix ewi: <https://ewingson.solidcommunity.net/>.
@prefix tes: <https://testpro.solidweb.org/>.
@prefix c: <https://ewingson.solidcommunity.net/profile/card#>.
@prefix c0: <https://testpro.solidweb.org/profile/card#>.
@prefix mat: <https://matthias-evering-testprofile.solidcommunity.net/>.
@prefix set: </settings/>.
@prefix n0: <https://https://>.

<> a foaf:PersonalProfileDocument; foaf:maker :me; foaf:primaryTopic :me.

:id1616632068361
    vcard:country-name "Germany";
    vcard:locality "Enger";
    vcard:postal-code "32130";
    vcard:region "NRW";
    vcard:street-address "Gruenstrasse 5".
:id1616632143371 a vcard:Work; vcard:value <mailto:meisdata@gmail.com>.

:me
    a schema:Person, foaf:Person;
    wf:attachment c:me, mat:, c0:me;
    vcard:bday "0001-01-01"^^xsd:date;
    vcard:fn "The Solid Example";
    vcard:hasAddress :id1616632068361;
    vcard:hasEmail :id1616632143371;
    vcard:hasPhoto <solid-emblem.svg>;
    vcard:note
    "This Pod is an example meant to be used for demonstration purposes";
    vcard:organization-name "The Solidoverse";
    vcard:role "Tester";
    vcard:url
            [
                a vcard:WebID;
                vcard:value
                "https://ewingson.solidcommunity.net/profile/card#me"
            ],
            [
                a vcard:WebID;
                vcard:value "https://testpro.solidweb.org/profile/card#me"
            ];
    acl:trustedApp
            [
                acl:mode acl:Append, acl:Control, acl:Read, acl:Write;
                acl:origin <https://timbl.com>
            ];
    ldp:inbox inbox:;
    space:preferencesFile set:prefs.ttl;
    space:storage ex:;
    solid:account ex:;
    solid:oidcIssuer n0:solidweb.org;
    solid:privateTypeIndex set:privateTypeIndex.ttl;
    solid:publicTypeIndex set:publicTypeIndex.ttl;
    foaf:knows ewi:, tes:;
    foaf:name "Demonstration".
