niklasl/clj-rdfa-sesame

use of clj-rdfa-sesame

Opened this issue · 2 comments

Hi,

I am making tests using clojure and rdfa.
While i had no problem using the clj-rdfa-jena, I am a bit lost with the sesame implementation.
I don't understand what handler and vf stands for.
Do you think you can add a little example on how to use it or can you give me any hint ?

Many thanks,

Samuel

PS i also use https://github.com/drlivingston/kr/blob/master/kr-examples/sesame-mem-kb/src/main/clojure/edu/ucdenver/ccp/kr/examples/sesame_mem_kb.clj

Hello! Those are org.openrdf.rio.RDFHandler and org.openrdf.model.ValueFactory respectively.

The adapters are mainly made to enable direct use from Java (see the examples, e.g. examples/rdfa_sesame.groovy.

If you use a Clojure-based RDF API, you could also use the clj-rdfa API directly (as exemplified in the adapter code itself).

Hi Niklas,
Many thanks for this informations.
I'll continue to try.
Thanks,
Samuel

On Thu, Jun 6, 2013 at 6:05 PM, Niklas Lindström
notifications@github.comwrote:

Hello! Those are org.openrdf.rio.RDFHandler and
org.openrdf.model.ValueFactory respectively.

The adapters are mainly made to enable direct use from Java (see the
examples, e.g. examples/rdfa_sesame.groovyhttps://github.com/niklasl/clj-rdfa-sesame/blob/master/examples/rdfa_sesame.groovy
.

If you use a Clojure-based RDF API, you could also use the clj-rdfa API
directly (as exemplified in the adapter code itself).


Reply to this email directly or view it on GitHubhttps://github.com//issues/1#issuecomment-19055764
.