File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed
Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,23 @@ RDF2SMW
22=======
33
44A tool to convert from RDF triples to Semantic MediaWiki facts (in MediaWiki
5- XML export format)
5+ XML export format).
6+
7+ It allows you too import RDF data into a Semantic MediaWiki, via MediaWiki's
8+ robust built-in XML import feature.
69
710RDF2SMW is based on the [ FlowBase] ( https://github.com/flowbase/flowbase )
811flow-based programming micro-framework.
912
10- ** Status:** Basic MediaWiki import XML now works. Work is being done on more features and fixing bugs.
13+ RDF2SMW is very similar to the RDF import function in the
14+ [ RDFIO] ( https://github.com/rdfio/RDFIO ) Semantic MediaWiki extension, but takes
15+ another approach: Whereas RDFIO converts RDF to wiki pages and imports them in
16+ the same go, RDF2SMW first converts RDF to an XML file outside of PHP (for
17+ better performance), and then importing using MediaWiki's built-in import
18+ function.
19+
20+ ** Status:** Basic MediaWiki XML generation now works. Work is being done on
21+ more features and fixing bugs.
1122
1223For more detailed status, see [ TODO.md] ( https://github.com/samuell/rdf2smw/blob/master/TODO.md )
1324
You can’t perform that action at this time.
0 commit comments