Has anybody here had any problem using 4store as wiki backend while using the LinkedWiki extension?
I've set up a 4store db and got the 4s-httpd server up and running. I can load in some test rdf into the 4store db using the 4s-import command line tool, and then retrieve this data using the LinkedWiki Special:SparqlQuery page. This all works as expected.
I'd like to use the 4store db to store the triples from the wiki. The instructions at
semantic-mediawiki.org suggest that all I need to do is update LocalSettings.php with the configuration and then refresh the db data through Special::SWMAdmin.
When I initialize the database, it returns "Selected storage engine is "SMWSQLStore2" (or an extension thereof)". I am expecting to see "SMWSparqlStore". Am I mistaken? Has anyone here been able to get 4store up and running with smw v1.17.0?
-r