vote up 1 vote down star

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

flag

3 Answers

vote up 1 vote down check

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|flag
Good one, the examples sell this quite nicely! – infonatives Oct 20 at 18:34
vote up 1 vote down

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|flag
I have tried RDF parser with some success, but the RDFquery seems more like what I wanted. – infonatives Oct 20 at 18:31
vote up 1 vote down

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|flag
That is quite nice; it is a good tool! – infonatives Oct 20 at 18:34

Your Answer

Get an OpenID
or

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