Skip to content

Commit 2c86d0c

Browse files
committed
Update README with more background info
1 parent 893f4a9 commit 2c86d0c

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,23 @@ RDF2SMW
22
=======
33

44
A 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

710
RDF2SMW is based on the [FlowBase](https://github.com/flowbase/flowbase)
811
flow-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

1223
For more detailed status, see [TODO.md](https://github.com/samuell/rdf2smw/blob/master/TODO.md)
1324

0 commit comments

Comments
 (0)