@prefix : <#>.
@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: <https://id-dcb0fb5635f641fb6b249b050ce346e8.solid-01.muze.nl/>.
@prefix inbox: <https://storage-dcb0fb5635f641fb6b249b050ce346e8.solid-01.muze.nl/inbox/>.
@prefix n0: <https://id-dcb0fb5635f641fb6b249b050ce346e8.solid-01.muze.nl/#>.
@prefix stor: <https://storage-dcb0fb5635f641fb6b249b050ce346e8.solid-01.muze.nl/>.

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

n0:me
    a schema:Person, foaf:Person;
    vcard:fn "Yvo";
    vcard:hasAddress
            (
                    [
                        a
                            "http://www.w3.org/2006/vcard/ns#Personal",
                            vcard:Personal;
                        vcard:street-address "Elm Street"
                    ]
                    [
                        a
                            "http://www.w3.org/2006/vcard/ns#Personal",
                            vcard:Personal;
                        vcard:street-address "Dingen"
                    ]
                    [
                        a
                            "http://www.w3.org/2006/vcard/ns#Personal",
                            vcard:Personal;
                        vcard:street-address "123 street"
                    ]
            );
    vcard:hasEmail
            (
                    [
                        a
                            "http://www.w3.org/2006/vcard/ns#Personal",
                            vcard:Personal;
                        vcard:hasValue "yvo@muze.nl"
                    ]
            [ a "http://www.w3.org/2006/vcard/ns#Personal", vcard:Work ] );
    vcard:hasTelephone
            (
                    [
                        a "http://www.w3.org/2006/vcard/ns#Personal", vcard:Work;
                        vcard:hasValue "053-4308177"
                    ]
            );
    vcard:nickname "Woohoo";
    ldp:inbox inbox:;
    space:preferencesFile
        <https://storage-dcb0fb5635f641fb6b249b050ce346e8.solid-01.muze.nl/settings/preferences.ttl>;
    space:storage stor:;
    solid:account stor:;
    solid:oidcIssuer <https://solid-01.muze.nl>;
    solid:privateTypeIndex
        <https://storage-dcb0fb5635f641fb6b249b050ce346e8.solid-01.muze.nl/settings/privateTypeIndex.ttl>;
    solid:publicTypeIndex
        <https://storage-dcb0fb5635f641fb6b249b050ce346e8.solid-01.muze.nl/settings/publicTypeIndex.ttl>.
