Jena/ARQ: Difference between Model, Graph and DataSet
Jena is divided into an API, for application developers, and an SPI for systems developers, such as people making storage engines, reasoners etc. DataSet, Model, Statement, Resource and Literal are API interfaces and provide many conveniences for application developers. DataSetGraph, Graph, Triple, Node are SPI interfaces. They’re pretty spartan and simple to implement (as you’d … Read more