@prefix : <https://arnehassel.solidcommunity.net/profile/card#>.
@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 n0: <https://arnehassel.solidcommunity.net/>.
@prefix inbox: <https://arnehassel.solidcommunity.net/inbox/>.
@prefix pro: <https://arnehassel.solidcommunity.net/profile/>.
@prefix n1: <https://csarven.ca/#>.

pro:card a foaf:PersonalProfileDocument;
    foaf:maker <#me>;
    foaf:primaryTopic <#me>.
<#me> a schema:Person, foaf:Person;
    vcard:fn "Arne Hassel";
    vcard:hasPhoto <https://arnehassel.solidcommunity.net/profile/Arne%20Hassel.png>;
    vcard:hasTelephone <#id1708346886636>;
    vcard:role "";
    acl:trustedApp _:n3-2611, _:n3-2612;
    ldp:inbox <https://arnehassel.solidcommunity.net/inbox/>;
    space:preferencesFile <https://arnehassel.solidcommunity.net/settings/prefs.ttl>;
    space:storage <https://arnehassel.solidcommunity.net/>;
    solid:account <https://arnehassel.solidcommunity.net/>;
    solid:oidcIssuer <https://solidcommunity.net/>;
    solid:privateTypeIndex <https://arnehassel.solidcommunity.net/settings/privateTypeIndex.ttl>;
    solid:publicTypeIndex <https://arnehassel.solidcommunity.net/settings/publicTypeIndex.ttl>;
    foaf:knows n1:i;
    foaf:name "Arne Hassel".
_:n3-2611 acl:mode acl:Append, acl:Read, acl:Write;
    acl:origin <http://localhost:5173>.
_:n3-2612 acl:mode acl:Append, acl:Read, acl:Write;
    acl:origin <https://dnd5e.vercel.app>.
