code
docs
tests
Index/Query services backed by OpenRDF Sesame framework for processing RDF data.
Assembly is done using the provided Assembler:
new RdfMemoryStoreAssembler().assemble( module );
No configuration needed.
Assembly is done using the provided Assembler:
new RdfNativeSesameStoreAssembler().assemble( module );
Here are the configuration properties for the Native RDF Index/Query:
public interface NativeConfiguration extends ConfigurationComposite { @Optional @Matches( "([spoc][spoc][spoc][spoc],?)*" ) Property<String> tripleIndexes(); @Optional Property<String> dataDirectory(); @UseDefaults Property<Boolean> forceSync(); }
Assembly is done using the provided Assembler:
new RdfRdbmsSesameStoreAssembler().assemble( module );