LiUSemWeb / HeFQUIN

HeFQUIN is a query federation engine for heterogeneous federations of graph data sources, including federations of knowledge graphs.
https://liusemweb.github.io/HeFQUIN/
Apache License 2.0
20 stars 3 forks source link

Access to latest Vocabulary Mappings implementation #318

Closed eltonfss closed 1 year ago

eltonfss commented 1 year ago

Hi,

I'm currently investigating state-of-the-art solutions that are capable of translating SPARQL queries in a global schema to SPARQL queries in local schemas via vocabulary mappings, and I came across one of the latest publications related to this repository: Considering Vocabulary Mappings in Query Plans for Federations of RDF Data Sources.

The publication refers to HeFQUIN and to HeFQUIN-VocabMappingsExperiments, but the second link leads me to a 404 page from GitHub.

Would you be able to give me access to it or make it public so I can test your implementation and see if I could use and/or extend it? If you could also share any further documentation or examples you might have of vocabulary mappings and queries related to them it would be very helpful as well.

Best Regards

chengsijin0817 commented 1 year ago

Hi Elton, thanks a lot for your interest. I've made the HeFQUIN-VocabMappingsExperiments repository public. If you have any questions or if there's anything unclear, please feel free to reach out.

hartig commented 1 year ago

Also, Elton, please let us know of the findings of your investigation. We are eager to read about it!

eltonfss commented 1 year ago

Thank you @chengsijin0817 and @hartig! So far this is the most recent and accessible solution I've been able to find.

Another interesting solution was SPARQL-RW, but its latest publication was about 10 years ago and I could not yet find any publicly available source code of the solution for testing.

Another one I found that was a bit more recent was sparql-translator-complex-alignment whose publication dates from 2016.

Finally, I also looked into SPARQLoid which was published in ISWC 2012, but I could not find the source code for testing it anywere as well.

hartig commented 1 year ago

@eltonfss thanks a lot for listing the other options that you have found!