A Java API to the AllegroGraph triple store implementation.
We provide adapters for Sesame 2.x and Jena 2.5.
Compatibility Note
This Java API is similar to the AllegroGraph Java API in earlier releases (3.1.1 and older),
but it is significantly different in many details. Existing Java programs will need to be
modified substantially.
- The primary public package is
com.franz.agbase
- New classes: ValueSetIterator, PrologSelectQuery
- All the methods in AllegroGraph for making Prolog queries have been
eliminated in favor of the PrologSelectQuery class.
- The ValueObject class hierarchy is completely separate form Sesame classes.