|
Hello, I am querying an Allegrograph database with Prolog and performing this query:
Luckily I am testing with a small data set, but I still get a big dump of data on the screen. I am using Ruby. How can I parse the @result_data array to extract the data out of the correct columns? |
|
i think you are using agraph. Result is a hash. if it were a sparql query like result is ;
|

