You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have seen a number of possible use cases expressed in various repos, email threads, etc.
Given that we could use these to help us gather the specific set of requirements that any new specification/standard needs to support - perhaps we should start here.
The text was updated successfully, but these errors were encountered:
A stream can either be a single complete resource which can be processed entirely at a single go or an open stream in which new documents may be sent over time, such as a WebSocket.
A stream may be used to convey components of a single dataset, which are too large to convey in a single document (SOLID Resource Containers were mentioned by @pchampin) or to collect otherwise unrelated documents.
There could be a way to share a context across all documents in a stream, or require every document within the stream to be self-describing. JSON-LD allows an expansionContext to be set in the API, and in most cases via HTTP Link header.
I have seen a number of possible use cases expressed in various repos, email threads, etc.
Given that we could use these to help us gather the specific set of requirements that any new specification/standard needs to support - perhaps we should start here.
The text was updated successfully, but these errors were encountered: