Make our store JSON-LD compliant

By using the jsonld.js lib, we should make our store compliant to the JSON-LD specification.

For this, each time we fetch a resource:

  • we flatten the graph -> each object needs to be cached
  • we compact each resource -> use the compact JSON-LD form like today