LeMyst / WikibaseIntegrator

A Python module to manipulate data on a Wikibase instance (like Wikidata) through the MediaWiki Wikibase API and the Wikibase SPARQL endpoint.
MIT License
67 stars 14 forks source link

Add Missing EDTF and LocalMedia Enums #633

Closed luguenth closed 9 months ago

luguenth commented 10 months ago

This PR introduces two enum values, EDTF and LocalMedia, into the WikibaseDataType class. These additions aim to address the absence of these data types in our current implementation. However, this works for us, but I don't know if there's maybe still something missing