Uniqueness of Query Results
From semantic-mediawiki.org
Fragment of a discussion from Help talk:Array format
I am not quite sure I understand what you mean. If there are multi-valued property results in the array, they have to share one array element, yes. But within that element, they are separated by the manysep. So if you set manysep=,
, print the result array into a new array definition which uses "," as separator + unique option, then you should get your desired array. Anyhow, please take a look at http://scratchpad.referata.com/wiki/Front-wheel_drive again and tell me wether that solution is sufficent now :) I use <SEP>
as separator there because it will allow you to have "," within the property values.