Re: [SMW-devel] Property Names in Semantic Result Formats

2013-03-13 Thread Lists
oaches to provide this? cheers, Steve -Ursprüngliche Nachricht- Von: Jeroen De Dauw [mailto:jeroended...@gmail.com] Gesendet: Mittwoch, 13. März 2013 18:14 An: Lists Cc: semediawiki-devel@lists.sourceforge.net Betreff: Re: [SMW-devel] Property Names in Semantic Result Formats Hey, W

Re: [SMW-devel] Property Names in Semantic Result Formats

2013-03-13 Thread Yury Katkov
Hi Jeroen! The questions are not addressed to me, but I can answer them as well. On Wed, Mar 13, 2013 at 9:14 PM, Jeroen De Dauw wrote: > Hey, > > Why are you trying to fetch more information from the store in your result > format? Normally a result format ought to work given just a query result

Re: [SMW-devel] Property Names in Semantic Result Formats

2013-03-13 Thread Jeroen De Dauw
Hey, Why are you trying to fetch more information from the store in your result format? Normally a result format ought to work given just a query result object. Also, why are you making your result format dependent on Semantic Forms? That seems very strange. Cheers -- Jeroen De Dauw http://www.b

[SMW-devel] Property Names in Semantic Result Formats

2013-03-13 Thread Lists
Hello Folks, I have a small problem. In a new semantic result format I retrieve values of a property so: $props = SFUtils::getAllValuesForProperty($propertyName); or a little bit deeper with less "SF-abstraction": $requestoptions = new SMWRequestOptions(); $store = smwfGetStore(); $pro