First of all - I am new to Jena, so apologies in advance if I'm missing anything obvious.
My problem - I think Resource.getNameSpace() is returning an incorrect value in certain cases. I'm using SUMO as my test case against Jena 2.6.4. Summary: Resource.getNameSpace() returns an incorrect value (I think) when called on the object of a statement which is referenced as <namespace prefix>#<name>. The key bit is the <namespace prefix> - this seems to be resolved to an incorrect namespace URL. I've attached a very short program which demonstrates what I'm talking about. Note that there's nothing special about the class/statement used in the example - just instances that are known to demonstrate my issue. Any help is greatly appreciated. - Kevin
