Re: [SMW-devel] silent adding of the semantic properties

2012-04-03 Thread Yury Katkov
Hi Markus! This really works every time data is refreshed! Pretty cool, but now I have to patch SMW core to make ArticleFeedback semantization possible. Is it possible to add a hooks before and after storing semantic data ( smwfGetStore()->updateData( $semdata ); ) ? I personally need only $semda

Re: [SMW-devel] silent adding of the semantic properties

2012-02-22 Thread Yury Katkov
Hi Markus! This is really the case when change of the page is not acceptable: first of all the appearance of {{#set}} can be confusing for users. Strictly speaking every time when the page updates I will also need to check where my property value come from (or deny using certain properties in text)

Re: [SMW-devel] silent adding of the semantic properties

2012-02-22 Thread Markus Krötzsch
On 22/02/12 16:31, Yury Katkov wrote: > Hi everyone! > > I want to semantize ArticleFeedback votes so that they will be > accessible via SMW queries. What is the best way to silently add > semantic properties to the wiki page? Is it ok to add them > programmaticaly using SMWPropertyValue and do not

[SMW-devel] silent adding of the semantic properties

2012-02-22 Thread Yury Katkov
Hi everyone! I want to semantize ArticleFeedback votes so that they will be accessible via SMW queries. What is the best way to silently add semantic properties to the wiki page? Is it ok to add them programmaticaly using SMWPropertyValue and do not change the text of the page? Sincerely yours, -