Menu

#66 BaseURI

open
nobody
Parsers (11)
5
2008-08-15
2008-08-15
No

I think there is a bug with the base URI handling in RAP - essentially it's
adding # sign at the end of the URI which makes it different from original
base URI used to load the document.

While it might be useful to do that when there are lots of concatenations
where you need to add hash sign to get local URI, it's not correct way to
doing this as it makes this URI different from what might be looked for
within the document - basically this URI can be referenced within the
document itself to identify the relationship between other objects and the
document (used with foaf:PersonalProfileDocument predicate or alike).

I hope this is an easy fix, but it's still hard for me to grasp all the RAP
to be able to write a patch myself.

Thank you,

Sergey

Discussion