@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 xsd: <http://www.w3.org/2001/XMLSchema#>.
@prefix kon: </>.
@prefix pr: <./>.
@prefix inb: </inbox/>.
@prefix c: <https://konsolidate.inrupt.net/profile/card#>.
@prefix c0: <https://warddriesen.solidcommunity.net/profile/card#>.
@prefix c1: <https://psycop.solidcommunity.net/profile/card#>.
@prefix c2: <https://tomdenhaene.solidcommunity.net/profile/card#>.

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

:id1619704672224 a vcard:Work; vcard:value <mailto:info@konsolidate.eu>.

:id1620810861270
    vcard:country-name "Belgium";
    vcard:locality "Kontich";
    vcard:postal-code "2550";
    vcard:region "";
    vcard:street-address "Veldkant 4".
:id1660050590008 vcard:value <mailto:Christophe.cop@konsolidate.eu>.

:me
    a schema:Person, foaf:Person;
    vcard:bday "2021-01-01"^^xsd:date;
    vcard:fn "Konsolidate";
    vcard:hasAddress :id1620810861270;
    vcard:hasEmail :id1619704672224, :id1660050590008;
    vcard:hasPhoto <Konsolidate.GIF>, <logo.PNG>;
    vcard:note
        """This is a company pod, and as such does represent a legal entity rather than a person.
Feel free to add this pod as a friend / connection
Or visit our website https://www.konsolidate.eu/""";
    vcard:organization-name "Konsolidate, a SOLID consulting company";
    vcard:role
        "We guide your business through the decentralised web revolution www.konsolidate.eu";
    vcard:url
        [ a vcard:WebID; vcard:value "https://psycop.inrupt.net/" ],
            [
                a vcard:WebID;
                vcard:value "https://psycop.solid.community/profile/card#me."
            ];
    acl:trustedApp
            [
                acl:mode acl:Append, acl:Control, acl:Read, acl:Write;
                acl:origin <http://podpro.dev:443>
            ],
            [
                acl:mode acl:Append, acl:Control, acl:Read, acl:Write;
                acl:origin <https://konsolidate.inrupt.net>
            ],
            [
                acl:mode acl:Append, acl:Control, acl:Read, acl:Write;
                acl:origin <https://solid-demo.netlify.app>
            ],
            [
                acl:mode acl:Append, acl:Read, acl:Write;
                acl:origin <http://localhost:3001>
            ],
            [
                acl:mode acl:Append, acl:Read, acl:Write;
                acl:origin <http://localhost:3002>
            ],
            [
                acl:mode acl:Append, acl:Read, acl:Write;
                acl:origin <https://mdr-tools.com>
            ],
            [
                acl:mode acl:Append, acl:Read, acl:Write;
                acl:origin <https://mict-prototype-3.netlify.app>
            ],
            [
                acl:mode acl:Append, acl:Read, acl:Write;
                acl:origin <https://ohmypod.netlify.app>
            ],
            [
                acl:mode acl:Append, acl:Read, acl:Write;
                acl:origin <https://penny.vincenttunru.com>
            ],
            [
                acl:mode acl:Append, acl:Read, acl:Write;
                acl:origin <https://podbrowser.inrupt.com>
            ],
            [
                acl:mode acl:Append, acl:Read, acl:Write;
                acl:origin <https://survey-api.konsolidate.be>
            ],
            [
                acl:mode acl:Append, acl:Read, acl:Write;
                acl:origin <https://trinpod.eu>
            ];
    ldp:inbox inb:;
    space:preferencesFile </settings/prefs.ttl>;
    space:storage kon:;
    solid:account kon:;
    solid:oidcIssuer <https://solidcommunity.net/>;
    solid:privateTypeIndex </settings/privateTypeIndex.ttl>;
    solid:publicTypeIndex </settings/publicTypeIndex.ttl>;
    foaf:knows c:me, c1:me, c2:me, c0:me;
    foaf:name "Konsolidate".
