Re: RDF backed Pylons

2007-05-19 Thread Graham Higgins
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 14 May 2007, at 22:36, Kendall Clark wrote: There once was a command-line WSGI SPARQL endpoint, SparqlServer.py. It used CherryPy's WSGI class and I snarfed a copy when I encountered the pointer --- but there no longer seem to be any

Re: RDF backed Pylons

2007-05-15 Thread Philip Cooper
On 5/14/07, Chris K Wensel [EMAIL PROTECTED] wrote: the website left me a little confused. Yeah, I should do some more posting there. will it let me round-trip modifications to the backing store? or are there limitations on what can be written back? It will round trip but this is

Re: RDF backed Pylons

2007-05-15 Thread Kendall Clark
On May 15, 2007, at 4:58 PM, Philip Cooper wrote: On 5/14/07, Chris K Wensel [EMAIL PROTECTED] wrote: the website left me a little confused. Yeah, I should do some more posting there. will it let me round-trip modifications to the backing store? or are there limitations on what can

Re: RDF backed Pylons

2007-05-14 Thread Philip Cooper
On May 11, 8:19 pm, Kendall Clark [EMAIL PROTECTED] wrote: On May 11, 2007, at 9:57 PM, Chris K Wensel wrote: Was wondering if anyone has any experience using an RDF store with Pylons? We've (http://clarkparsia.com/) built an app for NASA using Pylons and the Sesame RDF database. In

Re: RDF backed Pylons

2007-05-14 Thread Kendall Clark
On May 14, 2007, at 12:38 PM, Graham Higgins wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12 May 2007, at 02:57, Chris K Wensel wrote: Was wondering if anyone has any experience using an RDF store with Pylons? I've been using rdflib directly. I didn't see much point in

Re: RDF backed Pylons

2007-05-14 Thread Chris K Wensel
Have you had a look at Oort? (The main site is unresolvable at the moment, try: http://groups.google.com/group/oort Or Carmen might be of interest: https://carmen.dreamlab.net/ whit morriss' tagger may provide some food for thought: http://www.openplans.org/projects/yucca/install-tagger

Re: RDF backed Pylons

2007-05-14 Thread Chris K Wensel
Have you looked carefully at ActiveRDF? I'm not convinced that's the right way to go either, but a port to Python (WSGI, perhaps, if not directly to Pylons) would be useful. (I'd really rather see RDFAlchemy finished or something more LINQ-like.) it was ActiveRDF that sparked my interest

Re: RDF backed Pylons

2007-05-14 Thread Chris K Wensel
OK, That's my fault. Incomplete, yes. Stalled, no. In fact I have some updates I will try to post later this week. I am still using it with rdflib and not sesame yet. This way makes for great pylons-paste deployment. the website left me a little confused. will it let me round-trip

RDF backed Pylons

2007-05-11 Thread Chris K Wensel
Hi all Was wondering if anyone has any experience using an RDF store with Pylons? I've seen both RDFAlchemy and Sparta. RDFAlchemy strikes me as incomplete and stalled. But Sparta looks great. Has there been any success with Sparta or anything else and Pylons? If I was to tackle the

Re: RDF backed Pylons

2007-05-11 Thread Kendall Clark
On May 11, 2007, at 9:57 PM, Chris K Wensel wrote: Hi all Was wondering if anyone has any experience using an RDF store with Pylons? We've (http://clarkparsia.com/) built an app for NASA using Pylons and the Sesame RDF database. In fact, it's going into production in the next week or