Channel #semsol: Logs

This is a public chat log generated from the #semsol IRC channel.

01:01:55 g_: Hi I got a question about serializing datatypes
04:43:04 AAA_awright: g_: What about it?
04:43:52 g_: whe serializing a triples array, datatypes are not serialized
04:50:03 Rich: hey
04:51:25 Rich: i was wondering if anyone could help me
04:55:56 AAA_awright: What's the question then?
04:56:09 Rich: so im new to ARC
04:56:15 Rich: and i have stored my triples
04:56:18 Rich: in mysql tables
04:56:27 Rich: whats the best way to query them
04:56:30 Rich: because
04:56:33 Rich: when i do a SELECT
04:56:40 Rich: i get a 5 dimensional array as a result
04:57:14 AAA_awright: The results should be somewhere in there, if you want to bring that dimension count down, pass 'rows' as the second parameter
04:57:38 Rich: second parameter?
04:57:57 AAA_awright: query(sparql..., 'rows') yep
04:58:06 Rich: ah i see
04:58:12 Rich: i'll give it a whirl
04:58:13 Rich: thanks
04:58:47 AAA_awright: That should return $array[result number][variable] = value
04:59:47 AAA_awright: And $array[result number]["variable type"] = type URI, where "variable" is the name of the variable, that should be obvious if you print_r the result
05:00:01 Rich: right
05:17:30 Rich: thanks a lot