SuLab / WikidataIntegrator

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

Add missing Wikidata data types #141

Closed LeMyst closed 4 years ago

LeMyst commented 4 years ago

Add geo-shape format check. Value must start with Data: and end with .map. In addition title should not contain characters like colon, hash or pipe.

LeMyst commented 4 years ago

EntitySchema data type is missing but I lack of informations for this one so it will be in a future PR.

andrawaag commented 4 years ago

My understanding of EntityScehma is that it is not yet a proper datatype in Wikidata yet, but more an extension to Mediawiki that works in very close collaboration with Wikibase. I also understand that it is not yet possible to write EntitySchema's to Wikidata through its API. Any directions to the contrary would be appreciated.

LeMyst commented 4 years ago

My understanding of EntityScehma is that it is not yet a proper datatype in Wikidata yet, but more an extension to Mediawiki that works in very close collaboration with Wikibase. I also understand that it is not yet possible to write EntitySchema's to Wikidata through its API. Any directions to the contrary would be appreciated.

Thank you for the merge.