You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is written in Go for way better performance than PHP. Without much
11
-
optimizations, it has been able to process triples into pages in the [order of ~40K triples/sec converted into ~10K pages/sec](https://github.com/samuell/rdf2smw/releases/tag/v0.2)
12
-
on an 2014 i5 Haswell processor (max 2.1GHz I think) running Xubuntu, although
13
-
these numbers can be expected to depend a lot on the structure of the dataset.
10
+
It is written in Go for better performance (than PHP). The latest version
11
+
processes triples into pages in the order of ~55K triples/sec converted into
12
+
~13K pages/sec on an 2014 i5 Haswell, dual core processor (max 2.1GHz I think)
13
+
running Xubuntu, although these numbers probably depend a lot on the structure
14
+
of the dataset.
14
15
15
16
RDF2SMW is very similar to the RDF import function in the
16
17
[RDFIO](https://github.com/rdfio/RDFIO) Semantic MediaWiki extension, but takes
@@ -19,11 +20,11 @@ the same go, RDF2SMW first converts RDF to an XML file outside of PHP (for
19
20
better performance), and then importing using MediaWiki's built-in import
20
21
function.
21
22
22
-
**Status:** The tool is now feature complete, and even writes facts via
23
-
template calls, if a categorization (via owl:Class) of the subject can be done.
24
-
What is lacking is more options to fine-tune things. Right now you'll have to
25
-
modify the source code yourself if you need any customization. Hope to address
26
-
this in the near future.
23
+
**Status:** The tool is now feature complete, including ability to write facts
24
+
via template calls, if a categorization (via owl:Class) of the subject can be
25
+
done. What is lacking is more options to fine-tune things. Right now you'll
26
+
have to modify the source code yourself if you need any customization. Hope to
27
+
address this in the near future.
27
28
28
29
For more detailed status, see [TODO.md](https://github.com/samuell/rdf2smw/blob/master/TODO.md)
0 commit comments