@prefix : <https://derwehr.solidcommunity.net/profile/card#>.
@prefix solid: <http://www.w3.org/ns/solid/terms#>.
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
@prefix acl: <http://www.w3.org/ns/auth/acl#>.
@prefix ldp: <http://www.w3.org/ns/ldp#>.
@prefix schema: <http://schema.org/>.
@prefix space: <http://www.w3.org/ns/pim/space#>.
@prefix vcard: <http://www.w3.org/2006/vcard/ns#>.
@prefix pr: <https://derwehr.solidcommunity.net/profile/>.
@prefix inbox: <https://derwehr.solidcommunity.net/inbox/>.
@prefix der: <https://derwehr.solidcommunity.net/>.
@prefix sol: <https://solid.iis.fraunhofer.de/>.
@prefix inbox: </inbox/>.

pr:card a foaf:PersonalProfileDocument;
    foaf:maker <#me>;
    foaf:primaryTopic <#me>.
<#me> a schema:Person, foaf:Person;
    vcard:fn "Thomas Wehr";
    vcard:organization-name "Friedrich-Alexander-University Erlangen-Nürnberg";
    acl:trustedApp _:n3-4784, _:n3-4785, _:n3-4786, _:n3-4787;
    ldp:inbox <https://derwehr.solidcommunity.net/inbox/>;
    space:preferencesFile <https://derwehr.solidcommunity.net/settings/prefs.ttl>;
    space:storage <https://derwehr.solidcommunity.net/>;
    solid:account <https://derwehr.solidcommunity.net/>;
    solid:oidcIssuer <https://solid.iis.fraunhofer.de/>, <https://solidcommunity.net/>;
    solid:oidcIssuerRegistrationToken "272fe72e-9db9-483e-8ab9-bffc120b44b9";
    solid:oidcIssuerRegistrationToken "6ca2fd9d-bcf1-4bd5-9bb1-b01c14558bd5";
    solid:privateTypeIndex <https://derwehr.solidcommunity.net/settings/privateTypeIndex.ttl>;
    solid:publicTypeIndex <https://derwehr.solidcommunity.net/settings/publicTypeIndex.ttl>;
    foaf:name "Thomas Wehr".
_:n3-4785 acl:mode acl:Append, acl:Read, acl:Write;
    acl:origin <https://penny.vincenttunru.com>.
_:n3-4787 acl:mode acl:Append, acl:Read, acl:Write;
    acl:origin <https://solid.iis.fraunhofer.de>.