Package org.aksw.jena_sparql_api.dboe
package org.aksw.jena_sparql_api.dboe
-
ClassDescriptionCore interface for a collection of quads Be aware that it can serve on multiple API contracts by either allowing/exposing or disallowing/hiding a default graphA diff based StorageRDF similar to the Delta graphA simple implementation of a QuadTableCore using nested mapsA simple QuadTable implementation for use cases where insert order sensitivity is more important than performance.A forwarding QuadTable that hides graphs based on a predicate.Forwarding QuadTableCore that additionally tracks quads in a collection (typically a LinkedHashSet) Calling .find() with Node.ANY in all places yields a stream from the collection insteadAn basic implementation of StorageRDF that forwards all calls as triples and quads to TripleTableCore and QuadTableCore instancesDecorator for TripleTableCore whose add/delete methods also sync a set (typically a LinkedHashSet) Invocation of .find() with only placeholders yields a stream from that set instead