dajobe: I think the latest is/was mod_sparql 0.9.1
dajobe: also see triplesoup
danbri: If someone hacked an HTML Table mode (format=htmltab ?) into mod_sparql.c we could import direct into OpenOffice from these endpoints (as I did with ARC this morning).
dajobe: also see triplesoup
danbri: If someone hacked an HTML Table mode (format=htmltab ?) into mod_sparql.c we could import direct into OpenOffice from these endpoints (as I did with ARC this morning).
danbri: If you look at this, it needs rubyrdf ... and some regex fixes
danbri: eg. if (s =~ /^\?/)
danbri: instead of: if (s =~ '^\?')