Sorry about the missing attachment - I've posted my example code at
http://pastie.org/2839258

Chris, thanks for the info about Jena's handling of namespaces.  That all
makes sense but I don't think it addresses the particular case that I'm
dealing with.

To give a very brief description of my situation:
* I've got a namespace with a prefix defined in the opening <rdf:RDF> tag.
 ( xmlns:wn="http://www.ontologyportal.org/WordNet.owl#"; )
* An element in the namespace is referenced using the prefix (
<subsumingRelation rdf:resource="*wn#WN30-201691057*"/> )
* When getNameSpace() is called on the Resource which represents the object
of that triple, it returns http://www.ontologyportal.org/wn# - which seems
to be a weird mash-up of the actual namespace and it's prefix.

Thanks very much for the help.

- Kevin

Reply via email to