AnantLabs / rdfquery

Automatically exported from code.google.com/p/rdfquery
0 stars 0 forks source link

Full Turtle parsing #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have an interesting idea I'd like to try out, but need client-side 
Javascript Turtle support, including support for parsing parentheses into 
rdf:Lists.

Perhaps rdfQuery could borrow some code from Tabulator, assuming 
compatible licences.

Original issue reported on code.google.com by TobyInks...@googlemail.com on 29 Sep 2009 at 8:46

GoogleCodeExporter commented 9 years ago
I'm not going to do this in the immediate future (have other priorities) *but* 
what I will do is make it easier to 
plug in parsers/serialisers for different formats, to encourage others to 
create them. I was thinking along the 
lines of requiring a mime type and/or name and parse() and serialize() methods. 
It needs to be integrated into 
the .load() method/PHP proxy.

Any ideas welcome.

Original comment by jeni.ten...@gmail.com on 1 Oct 2009 at 9:18

GoogleCodeExporter commented 9 years ago
I have revamped the load and dump methods so that you can use parsers plugged 
in as properties of 
$.rdf.parsers (named after the mime type they support). I've also added a 
Turtle parser :)

Original comment by jeni.ten...@gmail.com on 3 Nov 2009 at 9:46

GoogleCodeExporter commented 9 years ago
Yay! Now, if only I could remember what that interesting idea was that I wanted 
to 
try out...

Original comment by TobyInks...@googlemail.com on 4 Nov 2009 at 9:18