Skip to content
/ RDFIO Public
forked from rdfio/RDFIO

More or less complete rewrite of the RDFIO extension for Semantic MediaWiki.

License

Notifications You must be signed in to change notification settings

zahara/RDFIO

 
 

Repository files navigation

Last updated 2015-01-25 by Ali King (ali # koshatnik.com)

= RDF IO Extension for Semantic MediaWiki =

== Introduction ==

This extension extends the RDF import and export functionality in Semantic MediaWiki
by providing import of arbitrary RDF triples (not only OWL ontologies, as before
(see http://semantic-mediawiki.org/wiki/Help:Ontology_import), and a SPARQL endpoint
that allows write operations.

Technically, RDFIO implements the PHP/MySQL based triple store (and its accompanying
SPARQL Endpoint) provided by the [https://github.com/semsol/arc2] library. 

The RDF import stores the original URI of all imported RDF entities (in a special
property), which can later be used by the SPARQL endpoint, instead of SMW's internal
URIs, which thus allows to expose the imported RDF data "in its original formats",
with its original URIs. This allows to use SMW as a collaborative RDF editor, in
workflows together with other semantic tools, from which it is then possible to
"export, collaboratively edit, and import again", to/from SMW.

This extensions was developed as part of a Google Summer of Code 2010 project. The
project description can be found at http://www.mediawiki.org/wiki/User:SHL/GSoC2010

*Caution!* This extension is not yet ready for production use! Use it on your own risk!


== Installation ==

* See http://www.mediawiki.org/wiki/Extension:RDFIO#Installation


== Dependencies ==

Semantic MediaWiki Extension
http://www.mediawiki.org/wiki/Extension:Semantic_MediaWiki

ARC2 RDF library for PHP
https://github.com/semsol/arc2


== Bugs, new feature request and contact information ==

Please reports bugs and feature requests at Bugzilla (please add a cc to 
samuel.lampa # gmail.com, and mark the issue "[RDFIO]" in the title):
https://bugzilla.wikimedia.org/
General feedback can be given at http://www.mediawiki.org/w/index.php?title=Extension_talk:RDFIO

About

More or less complete rewrite of the RDFIO extension for Semantic MediaWiki.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.7%
  • Shell 0.3%