Re: dereferencing URIs

2016-05-02 Thread Sergio Fernández
Hi, On Mon, May 2, 2016 at 12:03 PM, Frans Knibbe wrote: > > In my few experiments so far, the requested URI is described in the > response. For example, if I request > http://www.example.com/my_dataset/resource123, the response contains the > triples in which http://www.example.com/my_dataset/re

Re: dereferencing URIs

2016-05-02 Thread Frans Knibbe
Hello Sergio, In my few experiments so far, the requested URI is described in the response. For example, if I request http://www.example.com/my_dataset/resource123, the response contains the triples in which http://www.example.com/my_dataset/resource123 is the subject. I have tried the Linked Dat

Re: dereferencing URIs

2016-05-01 Thread Sergio Fernández
Frans, although I understand your practical need of getting those request gettingin, you should be aware it is invalid according the Linked Data principles. If you try a Linked Data validator, such as http://vafu.redlink.io/ , you would notices that the original resource does not come described in

Re: dereferencing URIs

2016-04-29 Thread Rob Atkinson
Hi Frans URI rewriting is a big deal IMHO - I am interested in exploring options to add a more flexible layer to the platform. Where I was working at CSIRO a while back we developed a partial solution (there are some key use cases around re-using rules sets - binding an known API template to a se

Re: dereferencing URIs

2016-04-29 Thread Frans Knibbe
Hello, The following addition to my Apache HTTPD configuration seems to work well: RewriteEngine on RewriteRule ^ http://www.example.org/marmotta/resource?uri=http://%{HTTP_HOST}%{REQUEST_URI} Regards, Frans 2016-04-29 13:02 GMT+02:00 Frans Knibbe : > Thank you Sergio, that certainly hel

Re: dereferencing URIs

2016-04-29 Thread Frans Knibbe
Thank you Sergio, that certainly helps. I have just tested this approach, and after I found out my {BASE} value ( http://www.example.com/marmotta) I could successfully GET the resources in the format specified in the Accept header. So I think that if I want the resource URIs to be dereferencable

Re: dereferencing URIs

2016-04-26 Thread Sergio Fernández
Hi Frans, On Tue, Apr 26, 2016 at 4:14 PM, Frans Knibbe wrote: > > What doesn't work (yet) is dereferencing the URIs in my dataset. For > example, http://www.example.com/mydataset or > http://www.example.com/mydataset/myResource give HTTP 404 errors > (produced by Tomcat). > > Is there a way to e

dereferencing URIs

2016-04-26 Thread Frans Knibbe
Hello, I have just installed Marmotta in order to see which functionality it provides, and I think I could use some help to get the dereferencing of URIs working. Say Marmotta runs at http://www.example.com. I have used the administration GUI to import some sample data, with a context (graph URI)