Jena: hasProperty(Property) -> true but listProperties().hasNext -> false
766393Apr 19 2010 — edited Apr 20 2010Hi,
I am currently facing a surprising behaviour of listProperties.
While going through a ResultSet of a SPARQL query, all the Resources found show the same results :
- hasProperty(Property p) returns true when supposed to
- listProperties always returns an empty iterator (hasNext()=false)
I have only had this issue with this ModelOracleSem, never with in-memory Jena models.
Is there another way to iterate through all the statements which have a specified resource as a subject ?
Thanks,
Julien