The current account creation script uses absolute URLs in all profiles, .meta files, and preference files so we have things like
<http://localhost:8444/profile/card#me>
<http://www.w3.org/ns/solid/terms#account>
</>.
Note that the root folder URL is relative and the WebID is absolute. Logically, it would mean the same thing to use a relative URL for the WebID - </profile/card#me>.
This makes the pod more portable and also means that if a user changes the port of their local NSS install, they don't have to rewrite all the URLs. It also makes install of Data-Kitchen easier.
The current account creation script uses absolute URLs in all profiles, .meta files, and preference files so we have things like
Note that the root folder URL is relative and the WebID is absolute. Logically, it would mean the same thing to use a relative URL for the WebID -
</profile/card#me>.This makes the pod more portable and also means that if a user changes the port of their local NSS install, they don't have to rewrite all the URLs. It also makes install of Data-Kitchen easier.