Any ideas about JQuery plugins/Javascript libraries for working with RDF?
+1
A:
There's this JavaScript RDF parser. At least, you can start from it. Or, RdfPlugin that allows you to create, store and query RDF triples in a jQuery-like way.
Nikola Kotur
2009-10-20 13:41:19
I have tried RDF parser with some success, but the RDFquery seems more like what I wanted.
brinxmat
2009-10-20 18:31:52
+1
A:
I wrote a tiny RDF parser: it doesn't support the full RDF spec, but it is OK for me. See http://anybody.cephb.fr/perso/lindenb/rdfjs/rdf.xul (requires firefox for XUL )
Pierre
2009-10-20 14:47:11
+2
A:
You are probably looking for RDF Query which "is an easy-to-use Javascript library for RDF-related processing". There are lots of examples of use of it at the author's blog: Jeni's Musings.
dajobe
2009-10-20 17:43:36
A:
There's also the RDF parser included in the Tabulator project, and a couple of newer solutions are jOWL and Jstle.
Overall, however, rdfQuery is probably the most comprehensive solution available at this time.
Arto Bendiken
2010-04-26 19:12:41