@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 pro: <./>.
@prefix inbox: <https://storage-xxxx.solid-01.muze.nl/inbox/>.

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

:me
    a schema:Person, foaf:Person;
    ldp:inbox inbox:;
    space:preferencesFile <https://storage-xxxx.solid-01.muze.nl/settings/preferences.ttl>;
    space:storage <https://storage-xxxx.solid-01.muze.nl/>;
    solid:account <https://storage-xxxx.solid-01.muze.nl/>;
    solid:oidcIssuer <https://solid-01.muze.nl>;
    solid:privateTypeIndex <https://storage-xxxx.solid-01.muze.nl/settings/privateTypeIndex.ttl>;
    solid:publicTypeIndex <https://storage-xxxx.solid-01.muze.nl/settings/publicTypeIndex.ttl>.