WikidataAligner

class WikidataAligner(force_download: bool | None = None)[source]

Bases: Aligner

Aligner for Wikidata properties.

Instantiate the aligner.

Attributes Summary

curation_header

Header to put on the curation table, corresponding to get_curation_row()

key

The key for the external registry

Methods Summary

get_skip()

Get entries to skip.

getter()

Get the wikidata registry.

Attributes Documentation

curation_header: ClassVar[Sequence[str]] = ('name', 'homepage', 'description', 'uri_format', 'example')

Header to put on the curation table, corresponding to get_curation_row()

key: ClassVar[str] = 'wikidata'

The key for the external registry

Methods Documentation

get_skip() Mapping[str, str][source]

Get entries to skip.

getter()

Get the wikidata registry.