Your pod looks very weird. Can you tell more.
/ separator is %converted
Is it a pod on windows ?
Yes, Windows. The info I’m getting on the server side however, for authentication and permissions looks pretty good, ending with:
Permissions on https://rogerfgay.solid.hll.nu:7443/profile/card/ for (none): read write append control +0ms
solid:ACL Permissions on https://rogerfgay.solid.hll.nu:7443/profile/card/ for public: read write append control +0ms
solid:get /profile/card/ on rogerfgay.solid.hll.nu +3m
solid:handlers GET – Reading directory +3m
solid:handlers Files in directory: .acl,prefs.ttl,privateTypeIndex.ttl,privateTypeIndex.ttl.acl,publicTypeIndex.ttl,publicTypeIndex.ttl +2ms
I’m a bit of a newbie, so you may need to direct me to specific files. I’ve seen the conversion in profile/card$.ttl … Here’s what I have for a fresh new pod account. I’ve just deleted newlines in lines for pim:preferenceFile, solid:privateTypeIndex, and solid:publicTypeIndex. I’ve had problems with new lines before, especially in acls for acl:mode
@prefix : <#>.
@prefix solid: http://www.w3.org/ns/solid/terms#.
@prefix foaf: http://xmlns.com/foaf/0.1/.
@prefix pim: http://www.w3.org/ns/pim/space#.
@prefix schema: http://schema.org/.
@prefix ldp: http://www.w3.org/ns/ldp#.
@prefix c: https://fake1.solid.hll.nu:7443/profile/card#.
@prefix n: http://www.w3.org/2006/vcard/ns#.
@prefix inbox: https://fake1.solid.hll.nu:7443%2Fprofile%2Fcard//inbox/.
@prefix n0: https://fake1.solid.hll.nu:7443%2Fprofile%2Fcard//.
c:me
a schema:Person, foaf:Person;
n:fn “fake”;
n:organization-name “self”;
n:role “owner”;
ldp:inbox inbox:;
pim:preferencesFile https://fake1.solid.hll.nu:7443%2Fprofile%2Fcard//settings/prefs.ttl;
pim:storage n0:;
solid:account n0:;
solid:privateTypeIndex https://fake1.solid.hll.nu:7443%2Fprofile%2Fcard//settings/privateTypeIndex.ttl;
solid:publicTypeIndex https://fake1.solid.hll.nu:7443%2Fprofile%2Fcard//settings/publicTypeIndex.ttl;
foaf:name “fake”.
<> a foaf:PersonalProfileDocument; foaf:maker c:me; foaf:primaryTopic c:me.