rdfio / RDFIO

RDF triples import, export and PHP SPARQL endpoint for Semantic MediaWiki

Home Page:http://www.mediawiki.org/wiki/Extension:RDFIO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RDF/XML example snippet causes error on import

samuell opened this issue · comments

How to reproduce:

  • Bring up RDFIO with the vagrant box
  • Go to http://localhost:8080/w/index.php/Special:RDFImport in your browser.
  • Click the "RDF/XML example data" link to the right, under the import form.
  • Click "Import"

Result:

rdf import - mw - chromium_003

Error message in text:

Error in ARC2ToWikiConverter: Unknown type of object (_:arca90bb2) in triple! (not 'uri' nor 'literal')!

Expected result:

  • A green box saying the import succeeded.

Notes:

  • Importing the "Turtle" example data, works just fine:

rdf import - mw - chromium_004

Hmm, this seems to happen for basically any RDF/XML content :(

Maybe we should just disable the RDF/XML option, until someone had time to debug this properly?

@zahara Any comments on that?

This is now temporarily "fixed" by removing the RDF/XML example data from the form, in release v2.0.10.

RDF/XML works now! (Not clear exactly why, but all the refactorings and clean-up seem to have fixed the problem). Implemented in 3c700b0