[SMW-devel] Record type property values in SMWSQLStore3

2013-04-18 Thread zehetner
Hi,
does anyone know if there is somewhere a description how record type
property values are stored in the new SMWSQLStore3 (or a general
description of the table structure)?

Thanks!
Gu

--
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis  visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


[SMW-devel] Russian SMW introduction - proofreading needed

2013-04-18 Thread Yury Katkov
Hi everyone!

I've written the tutorial on SMW for the very popular Russian collective
blog Habrahabr. If somebody knows Russian, please proofread me here:
https://docs.google.com/document/d/1OCzyqgazR0G1WauLyOYdYfOXf8FVOuCAspYJRWb5r5c/edit

Otherwise you can enjoy beautiful pictures.
-
Yury Katkov, WikiVote
--
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis  visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


[SMW-devel] [SF] - Defining properties for user editor

2013-04-18 Thread Marcelo Chiaradía
Hello everybody,

I have the following situation:

I've defined a semantic form to edit pages within a particular category.

Anytime a user edit my pages with the semantic form, I would like to add a
semantic property to the page, which relates the page with the user who
made the edition.

Something like [[userEditor::CURRENTUSER]]

The thing is that I would like to keep record of all the user that edit the
page. I mean, my page could have several userEditor relationships then.

Morover, I have my SF separated in two main sections using the Header Tab
extension. I need to use different properties to relate the user editor,
regarding the tab that made the edition. For example, if the user edited
the page through tab 1, then I should use userEditor_Tab_1. If tab 2,
 userEditor_Tab_2.

I've been looking through a the smw and mediawiki extensions, and thinking
a lot about how to do it, but can't find a way. I read about
SemanticExtraSpecialProperties EUSER feature, but it solves the problem
partially.

Any ideas will be much appreciated.
I'm going crazy trying to solve it.

thanks in advance,

Marcelo.
--
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis  visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel


Re: [SMW-devel] Record type property values in SMWSQLStore3

2013-04-18 Thread Nischay Nahata
Hi,

A record type is stored in the form of a virtual page having many
properties (called container).
So a page name is generated using some md4 and then all the property values
are stored as if they belonged to this *virtual* page.

Which tables? they are distributed over all the property-values tables. To
get to these values you have to first look into the wiki page table and
find out the generated name of the wiki page and then use that to find
values in other tables. Hope that makes sense :)


Somebody, please correct me if I am wrong here. :)


On Thu, Apr 18, 2013 at 5:28 PM, zehetner zehet...@molgen.mpg.de wrote:

 Hi,
 does anyone know if there is somewhere a description how record type
 property values are stored in the new SMWSQLStore3 (or a general
 description of the table structure)?

 Thanks!
 Gu


 --
 Precog is a next-generation analytics platform capable of advanced
 analytics on semi-structured data. The platform includes APIs for building
 apps and a phenomenal toolset for data science. Developers can use
 our toolset for easy data analysis  visualization. Get a free account!
 http://www2.precog.com/precogplatform/slashdotnewsletter
 ___
 Semediawiki-devel mailing list
 Semediawiki-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/semediawiki-devel




-- 
Cheers,

Nischay Nahata
nischayn22.in
--
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis  visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter___
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel