TREEcg / specification

RDF vocabulary and hypermedia specification to publish your Linked Data using search trees
https://w3id.org/tree/specification
27 stars 12 forks source link

Relations can be represented in Link header #70

Open sandervd opened 1 year ago

sandervd commented 1 year ago

When a tree:Node is retrieved over the web, it might be useful to include the relations defined in it as a Link header. This would allow traversing relations without fetching the contents (HEAD requests), as well as speed up traversal, as document relations can be followed/prefetched before the actual contents is parsed.

This would benefit from the implementation of #64.