[redland-dev] rasqal uri problem

Dave Beckett dave.beckett at bristol.ac.uk
Tue Oct 19 10:18:56 BST 2004


On Tue, 19 Oct 2004 01:25:16 -0700 (PDT), Neo Tr <cskocak at yahoo.com> wrote:

> Hello,
>  
> In my project I am using URIs like: [1] instead of something like [http://some/1].
>  
> When I try to query model with rasqal, I got a syntax error since URIs do not have http://.
>  
> How can I change rasqal or redland so that it supports URIs that do not have prefix "http://"?
>  
> Will redland-rasqal support URIs without "http://"?

No.  It'll support legal absolute URI-references as defined by RFC2396.
This is what RDF uses, and you should find similar errors if you tried
other RDF applications.

You cannot create an absolute URI '1'.  Use some URI scheme and
other fields to make it legal.

Thanks

Dave



More information about the redland-dev mailing list