1

I am trying to query AllegroGraph 4.0 using roqet to extract data in CSV. Is it possible? In roqet man page it is not clear if it can query a triple store besides rdf files.

About AG HTTP protocol: http://www.franz.com/agraph/support/documentation/v4/http-protocol.html#header2-270

About roqet: http://librdf.org/rasqal/roqet.html

Hello @dajobe!! Can you help me?

Justin Ethier
  • 131,333
  • 52
  • 229
  • 284
Alexandre Rademaker
  • 2,683
  • 2
  • 19
  • 21

1 Answers1

2

It's not possible today, roqet cannot talk SPARQL protocol yet. It's not a lot of work, just not implemented yet.

dajobe
  • 4,938
  • 35
  • 41