freme-project / e-Entity

Apache License 2.0
1 stars 1 forks source link

Setup SPARQL endpoint on freme-worker #47

Closed jnehring closed 8 years ago

m1ci commented 8 years ago

We should decide whether we setup SPARQL endpoint or Linked Data Fragments endpoint. A triple store such as Virtuoso provides full support for the SPARQL language. Linked Data Fragments provide support for SPARQL but only basic querying mechanism but there is no support for COUNT functions. See https://github.com/LinkedDataFragments/Client.js/issues/13

In general, Virtuoso is more mature than LDF, but LDF is more light-weight solution.

m1ci commented 8 years ago

We have setup SPARQL and LDF for FREME. SPARQL endpoint running at: http://rv2622.1blu.de:8890/sparql/ LDF server running at: http://rv2622.1blu.de:5000/

jnehring commented 8 years ago

Thanks. So the next step is to upload datasets to these endpoints?

m1ci commented 8 years ago

The list of 8 datasets hosted by the LDF endpoint can be found here: http://rv2622.1blu.de:5000/ The SPARQL endpoint currently hosts only 1 dataset with DBpedia categories, which is used by Wripl.

What other datasets do you have in mind?

jnehring commented 8 years ago

Its all good, I was just unsure if there is more work to be done here. I close the ticket because the work is done.v