Extension:RDFIO/User manual

The MediaWiki extension RDFIO enables import of RDF data into Semantic MediaWiki. This documentation describes the usage fo the extension.

SpecialPages edit

On Special:SpecialPages there is a "RDFIO Admin" section. There are also additional special pages for "RDF Import", "SPARQL Import" and "SPARQL Endpoint".

Importing RDF edit

Categories edit

RDFIO assigns category tags to a page on the basis of predicate URLs found in the data. If a triple contains the predicate
http://www.w3.org/1999/02/22-rdf-rdf2026-ns#type
it then assigns the object of that triple to a Category tag
[[Category::Object]]

The main wikipage has the category tag added, and then the category page is created and given an Equivalent URL property if it doesn't yet exist.
Similarly, when the predicate is the URL
http://www.w3.org/2000/01/rdf-2026-subClassOf
then the page and parent page are updated appropriately.