A MemModel is an RDF Model, which is stored in the main memory.
Constructor You can supply a base_uri
Notice for people who are used to work with older versions of RAP.
Abstract superclass of MemModel and DbModel. A model is a programming interface to an RDF graph.
Check if the DbModel with the given modelURI is already stored in the database
ModelFactory is a static class which provides methods for creating different types of RAP models. RAP models have to be created trough a ModelFactory instead of creating them directly with the 'new' operator because of RAP's dynamic code inclusion mechanism.