Hi Pierre, Please take a look at [1]. I'm not an expert on the assember, but the directions Andy gave there helped a lot.
-Stephen [1] http://mail-archives.apache.org/mod_mbox/jena-dev/201210.mbox/%[email protected]%3E On Mon, Nov 12, 2012 at 8:34 AM, Pierre LINDENBAUM <[email protected]> wrote: > > > (cross posted on SO: http://stackoverflow.com/questions/13344429 ) > > I wrote an implementation of com.hp.hpl.jena.graph.impl.GraphBase > > > packagemygraph;import(...)publicclassMyGraphextendsGraphBase{publicMyGraph(){}@OverrideprotectedExtendedIterator<Triple>graphBaseFind(TripleMatchm > ){return//(...)}} > > now, I'd like to load this graph into Apache Fuseki. > > I've read about the Assembler and the config (*.ttl) files but I'm lost. > > How should I tell Fuzeki to add/load my graph to its dataset ? > > > Thanks, > > Pierre >
