@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 inbox: </inbox/>.
@prefix pro: <./>.
@prefix sc: </>.
@prefix c0: <https://dschraudner.solidcommunity.net/profile/card#>.
@prefix c: <https://aharth.inrupt.net/profile/card#>.
@prefix c1: <https://solid.maximvdw.be/profile/card#>.

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

:id1636979539033 vcard:value <mailto:sebastian.schmid@fau.de>.

:id1638879879267
a solid:CurrentRole; org:member :me; org:organization :id1638879885363 .
:id1638879885363 a schema:ResearchOrganization.

:me
    a schema:Person, foaf:Person;
    schema:knowsLanguage ( ), ( ), ( );
    vcard:fn "Sebastian Schmid";
    vcard:hasEmail :id1636979539033;
    vcard:hasPhoto <sebastian_schmid.jpg>;
    vcard:organization-name
        "Chair of Technical Information Systems, Friedrich-Alexander-University Erlangen-N\u00fcrnberg";
    vcard:role "Researcher";
    acl:trustedApp
            [
                acl:mode acl:Append, acl:Read, acl:Write;
                acl:origin <http://localhost:29884>
            ],
            [
                acl:mode acl:Append, acl:Read, acl:Write;
                acl:origin <http://localhost:5173>
            ],
            [
                acl:mode acl:Append, acl:Read, acl:Write;
                acl:origin <http://localhost:8080>
            ],
            [
                acl:mode acl:Append, acl:Read, acl:Write;
                acl:origin <http://localhost:8082>
            ],
            [
                acl:mode acl:Append, acl:Read, acl:Write;
                acl:origin <http://localhost:8085>
            ],
            [
                acl:mode acl:Append, acl:Read, acl:Write;
                acl:origin <https://datevpoc.ti.rw.fau.de>
            ],
            [
                acl:mode acl:Append, acl:Read, acl:Write;
                acl:origin <https://dokie.li>
            ],
            [
                acl:mode acl:Append, acl:Read, acl:Write;
                acl:origin <https://podpro.dev>
            ],
            [
                acl:mode acl:Append, acl:Read, acl:Write;
                acl:origin <https://solid.aifb.kit.edu>
            ],
            [
                acl:mode acl:Append, acl:Read, acl:Write;
                acl:origin <https://solid.ti.rw.fau.de>
            ],
            [
                acl:mode acl:Append, acl:Read, acl:Write;
                acl:origin <https://tax.solid.aifb.kit.edu>
            ],
        [ acl:origin <https://otto-aa.github.io> ],
        [ acl:origin <https://penny.vincenttunru.com> ],
        [ acl:origin <https://solid.iis.fraunhofer.de> ];
    ldp:inbox inbox:;
    space:preferencesFile </settings/prefs.ttl>;
    space:storage sc:;
    solid:account sc:;
    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:knows c:me, c0:me, c1:me;
    foaf:name "Sebastian Schmid";
    foaf:nick "SJS".
