This is a public chat log generated from the #semsol IRC channel.
01:01:55
Hi I got a question about serializing datatypes
04:43:04
g_: What about it?
04:43:52
whe serializing a triples array, datatypes are not serialized
04:50:03
hey
04:51:25
i was wondering if anyone could help me
04:55:56
What's the question then?
04:56:09
so im new to ARC
04:56:15
and i have stored my triples
04:56:18
in mysql tables
04:56:27
whats the best way to query them
04:56:30
because
04:56:33
when i do a SELECT
04:56:40
i get a 5 dimensional array as a result
04:57:14
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
second parameter?
04:57:57
query(sparql..., 'rows') yep
04:58:06
ah i see
04:58:12
i'll give it a whirl
04:58:13
thanks
04:58:47
That should return $array[result number][variable] = value
04:59:47
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
right
05:17:30
thanks a lot
