How to identify/represent federated containers of things? #188
Description
At StartinBlox, we are working on distributed applications which need to use data coming from different pods and containers.
For example, we are working on the Happy Dev application which aims to provide distributed project management and instant messaging capabilities, to enforce the cooperation between our network of local companies.
We found no information about the proper way to represent the list of pods/sources constituting a federated universe as a LD resource.
Our technical proposal would be to have a specific type of resource that is a link to a container being a source of data. For now, we are using our own custom @type: sib:source
(vocabulary not defined yet) for that.
The client application can then detect these sources and fetch the resources contained by the associated containers.
Any feedback welcome, would love to discuss that with you,