Re: KiWi SAIL example

2016-02-10 Thread Rupert Westenthaler
he OSGI console and I was > unable to find it anywhere > > Cheers > > Alan > > -Original Message- > From: Rupert Westenthaler [mailto:rupert.westentha...@gmail.com] > Sent: Wednesday, February 10, 2016 6:53 AM > To: users@marmotta.apache.o

RE: KiWi SAIL example

2016-02-10 Thread Robson, Alan
onsole and I was unable to find it anywhere Cheers Alan -Original Message- From: Rupert Westenthaler [mailto:rupert.westentha...@gmail.com] Sent: Wednesday, February 10, 2016 6:53 AM To: users@marmotta.apache.org Subject: Re: KiWi SAIL example Hi

Re: KiWi SAIL example

2016-02-10 Thread Rupert Westenthaler
f database tables to work with, or is that the wrong way to > approach connecting stanbol and marmotta ? > > > > Cheers > > > > Alan > > > > From: Sergio Fernández [mailto:wik...@apache.org] > Sent: Sunday, February 07, 2016 5:50 AM > To: users@marmotta.apache.or

Re: KiWi SAIL example

2016-02-08 Thread Sergio Fernández
On Sun, Feb 7, 2016 at 7:59 PM, Robson, Alan wrote: > > Is there also a path via stanbol? > > > > Can stanbol connect to the exact same information as marmotta if I give it > the same set of database tables to work with, or is that the wrong way to > approach connecting stanbol and marmotta ? > S

RE: KiWi SAIL example

2016-02-07 Thread Robson, Alan
Fernández [mailto:wik...@apache.org] Sent: Sunday, February 07, 2016 5:50 AM To: users@marmotta.apache.org Subject: Re: KiWi SAIL example Alan, you can use the KiWi Java API, connecting to the database via JDBC to directly access the Sail. That what, for example the bulk loader does: https://github.com

Re: KiWi SAIL example

2016-02-07 Thread Sergio Fernández
Alan, you can use the KiWi Java API, connecting to the database via JDBC to directly access the Sail. That what, for example the bulk loader does: https://github.com/apache/marmotta/blob/develop/loader/marmotta-loader-kiwi/src/main/java/org/apache/marmotta/loader/kiwi/KiWiLoaderHandler.java#L70 I