Talk:RDF2Go/Old
From semanticweb.org
Old discussions for RDF2Go.
[edit] Issue: equals() and isomorphicWith
See mail archive for problem.
- ACTION: added a method isomorphicWith to Model
[edit] fixed
- leo change size() return type to long
- max added isOpen() to ModelSet
- ModelSetImpl sesame in rdf2go repository intentionally left broken use the aduna adapter now
- max removed dependency to aifbcommons and included to interfaces in rdf2go.api project
- gunnar added in Modelset:
- Model createModel( URI contextURI ) throws ModelRuntimeException;
- addModel( Model )
- chris suggested: ModelSet.getModels and .getModelURIs return ClosableIterator
- did that
- renamed modelset.getUnderlyingModelImplementation to getUnderlyingModelSetImplementation