Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

link to distant resources #140

Open
sylvainlb opened this issue Feb 21, 2015 · 2 comments
Open

link to distant resources #140

sylvainlb opened this issue Feb 21, 2015 · 2 comments
Labels

Comments

@sylvainlb
Copy link

How can we include in a container resources laying in a container on another server?
It would be great if one was allowed to use some sort of include to indicate that some container includes its own resources, and some distant resources in addition.

@bblfish
Copy link
Member

bblfish commented Feb 21, 2015

So one way is to allow the container to be edited, so that any relation can be added there. Of course there you could not use the ldp:contains relation because that implies that when you delete the object the relation disappears from the container, which you cannot guarantee if your resource is on another server. You would then be able to add <> rdfs:member <htttp://other.com/thing> to your container.

If is possible to add that to the server. I wonder if there is a way of doing what you want without this requirement. Do you have a use case?

@sylvainlb
Copy link
Author

Yes, typically, I want a create a todo list, but some of my todos are on server A, and some on server B. It would be nice to point my script on a LDPC on A, and to get A to serve the whole list, or at least a notification that the client should look on B.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants