Skip navigation links

@ParametersAreNonnullByDefault

Package eu.fbk.knowledgestore.triplestore

TripleStore server-side component API (ks-server).

See: Description

Package eu.fbk.knowledgestore.triplestore Description

TripleStore server-side component API (ks-server).

This package defines the abstract API of the TripleStore internal server-side component, whose task is to support the scalable storage of RDF triples within named graphs (which can be also seen as quadruples), providing reasoning and SPARQL querying facilities on top of it. More in details, the package provides:

Note that component API builds on Sesame; however, it does not reuse the Repository or Sail concepts of Sesame, but defines a more lightweight TripleStore interface that allows the implementation of the component on top of a wider range of existing triple store systems. Component implementations for specific triple stores are provided by dedicated modules.

Skip navigation links

Copyright © 2015–2016 FBK-irst. All rights reserved.