https://bugzilla.wikimedia.org/show_bug.cgi?id=24856
--- Comment #5 from Karima Rafes <[email protected]> 2010-08-30 16:21:52 UTC --- * What does RAPStore OK... it's a class in your project. http://semantic-mediawiki.org/doc/SMW__RAPStore2_8php-source.html * What are you trying to do? I'm developing a new connector for SMW with the triplestore 4store http://www.mediawiki.org/wiki/Extension:LinkedWiki * Is there some SMW function that does not work as documented? I didn't find the documentation but I use the template SMW_RAPStore2.php. * Is this problem visible to users of SMW? Can it be reproduced on sandbox.semantic-mediawiki.org? The lambda user doesn't see this problem. * What is "$this" in your code snippet? it's the class http://github.com/BorderCloud/LinkedWiki/blob/master/class/SMW_LinkedWikiStore.php and this class extends SMWSQLStore2 * You talk about "another database". How does this relate to your question? What is your database setup? Like Rapstore I duplicate the triplets in another database to create an endpoint sparql. * You talk about "another tool" with "replica of the data". What data do you mean? What kind of tools are you talking about? I need to record the triplets in a wiki page in real time. So I need to call an function of SMW to give me the triplets current for one page (in the turtle format without prefix). My dream is a function like this : getExportTurtle(Title $title) => string (format turtle without prefix) I found a hack for the moment but it will be for the next version. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
