SuLab / WikidataIntegrator

A Wikidata Python module integrating the MediaWiki API and the Wikidata SPARQL endpoint
MIT License
244 stars 46 forks source link

Does it support lexemes or lexeme validation? #201

Closed dpriskorn closed 1 year ago

dpriskorn commented 1 year ago

I'm missing a section in the readme about the limitations of the software.

andrawaag commented 1 year ago

The RDF serialization of lexemes is different from the item data model, as such support for lexemes has yet to be implemented (i.e. WDLexemeEngine). So with WikidataIntegrator it is currently not possible to add or update entries in the Lexeme namespace.

Having said that, the validation works on the RDF serialization, which is independent of the json object. I suspect that validation should work.