Hello Yusniel,

On Mon, Apr 29, 2013 at 07:03:18PM -0400, Yusniel Hidalgo Delgado wrote:
> In the previous message sent by Michael, he said that the endpoint SPARQL is 
> updated once per day. I guess that the approach used in the project is a 
> batch update approach. I am very interested in the way used for to do this. 
> Other colleagues and I, we are studying some approaches developed for 
> incremental update of RDF graphs in linked data context, more specifically, 
> RDF graphs updated from a legacy relational database.

We do not use incremental updates currently.

The application changes the data in the triple store by doing DROP/INSERT on
single named graphs. The SPARQL endpoint with triples is completely regenerated
once per day with a federated query to the named graph SPARQL endpoint:
"DROP ALL\nINSERT { ?s ?p ?o } WHERE { SERVICE <..". We can probably go a long
way before this gets impractical.

Regards,

Michael Brunnbauer

-- 
++  Michael Brunnbauer
++  netEstate GmbH
++  Geisenhausener Straße 11a
++  81379 München
++  Tel +49 89 32 19 77 80
++  Fax +49 89 32 19 77 89 
++  E-Mail bru...@netestate.de
++  http://www.netestate.de/
++
++  Sitz: München, HRB Nr.142452 (Handelsregister B München)
++  USt-IdNr. DE221033342
++  Geschäftsführer: Michael Brunnbauer, Franz Brunnbauer
++  Prokurist: Dipl. Kfm. (Univ.) Markus Hendel

Reply via email to