beeldengeluid / beng-lod-server

LOD server for B&G catalogue
MIT License
1 stars 1 forks source link

Task: Test performance of doing conversion via SPARQL Anything #170

Open mwigham opened 2 years ago

mwigham commented 2 years ago

SPARQL Anything offers us an alternative way of doing the mapping of our metadata from json to RDF. The question is how good the performance would be, especially given our large number of metadata fields, which would require multiple SPARQL Anything queries to keep things readable and maintainable.

We need to choose an appropriate moment to investigate this, as it would require a large amount of refactoring in the code if we do indeed decide to switch to SPARQL Anything.

Tasks:

wmelder commented 2 years ago

and maybe refresh the RML components and compare to that?

mwigham commented 2 years ago

Good idea, I'll add it to the task list

mwigham commented 2 years ago

on second thoughts, I'll make another issue