It is a java project using maven to manage dependencies.
It is a spring boot application for providing loom-ld services.
Develop a web service that allows writing and running these SPARQL-based link rules
- Review the state of the art for RDF linking or link discovery
- Develop a service that accepts SPARQL queries and runs them
- For the specification use the standard
- Use YASQUE/YASGUI for Web interface E.g.: https://github.com/oeg-upm/helio-publisher/blob/master/src/main/resources/templates/sparql.html
- Use Jena for the SPARQL processor
- Use sparkjava for the service Test the implementation with the query
- Add linking functions as JenaARQ extensions to the implementation
- Import functions
- Build a set of HTML views to assist users for writing the link rules;
- Compare the time required by our proposal for linking two datasets with Limes or Silk for the same datasets.