We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Search for a way of creating symbolic links to folders in another PODs
The text was updated successfully, but these errors were encountered:
It is possible to create links to folders and files stored in solid PODs from inrupt.net
First of all, we will have to create our folder structure from the add button. In this example, we are going to store a reference to folder2 in folder1 called link.ttl. To create the link, a new source should be created from the add button. It should contain the following code:
@prefix ldp: <http://www.w3.org/ns/ldp#> . @prefix solid: <http://www.w3.org/ns/solid/terms#> . <> a ldp:Resource, solid:Container; ldp:contains <https://davidmc.inrupt.net/folder2> .
Note that ldp:contains has to be changed to the location of the resource to be referenced. Now the content of folder2 can be accessed from link.ttl
Sorry, something went wrong.
Davidmc07
No branches or pull requests
Search for a way of creating symbolic links to folders in another PODs
The text was updated successfully, but these errors were encountered: