[redland-dev] Serializer namespace issues
Kieron Taylor
krt1 at soton.ac.uk
Wed Jul 20 17:07:57 BST 2005
> You can't abbreviate triple subjects (rdf:about, rdf:nodeID) or triple
> objects (rdf:resource, rdf:nodeID) using XML namespaces, only predicates
> are affected by that as they are XML names. subjects and objects that
> are URIs *are* affected by the in-scope base URI that's used.
>
> The resource value does seem to be corrupted. What, if any base URI did
> you pass to the serializer? If it was
> http://green.chem.soton.ac.uk/rdf/
> then that will be why the resulting URI is relative to that base URI.
> Use NULL to get no base, so all the output URIs will be absolute.
Thanks for this explanation. It was indeed a base URI leading to their
removal. Problem solved.
Cheers
Kieron
More information about the redland-dev
mailing list