Re: [Dbpedia-discussion] Updating local sesame database with Live dumps

2013-02-26 Thread Mohamed Morsey
Hi Gaurav, On 02/26/2013 11:29 AM, gaurav pant wrote: Hi Morsey, I was thinking little bit wrong. Please correct me if I am wrong about dbpedia live. "There is no concept of updating existing record actually .It is being achieved with delete-insert operation sequence. Suppose I updates the

Re: [Dbpedia-discussion] Updating local sesame database with Live dumps

2013-02-26 Thread gaurav pant
Hi Morsey, I was thinking little bit wrong. Please correct me if I am wrong about dbpedia live. "There is no concept of updating existing record actually .It is being achieved with delete-insert operation sequence. Suppose I updates the author of a particular book named "Mybook" from XYZ to ABC t

Re: [Dbpedia-discussion] Updating local sesame database with Live dumps

2013-02-26 Thread Mohamed Morsey
Hi Gaurav, On 02/26/2013 10:03 AM, gaurav pant wrote: > Now I want to update my repository (insert some more records/Delete > some records) than can anyone please let me know how can i do it with > handling all the possible error/exception situations. I do not require > exact code but the class

Re: [Dbpedia-discussion] Updating local sesame database with Live dumps

2013-02-26 Thread gaurav pant
Hi , Thanks Morsey.. I have created a Sesame Repository using "openrdf-sesame-2.6.10 " Find below sample code. import org.openrdf.model.Value; import org.openrdf.query.BindingSet; import org.openrdf.query.QueryLanguage; import org.openrdf.query.TupleQuery; import org.openrdf.query.TupleQueryResu

Re: [Dbpedia-discussion] Updating local sesame database with Live dumps

2013-02-25 Thread Mohamed Morsey
Hi Gaurav, On 02/25/2013 02:11 PM, gaurav pant wrote: > Hi All, > > I have local sesame repository. I want to update this database > repeatedly by syncing DBpedia provided live dumps.I am trying to write > a program using open-sesame Java API. > > If we check the live dump , suppose for today >

[Dbpedia-discussion] Updating local sesame database with Live dumps

2013-02-25 Thread gaurav pant
Hi All, I have local sesame repository. I want to update this database repeatedly by syncing DBpedia provided live dumps.I am trying to write a program using open-sesame Java API. If we check the live dump , suppose for today ( http://live.dbpedia.org/liveupdates/2013/02/25/12/) , than we will fi