Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JQuery/Javascript RDF plugin

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

like image 563
brinxmat Avatar asked Oct 20 '09 13:10

brinxmat


3 Answers

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.

like image 82
dajobe Avatar answered Nov 16 '22 12:11

dajobe


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.

like image 4
Arto Bendiken Avatar answered Nov 16 '22 14:11

Arto Bendiken


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.

like image 1
Nikola Kotur Avatar answered Nov 16 '22 14:11

Nikola Kotur