jimregan / mlode

Automatically exported from code.google.com/p/mlode
0 stars 0 forks source link

Adding dbnary dataset with SARQL endpoint #103

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
dbnary is an extract of wiktionary data in several language. It is structured 
using LEMON model and other classes. 

- datahub: http://thedatahub.org/en/dataset/dbnary
- contact Gilles Sérasset (Gilles.Serasset@imag.fr)

- status 
   * RDF data is available (extracts are performed on each wiktionary dump)
   * SPARQL endpoint is available. the data is usually older than turtle files as turtle files are updated in parallel with wiktionary dumps).
   * URIs are resolvable
   * extracts available for: de, en, fi, fr, it, pt

- TODO: 
   * check that SPARQL endpoint is working correctly
   * check if URI with international chars are correctly supported

Original issue reported on code.google.com by Gilles.S...@gmail.com on 25 Sep 2012 at 2:56

GoogleCodeExporter commented 9 years ago
DONE:
 - sample file and URI added in the CKAN entry.
 - content negociation is correct
 - still some bugs with browsing URIs with international chars (using virtuoso facetted browser) 

Original comment by Gilles.S...@gmail.com on 16 Jan 2013 at 1:54