I have an early version of Jena installed that doesn't have the method
Algebra.compatible. There for, I changed the old jar with arq-2.8.7.jar which
has the method.
The problem now is that i get an exception message in Parsing:
Exception in thread "main" java.lang.RuntimeException: Unsupported Element
type: class com.hp.hpl.jena.sparql.syntax.ElementPathBlock
Do you know where i can check the differences between Jena's versions ?
> Date: Tue, 10 May 2011 11:20:52 +0100
> From: [email protected]
> To: [email protected]
> Subject: Re: Intersection of 2 ResultSet in Jena
>
> Easier to get the bindings : i.e use ResultSet.nextBinding
> and then use
> Algebra.compatible(binding1, binding2)
>
> If the results sets are small, just do an inner loop join.
>
> Andy