rdfio / RDFIO

RDF triples import, export and PHP SPARQL endpoint for Semantic MediaWiki
http://www.mediawiki.org/wiki/Extension:RDFIO
Other
29 stars 12 forks source link

RDF/XML example snippet causes error on import #30

Closed samuell closed 7 years ago

samuell commented 7 years ago

How to reproduce:

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:

Notes:

rdf import - mw - chromium_004

samuell commented 7 years ago

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

samuell commented 7 years ago

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

@zahara Any comments on that?

samuell commented 7 years ago

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

samuell commented 7 years ago

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