Skip to content

Enhance CountryCode enum with title, text, and Wikidata meaning URIs - #38

Open
ddooley wants to merge 1 commit into
kaiiam:mainfrom
ddooley:country_codes
Open

Enhance CountryCode enum with title, text, and Wikidata meaning URIs#38
ddooley wants to merge 1 commit into
kaiiam:mainfrom
ddooley:country_codes

Conversation

@ddooley

@ddooley ddooley commented Feb 25, 2026

Copy link
Copy Markdown
  • Add wikidata: prefix (https://www.wikidata.org/entity/) to schema prefixes
  • Transform all 247 CountryCode permissible_values from flat string values to objects with title (country name), text (ISO 3166-1 alpha-3 code), and meaning (Wikidata URI) attributes
  • Resolved all 247 Wikidata URIs: 241 matched directly from GeoLocNameCountryMenu lookup sheet; 6 remaining (ALA, IOT, VAT, ANT, BLM, UMI) resolved via SPARQL queries against https://query.wikidata.org/
    Note that this pull request was created in conjunction with Claude Code 4.6

- Add wikidata: prefix (https://www.wikidata.org/entity/) to schema prefixes
- Transform all 247 CountryCode permissible_values from flat string values
  to objects with title (country name), text (ISO 3166-1 alpha-3 code),
  and meaning (Wikidata URI) attributes
- Resolved all 247 Wikidata URIs: 241 matched directly from GeoLocNameCountryMenu
  lookup sheet; 6 remaining (ALA, IOT, VAT, ANT, BLM, UMI) resolved via
  SPARQL queries against https://query.wikidata.org/

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant