linkedpipes / dcat-ap-viewer

Viewer of DCAT-AP 2.0.1 compatible dataset metadata
MIT License
6 stars 6 forks source link

Add optional support for JSON-LD library for backend #217

Closed skodapetr closed 3 years ago

skodapetr commented 3 years ago

As of now the SPARQL provider rely on flat JSON-LD format provided by the server. Nevertheless, there is no rule that surver must use flat format. For this reason we should pre-process the data with JSON-LD library. As this will impact performance, there should be an option to enable/disable this feature.