Raw JSONL to structured tree: 11,285 entity files
One record, one file. The jurisdiction tree is now real: us/people/ 542 federal us/states/<xx>/people/ 7,561 state us/states/fl/counties/<c>/people/ 1,058 county .../municipalities/<m>/people/ 2,124 municipal (67 FL counties) Each file is OKF markdown + YAML frontmatter: fixed key order, field-level source provenance, Atlas UUIDs for round-tripping, deterministic paths and slugs. Converter passes the determinism test: two runs, byte-identical tree. Generated by scripts/convert_officeholders.py from data/officeholders-v2.jsonl (unchanged). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
---
|
||||
type: Person
|
||||
title: "Shelli Yoder"
|
||||
description: "IN Senate District 40 — IN State Senate District 40"
|
||||
role: "IN Senate District 40"
|
||||
party: "D"
|
||||
level: "state"
|
||||
branch: "legislative"
|
||||
state: "IN"
|
||||
district: "IN State Senate District 40"
|
||||
tenure:
|
||||
start: "2020-11-04"
|
||||
current: true
|
||||
election:
|
||||
term_length: 2
|
||||
term_limit: "varies"
|
||||
ids:
|
||||
person: "aba6ce7f-632f-4555-9721-cb1a99c931f3"
|
||||
office: "6b301fe1-9061-4940-8de7-4569da96b689"
|
||||
tenure: "306b7de0-aa02-47db-b520-c9380f3e32d6"
|
||||
jurisdiction: "a61b63c7-3ef6-499a-9bda-08238f1ae395"
|
||||
sources:
|
||||
- field: tenure
|
||||
source: "OpenStates YAML via GitHub 2026-06-20"
|
||||
- field: jurisdiction
|
||||
source: "SLDU (Census 2025)"
|
||||
confidence: official
|
||||
tags: [officeholder, state, legislative, in]
|
||||
timestamp: "2026-06-20"
|
||||
---
|
||||
|
||||
# Shelli Yoder
|
||||
|
||||
Current IN Senate District 40 (IN State Senate District 40).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
- jurisdiction: SLDU (Census 2025)
|
||||
|
||||
Generated from the Atlas officeholders v2 export (2026-06-20).
|
||||
Reference in New Issue
Block a user