up vote 2 down vote favorite
2
share [g+] share [fb]

Any ideas about JQuery plugins/Javascript libraries for working with RDF?

link|improve this question
feedback

4 Answers

up vote 3 down vote accepted

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.

link|improve this answer
Good one, the examples sell this quite nicely! – brinxmat Oct 20 '09 at 18:34
feedback

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.

link|improve this answer
feedback

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.

link|improve this answer
I have tried RDF parser with some success, but the RDFquery seems more like what I wanted. – brinxmat Oct 20 '09 at 18:31
feedback

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 )

link|improve this answer
That is quite nice; it is a good tool! – brinxmat Oct 20 '09 at 18:34
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.