rdf2smw
rdf2smw copied to clipboard
Convert RDF to Semantic MediaWiki facts in MediaWiki XML format, with a standalone commandline tool
Hi, I have 2 issue: 1. When i convert the ontology file into xml files using rdf2smw, it does not include all the triples from the ontology. I also try...
We could do a slightly different processing algorithm if we can assume the data is sorted (which should be much more efficient using a pure text sorting tool anyway, for...
One could create, for each category, either on the category itself, or on a page named "List of {{{category}}}s", a page with the following content: ``` wiki {{#ask:[[Category:Compound]] |?HaspKa |?HasDOIUrl...
Will need access to existing pages (as an XML dump maybe?)
Use separator parameter to #set instead of #arraymap, for multiple argument calls to template variables. That would drop the dependency on Semantic Forms. See [this comment](https://github.com/samuell/rdf2smw/commit/32b78731b4bfb268663e9faf6f984d5f9e04ea87#commitcomment-18683047) by @mwjames.