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
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
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
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
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
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