Great! (I didn't spot this until now! :/ ) I think it looks very similar to commons-rdf-simple -- do you think some of your simplifications (e.g. in Graph.add()) should be applied to simple ?
As I'm looking at defining the hashcodes for COMMONSRDF-14, would you share any thoughts on why you multiply by 31 here instead of just returning the uniqueReference() hashCode as-is? https://github.com/afs/commonsrdf-container/blob/master/src/main/java/org/apache/somewhere/general/BlankNodeImpl.java#L58 On 16 April 2015 at 18:46, Andy Seaborne <[email protected]> wrote: > I have a implementation (WIP) as a basis for experimentation, with a slant > towards integration across systems (same implementation/different instance, > or distributed, or different implementation). > > https://github.com/afs/commonsrdf-container > > Andy -- Stian Soiland-Reyes Apache Taverna (incubating), Apache Commons RDF (incubating) http://orcid.org/0000-0001-9842-9718
