RDF/XML example snippet causes error on import
samuell opened this issue · 4 comments
samuell commented
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:
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:
samuell commented
Hmm, this seems to happen for basically any RDF/XML content :(
samuell commented
Maybe we should just disable the RDF/XML option, until someone had time to debug this properly?
@zahara Any comments on that?