[Owlim-discussion] FactForge sparql endpoint not working

2012-08-07 Thread Tope Omitola
I've been trying to access FactForge sparql endpoint ( http://ff-dev.ontotext.com/sparql) with no success. Is it working? Best -- Tope ___ Owlim-discussion mailing list Owlim-discussion@ontotext.com

Re: [Owlim-discussion] Welcome to the Owlim-discussion mailing list

2012-10-09 Thread Tope Omitola
This simply means there's a prefix 'eter' used somewhere that wasnt defined before. Check your foaf schema or the instance file for any errant 'eter' . This is just like a program variable where you use a variable name without first declaring it. Maybe use rapper

Re: [Owlim-discussion] Restful APIs for Owlim?

2013-03-19 Thread Tope Omitola
?p ?o} http://localhost:8080/openrdf-sesame/repositories/example Barry On 18/03/2013 14:49, Tope Omitola wrote: I'm trying to query OWLIM using http requests. I'm aware of * http://www.openrdf.org/doc/sesame2/system/ch08.html , but that chapter did not help with solving my problem

Re: [Owlim-discussion] Restful APIs for Owlim?

2013-03-20 Thread Tope Omitola
, the above is platform-specific. I'll stick with the setting standard (Accept:) HTTP header, as appropriate. Tope On 19 March 2013 20:22, Jeen Broekstra jeen.broeks...@gmail.com wrote: On 19/03/13 22:56, Tope Omitola wrote: Hi Barry Thanks for these. How can I put all these in an http

Re: [Owlim-discussion] Restful APIs for Owlim?

2013-04-16 Thread Tope Omitola
Hi Jeen I;m trying to do similar for (a) creating a graph, (b) adding statements to a graph, and (c) uploading an rdf file to a graph. Are there similar ways to do these in OWLIM? Best On 20 March 2013 17:51, Tope Omitola tope.omit...@googlemail.com wrote: Thanks Jeen I figured OWLIM may

Re: [Owlim-discussion] Restful APIs for Owlim?

2013-04-17 Thread Tope Omitola
Thanks, Jeen. This url looks useful. Best On 16 April 2013 23:47, Jeen Broekstra jeen.broeks...@gmail.com wrote: On 17/04/13 00:08, Tope Omitola wrote: Hi Jeen I;m trying to do similar for (a) creating a graph, (b) adding statements to a graph, and (c) uploading an rdf file to a graph