I want to download two or more datasets on my computer and be able to run the SPARQL endpoint for each. I tried Fuseki, which is part of the Jena project. However, it loads the entire data set into memory, which is not very desirable if I intend to query large arrays of data, such as DBpedia, given that I intend to do other things (starting with several SPARQL endpoints and using a federated query system for them).
Just to give you a head, I intend to link several data sets using SILK , requesting them using the FEDX federated query system. If you recommend any changes to the systems that I use, or can give feedback, that would be great. It will also be useful if you propose a dataset that can fit into this project.
source share